Commit Graph

10263 Commits

Author SHA1 Message Date
mattias
a6a3f56624 IDE: added checks for cleaning up codetools defines for packages and projects
git-svn-id: trunk@10285 -
2006-12-04 00:37:36 +00:00
mattias
c08c61fe53 LCL: ttreeview: multi selection and Ctrl click now selects one additional, not the whole group
git-svn-id: trunk@10284 -
2006-12-04 00:27:57 +00:00
mattias
220d4e0e7c codetools: added MacPAS mode specials: IFC, ELSEC, ELIFC, ENDC, defined identifier, undefined identifier, SETC, SETC name := value, out as parameter name, property as parameter name
git-svn-id: trunk@10283 -
2006-12-04 00:00:36 +00:00
sekelsenmat
47e5345d72 Fixes component colors bug on Qt widgetset.
git-svn-id: trunk@10282 -
2006-12-03 19:10:33 +00:00
marc
73b5502f8c * patch for #7763, by Boguslaw Brandys
git-svn-id: trunk@10281 -
2006-12-03 16:06:39 +00:00
vincents
71748fcfa6 ide: TLabel.Caption has a dialog for entering multiline strings in the OI (bug #7395)
git-svn-id: trunk@10280 -
2006-12-03 12:43:23 +00:00
mattias
185cecd04e IDE: when adding designer form child names to source, consider ancestor
git-svn-id: trunk@10279 -
2006-12-02 17:43:44 +00:00
mattias
6e3467a93b IDE: auto start of identifier completion now checks range operator .. and string constants
git-svn-id: trunk@10278 -
2006-12-02 16:22:41 +00:00
mattias
df8adf12f8 added slovak translation fro OI from helix84
git-svn-id: trunk@10277 -
2006-12-02 15:04:57 +00:00
mattias
cec8f5b20e lcl: TLazIntfImage added quick setup functions for pf24bit and pf32bit formats
git-svn-id: trunk@10276 -
2006-12-01 21:37:03 +00:00
mattias
4aaef35274 examples: added an example for ScanLine replacement
git-svn-id: trunk@10275 -
2006-12-01 21:23:32 +00:00
vincents
df594a122f IDE: added Find in files to the Find context menu in the source editor (bug #7683)
git-svn-id: trunk@10274 -
2006-12-01 21:00:09 +00:00
vincents
f5483e721d IDE: fixed AV when resetting the filter in search results view (bug #7689)
git-svn-id: trunk@10273 -
2006-12-01 20:22:43 +00:00
mattias
82dafe9281 LCL: moved TTranslateString to lcltype.pp
git-svn-id: trunk@10272 -
2006-12-01 17:11:17 +00:00
mattias
e6b41be37c gtk intf: added dummy proc for AppRestore
git-svn-id: trunk@10271 -
2006-12-01 11:17:23 +00:00
vincents
d1113a07c2 IDE: fixed initial size of Find in files dialog (bug #7625)
git-svn-id: trunk@10270 -
2006-12-01 09:54:59 +00:00
vincents
93cdf93327 Converter: fixed access violation (bug #7503)
git-svn-id: trunk@10269 -
2006-12-01 08:47:19 +00:00
vincents
a4f24ffb45 win32 interface: implemented TEdit.EchoMode=emNone as PassWordChar=#32 (bug #7705)
git-svn-id: trunk@10268 -
2006-12-01 08:09:49 +00:00
jesus
70ac84f4fb added OnSelectEditor for dbgrid
git-svn-id: trunk@10267 -
2006-11-30 21:41:05 +00:00
mattias
17f6550896 lazdoc: added menu shortcut
git-svn-id: trunk@10266 -
2006-11-30 18:38:24 +00:00
vincents
d3748b96c4 LCL + win32 interface: implemented Application.Restore and Application.Minimize + events (bug #1391) from Boguslaw Brandys
git-svn-id: trunk@10265 -
2006-11-30 13:40:34 +00:00
mattias
0999d7c7a8 codetools, LCL: fixed CeateRelativePath
git-svn-id: trunk@10264 -
2006-11-30 00:17:55 +00:00
mattias
198bbb69ce IDE: implemented auto adding package when setting TPicture property with TPicturePropertyEditor
git-svn-id: trunk@10263 -
2006-11-29 23:11:02 +00:00
jesus
b6cd183455 Can tab into TStringGrid control, but not out of it, scrollbar range: issue #7896, removed grids log
git-svn-id: trunk@10262 -
2006-11-29 21:30:28 +00:00
vincents
016dc06f02 LCL: changing TCustomComboBox.ReadOnly affects ComboBox.Style
git-svn-id: trunk@10261 -
2006-11-29 21:22:02 +00:00
vincents
17bc899c64 LCL: published TStaticText.TabStop
git-svn-id: trunk@10260 -
2006-11-29 21:20:57 +00:00
vincents
20fc685e98 IDE: environment option fpc path gives compiler name as example, not as prescription (bug #7812)
git-svn-id: trunk@10259 -
2006-11-29 19:08:25 +00:00
vincents
5d85f5ef6b win32 interface: implemented FloodFill
git-svn-id: trunk@10258 -
2006-11-29 18:37:21 +00:00
vincents
37739383ed published TStaticText.TabOrder
git-svn-id: trunk@10257 -
2006-11-29 13:02:18 +00:00
vincents
3582abfb3c added tcolorlistbox xpm
git-svn-id: trunk@10256 -
2006-11-29 12:31:49 +00:00
vincents
6c2178c4d6 added TColorListBox from Diogo Piçarra
git-svn-id: trunk@10255 -
2006-11-29 12:22:26 +00:00
mattias
d047ad08ec LCL: improved layout of calendar popup, added hack until gtk intf supports non modal forms on modal forms from Aleksey
git-svn-id: trunk@10254 -
2006-11-28 18:58:27 +00:00
mattias
cc16db91ec IDE: fixed adding base directory to search paths
git-svn-id: trunk@10253 -
2006-11-28 18:51:19 +00:00
jesus
1506d45d5e grids: moving custom columns in stringgrid also should move grid content, issue #7897
git-svn-id: trunk@10252 -
2006-11-28 00:56:42 +00:00
micha
c214daac3f fix typed pointer arithmetic (issue #7894, patch by Colin Western)
git-svn-id: trunk@10251 -
2006-11-27 18:37:31 +00:00
vincents
73daf3194e imagelist editor: fixed calling question dialog (bug #7755)
git-svn-id: trunk@10250 -
2006-11-27 14:02:21 +00:00
mattias
88b0c4a440 IDE: project options; lazdoc; removed note about limitations
git-svn-id: trunk@10249 -
2006-11-27 13:37:34 +00:00
vincents
74f9716544 IDE: fixed opening lpi as regular file (bug #7890)
git-svn-id: trunk@10248 -
2006-11-27 09:40:45 +00:00
vincents
17d8347bb9 IDE: sort comboboxes in version info tab patch from xpete
git-svn-id: trunk@10247 -
2006-11-27 09:05:53 +00:00
vincents
e8a6925d65 lcl wsdialogs: use LCLType to have a 64 bits THandle on 64 bits cpus from Giulio Bernardi
git-svn-id: trunk@10246 -
2006-11-26 19:19:22 +00:00
micha
666855ac8d use better stretch blitting mode by default (from Patrick Chevalley)
git-svn-id: trunk@10245 -
2006-11-26 15:16:29 +00:00
vincents
268922b4be svn2revisioninc accepts old style command line parameters from Darius
git-svn-id: trunk@10244 -
2006-11-25 20:52:14 +00:00
vincents
d02f71d630 svn2revsisioninc parameters remain backwards compatible, reverted changes to Makefile.fpc made in revision 10235 #4b4ab7f006
git-svn-id: trunk@10243 -
2006-11-25 20:07:09 +00:00
vincents
3112804d7b svn2revsisioninc parameters remain backwards compatible, reverted changes to scripts made in revision 10235 #4b4ab7f006
git-svn-id: trunk@10242 -
2006-11-25 20:06:22 +00:00
vincents
7bdade1b53 lcl: anchored buttons on question dialog
git-svn-id: trunk@10241 -
2006-11-24 19:23:02 +00:00
mattias
d05a8a033c IDE: imporved layout of codetools defines values dialog
git-svn-id: trunk@10240 -
2006-11-24 14:39:41 +00:00
mattias
87cb2dde3f IDE: component palette: aligning buttons in multiple rows if there is enough space
git-svn-id: trunk@10239 -
2006-11-24 14:30:26 +00:00
mattias
e280cbf19f gtk1 intf: font for TListBox items from sergkam
git-svn-id: trunk@10238 -
2006-11-24 13:55:46 +00:00
mattias
4fae7d4467 IDE: fixed mouse move on TDataModule issue #7790
git-svn-id: trunk@10237 -
2006-11-24 13:45:45 +00:00
mattias
0a487c57cc codetools: include directives apostrophes are now allowed in all compiler modes
git-svn-id: trunk@10236 -
2006-11-24 13:36:03 +00:00