Commit Graph

9280 Commits

Author SHA1 Message Date
mattias
aea55d928c fixed compilation
git-svn-id: trunk@9297 -
2006-05-17 07:57:04 +00:00
mattias
d15d5a84e9 codetools: implemented FindCodeContext for procedures
git-svn-id: trunk@9296 -
2006-05-17 00:56:04 +00:00
jesus
8bb640c7fd csBrushValid is not required for DrawFocusRect, fixed warning msg in TWin32WidgetSet.DrawFocusRect, tnks Vincent
git-svn-id: trunk@9295 -
2006-05-16 22:51:35 +00:00
mattias
47948ab39e identifier completion: improved heuristic to recognize LValue
git-svn-id: trunk@9294 -
2006-05-16 22:16:13 +00:00
vincents
c8920abb80 renamed SourceNoteBook -> SourceNotebook, the same as in the IDE window list, to workaround a bug in TComponent.ValidateRename
git-svn-id: trunk@9293 -
2006-05-16 22:14:58 +00:00
mattias
a3cbfca3a5 identifier completion: improved heuristic to recognize LValue
git-svn-id: trunk@9292 -
2006-05-16 22:07:48 +00:00
vincents
1dc696deef fixed compilation
git-svn-id: trunk@9291 -
2006-05-16 21:41:21 +00:00
jesus
675ab2b3f5 implements Canvas.DrawFocusRect in windows and gtk issue #2095
git-svn-id: trunk@9290 -
2006-05-16 21:22:58 +00:00
mattias
d6e20f3d08 TComboBox: call OnChange if OnSelect is not set
git-svn-id: trunk@9289 -
2006-05-16 16:27:18 +00:00
mattias
9433f832bb fixed typo
git-svn-id: trunk@9288 -
2006-05-16 16:18:18 +00:00
mattias
33f05b97f4 fixed clicking on dsigner TDataModule
git-svn-id: trunk@9287 -
2006-05-16 13:11:46 +00:00
mattias
8ec5b0aee6 designer rename component: ifdefed workaround, added rtl include path rtl/srcos2/targetcpu
git-svn-id: trunk@9286 -
2006-05-16 13:08:41 +00:00
vincents
fd6b25b4f0 OldToolbar should not be defined in code. It is not used by the LCL.
git-svn-id: trunk@9285 -
2006-05-16 07:25:16 +00:00
vincents
c42c19439c updated qt interface from Felipe
* updated qt4.pas
* improved radiobutton
* improved brush and font

