Commit Graph

8779 Commits

Author SHA1 Message Date
mattias
c3907ba0de implemented updating message linenumbers on editing
git-svn-id: trunk@8792 -
2006-02-22 02:30:31 +00:00
mattias
850280fdb8 added example to start a browser under linux
git-svn-id: trunk@8791 -
2006-02-21 23:54:52 +00:00
mattias
3d972e14a4 added multithreading example
git-svn-id: trunk@8790 -
2006-02-21 19:13:21 +00:00
vincents
a43501c484 added GetExecutableExt and GetLibraryExt
git-svn-id: trunk@8789 -
2006-02-21 16:27:17 +00:00
mattias
fb16ad9a8f started parsing Delphi dof and cfg files
git-svn-id: trunk@8788 -
2006-02-20 23:48:13 +00:00
mattias
8ee1876b6e implemented compiler options ExecutableType
git-svn-id: trunk@8787 -
2006-02-20 22:46:02 +00:00
micha
e0e2b0cd0e check whether Rect is nil, prevent crash (issue #1746)
git-svn-id: trunk@8786 -
2006-02-20 22:14:30 +00:00
mattias
2d4316de8b moved delphiunit2laz.pas to converter directory
git-svn-id: trunk@8785 -
2006-02-20 21:52:23 +00:00
vincents
7363d797dc made CopySecondaryConfigFile platform independent
added GetDefaultLibraryExt

git-svn-id: trunk@8784 -
2006-02-20 20:08:57 +00:00
vincents
87fb7cfa39 added debugln in case BuildLazarus fails to help diagnose the exact problem
git-svn-id: trunk@8783 -
2006-02-20 19:02:08 +00:00
mattias
7f659b2099 implemented Quick Fix system
git-svn-id: trunk@8782 -
2006-02-20 18:55:36 +00:00
vincents
d437ea67e0 clean up
git-svn-id: trunk@8781 -
2006-02-20 13:41:28 +00:00
mattias
3d19914c30 started Quick Fix menu items
git-svn-id: trunk@8780 -
2006-02-20 11:33:38 +00:00
vincents
6bfd1a6a95 use content files from RTL and FCL
git-svn-id: trunk@8779 -
2006-02-20 11:06:21 +00:00
mattias
7f5bac9b15 using package directory as inital save as directory for new units
git-svn-id: trunk@8778 -
2006-02-19 22:04:45 +00:00
mattias
16accc1b02 implemented eoAlwaysVisibleCaret from Martin Smat
git-svn-id: trunk@8777 -
2006-02-19 21:56:46 +00:00
mattias
83c73c3f8e fixed identifier completion comparing items without nodes
git-svn-id: trunk@8776 -
2006-02-19 21:44:01 +00:00
vincents
fcf6f19164 added test dialog for all common dialog descendants (issue #1735)
git-svn-id: trunk@8775 -
2006-02-19 18:29:45 +00:00
jesus
8b421f305e TPen assign also copies pen mode (issue #1732), TShape invalidate if not visible at design time
git-svn-id: trunk@8774 -
2006-02-19 07:33:58 +00:00
mattias
f96d5431af adding a watch item from the sourceeditor enables the items directly from Darius
git-svn-id: trunk@8773 -
2006-02-18 15:23:10 +00:00
mattias
9fce6cebd5 added hints for to biig identifier completion items from Tomas Gregorovic
git-svn-id: trunk@8772 -
2006-02-18 15:20:09 +00:00
vincents
ca25be46cd libraries have extension dylib on Mac OS X (issue #1724)
git-svn-id: trunk@8771 -
2006-02-18 14:43:28 +00:00
vincents
ed90c37556 use HWND instead of cardinal for window handle
git-svn-id: trunk@8770 -
2006-02-18 14:22:44 +00:00
vincents
aa7977a861 removed lazcwstring.pas, widestring support in fpc 2.0.2 is good enough
git-svn-id: trunk@8769 -
2006-02-18 13:26:51 +00:00
vincents
66046aa8a8 removed references to ruwin translations
git-svn-id: trunk@8768 -
2006-02-18 09:19:05 +00:00
vincents
4cf2555b46 updated Russian translations, removed *.ruwin.po and *.ruold.po from Maxim Ganetsky
git-svn-id: trunk@8767 -
2006-02-17 21:33:19 +00:00
vincents
a851d039ac removed fpc 2.0.0 compatibility workarounds
git-svn-id: trunk@8766 -
2006-02-17 21:14:39 +00:00
vincents
bdfd016800 VK_NUMPAD0 is a editable key too (issue #1730)
git-svn-id: trunk@8765 -
2006-02-17 21:06:47 +00:00
mattias
5ced41c831 various fixes for the TTrayIcon from Felipe
git-svn-id: trunk@8764 -
2006-02-17 18:04:54 +00:00
mattias
bb2b186050 converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic
git-svn-id: trunk@8763 -
2006-02-17 18:03:26 +00:00
mattias
00a046c086 added 22x22 pics
git-svn-id: trunk@8762 -
2006-02-17 17:50:59 +00:00
vincents
323b83d861 removed fpc 2.0.0 compatibility workarounds
git-svn-id: trunk@8761 -
2006-02-17 15:19:01 +00:00
vincents
ed75b8050b published TListBox.Color (issue #1264)
git-svn-id: trunk@8760 -
2006-02-17 14:16:15 +00:00
mattias
994cebd433 replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
git-svn-id: trunk@8759 -
2006-02-17 14:07:21 +00:00
mattias
a4695eadcf removed .so
git-svn-id: trunk@8758 -
2006-02-17 13:58:32 +00:00
mattias
c17929dd5f fixes for compiling wince
git-svn-id: trunk@8757 -
2006-02-17 13:57:15 +00:00
mattias
afa4591abd Converted exttooldialog to LFM from Darius
git-svn-id: trunk@8756 -
2006-02-17 13:52:19 +00:00
mattias
407e9cd878 reduced libc dependencies
git-svn-id: trunk@8755 -
2006-02-17 13:47:44 +00:00
mattias
a88db22c6c implemented setting font for gtk widgets from Darek
git-svn-id: trunk@8754 -
2006-02-17 13:40:26 +00:00
vincents
c0e1ccde8a published TComboBox.AutoComplete (issue #1706)
git-svn-id: trunk@8753 -
2006-02-17 13:38:56 +00:00
vincents
be77c68da7 implemented TCustomComboBox.AutoComplete (issue #1706)
git-svn-id: trunk@8752 -
2006-02-17 13:32:58 +00:00
mattias
fb25475cdc added qt dyn lib binding, implemented TApplication, TCustomForm, TCustomButton, TCustomMemo, TMouse, TCanvas fro Felipe
git-svn-id: trunk@8751 -
2006-02-17 13:09:12 +00:00
mattias
31550f7501 started saving of anchor docking state
git-svn-id: trunk@8750 -
2006-02-17 12:36:45 +00:00
mattias
b146339036 updated finnish translation from Seppo
git-svn-id: trunk@8749 -
2006-02-17 12:33:27 +00:00
vincents
6baf007027 replaced {$IFDEF windows} by {$IFDEF mswindows}, because fpc 2.0.2 doesn't define windows
git-svn-id: trunk@8748 -
2006-02-17 05:46:16 +00:00
vincents
5afec4ebb6 replaced {$IFDEF win32} by {$IFDEF windows} to compile for wince target
git-svn-id: trunk@8747 -
2006-02-16 22:38:20 +00:00
vincents
fc10eebda1 fixed layout (issue #1454)
git-svn-id: trunk@8746 -
2006-02-16 21:48:23 +00:00
vincents
5cf4e867c0 quote command line parameter for svnversion
patch from: Volf

git-svn-id: trunk@8745 -
2006-02-16 19:50:11 +00:00
vincents
cd99516a89 if a package defines UseCThreads in its uses options, the cthreads unit will be add to the uses clause of new projects and applications and to lazarus itself.
git-svn-id: trunk@8744 -
2006-02-16 14:34:59 +00:00
vincents
9632d9f355 use Math after gtk units to get the correct float type.
git-svn-id: trunk@8743 -
2006-02-16 10:54:05 +00:00