git-svn-id: trunk@9284 -
2006-05-16 07:18:13 +00:00
micha
31ab65cb0f adjust scrolling factor, instead of 40%, do 12.5%
git-svn-id: trunk@9283 -
2006-05-15 20:23:14 +00:00
mattias
4985171d4c CreateCompilerTestPascalFilename now catches exceptions
git-svn-id: trunk@9282 -
2006-05-14 19:56:31 +00:00
mattias
336c22deda added Help to TApplication, disable it with Application.Navigation-[anoF1ForHelp]
git-svn-id: trunk@9281 -
2006-05-13 17:07:25 +00:00
mattias
0ee6a67e72 moved ideintf/helphtml.pas to lcl/lazhelphtml.pas
git-svn-id: trunk@9280 -
2006-05-13 15:12:42 +00:00
mattias
b14b7825dc made THelpDatabase and THelpViewer a component
git-svn-id: trunk@9279 -
2006-05-13 15:04:36 +00:00
mattias
988f29ba13 LCL help is now autarc
git-svn-id: trunk@9278 -
2006-05-13 14:41:42 +00:00
mattias
678d335e79 moved ideintf/helpintf.pas to lcl/lazhelpintf.pas
git-svn-id: trunk@9277 -
2006-05-13 13:39:30 +00:00
mattias
9c209dac9a fixed compilation
git-svn-id: trunk@9276 -
2006-05-13 13:29:47 +00:00
mattias
1202899898 added baseideintf
git-svn-id: trunk@9275 -
2006-05-13 13:29:03 +00:00
mattias
fa83cfbcf9 added TCustomForm.IntfHelp - a method to be called by the interfaces
git-svn-id: trunk@9274 -
2006-05-13 12:58:32 +00:00
mattias
444e56f095 qt intf: fixed TMemo clear from Felipe
git-svn-id: trunk@9273 -
2006-05-13 12:51:52 +00:00
mattias
e58dd594be splitted helpintf into helpintf and idehelpintf
git-svn-id: trunk@9272 -
2006-05-13 12:18:52 +00:00
mattias
9c1a175b91 fixed typos makro
git-svn-id: trunk@9271 -
2006-05-13 12:00:43 +00:00
mattias
8f6fad5537 moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas
git-svn-id: trunk@9270 -
2006-05-13 11:44:14 +00:00
vincents
f720aa22c6 several improvements from Martin Smat
* use correct font (issue #2009)
* use correct color for mainbar (issue #2057)
* increase menu height (issue #1995)

git-svn-id: trunk@9269 -
2006-05-13 10:47:54 +00:00
mattias
fef1681254 qt intf: fixes spin edit from Felipe
git-svn-id: trunk@9268 -
2006-05-13 09:36:47 +00:00
mattias
19d2543a28 small updates from Barko
git-svn-id: trunk@9267 -
2006-05-13 09:30:38 +00:00
mattias
e441b52d38 made sure, that lazarus code uses TImageList.AddDirect
git-svn-id: trunk@9266 -
2006-05-13 09:13:05 +00:00
mattias
6746f6ade9 gtk2 intf: fixed mem leak
git-svn-id: trunk@9265 -
2006-05-13 08:52:21 +00:00
mattias
6549ac35a0 clean up
git-svn-id: trunk@9264 -
2006-05-13 08:41:09 +00:00
mattias
0138b73a5a gtk2/gtk1 intf: improved TextOut with size and color from Darek
git-svn-id: trunk@9263 -
2006-05-13 08:25:27 +00:00
mattias
0470b902b2 gtk2 intf: added createhandle for TEdit from Darek
git-svn-id: trunk@9262 -
2006-05-13 08:21:59 +00:00
mattias
003ec5d0f6 application dump stack only if no AppNoExceptionMessages is set
git-svn-id: trunk@9261 -
2006-05-13 08:20:31 +00:00
vincents
e0bb1797fc improved layout from Alexandre Leclerc
git-svn-id: trunk@9260 -
2006-05-12 12:55:00 +00:00
mattias
2f2c92352b code templates: fixed reading new lines at start of template
git-svn-id: trunk@9259 -
2006-05-12 08:27:08 +00:00
vincents
b7000d9d8c manually removed Date from lfm, it got there because of fpc bug #5082 (issue #2083)
git-svn-id: trunk@9258 -
2006-05-12 08:15:02 +00:00
vincents
e5d5b47cb9 use clHighLightText for treeview selected node caption if background is clHighLight (issue #2072)
git-svn-id: trunk@9257 -
2006-05-10 06:58:11 +00:00
mattias
173f5c5a42 fixed gtk2 compilation
git-svn-id: trunk@9256 -
2006-05-09 07:57:41 +00:00
mattias
260a95030f added qtmemostrings.inc
git-svn-id: trunk@9255 -
2006-05-08 18:57:04 +00:00
mattias
8de95bae67 added qtmemostr.inc
git-svn-id: trunk@9254 -
2006-05-08 18:56:03 +00:00
mattias
6d45de5a54 added Giuliano Colla to contributors
git-svn-id: trunk@9253 -
2006-05-08 10:32:45 +00:00
mattias
e9aefb922b fixed alRight, alBottom order, when two controls are at the same position
git-svn-id: trunk@9252 -
2006-05-08 09:37:02 +00:00
mattias
5ff16b41ea gtk intf: implemented cx_maximized from Darek
git-svn-id: trunk@9251 -
2006-05-08 09:14:47 +00:00
mattias
5c9068adf1 TCustomEdit now tries to keep the selection position after replacing the selection from Colin
git-svn-id: trunk@9250 -
2006-05-08 08:52:14 +00:00
mattias
0c71fadd58 wince intf: statusbar,listview,prgressbar,toolbar(oldtoolbar),trackbar,scrollingwindow,scrollbox,groupbox,combobox from roozbeh
git-svn-id: trunk@9249 -
2006-05-08 08:48:55 +00:00
mattias
f53bc8cfc6 qt intf: memo and edit Get/SetText from Giuliano Colla
git-svn-id: trunk@9248 -
2006-05-08 08:19:08 +00:00