Commit Graph

19709 Commits

Author SHA1 Message Date
paul
e932577e22 ide, debugger, packager: don't use special Ok, Cancel, Help captions for buttons - use standard LCL - they have accelerators (Ok and Help) (fixes a part of issue #0001379)
git-svn-id: trunk@20045 -
2009-05-19 08:54:33 +00:00
paul
a2c07aa8cf gtk: use generic SetLabelCaption method to set TabControl tabs captions
git-svn-id: trunk@20044 -
2009-05-19 08:12:04 +00:00
paul
9cd36bc5d4 gtk: fix compilation
git-svn-id: trunk@20043 -
2009-05-19 08:10:34 +00:00
dodi
1233ad9781 dockmanager example: changed default dock sources to forms, including notebook.
Problems with undocking TControls must be fixed in the LCL first.

git-svn-id: trunk@20042 -
2009-05-19 08:03:56 +00:00
dodi
2add8fb02d dockmanager example: fixed unit file names
git-svn-id: trunk@20041 -
2009-05-19 07:01:17 +00:00
paul
35911b87ad win32: remove wm_ncactivate handling for main form (issue #0013753)
git-svn-id: trunk@20040 -
2009-05-19 06:20:07 +00:00
dodi
9705705ec7 dockmanager example: improved dock header appearance
git-svn-id: trunk@20039 -
2009-05-19 05:22:43 +00:00
jesus
acff2b0a67 LCL, update record on exit dbedit if it's editing, issue #13739
git-svn-id: trunk@20038 -
2009-05-19 04:48:56 +00:00
paul
385d9cdf40 win32: implement winapi GradientFill function (strange that it is implemented for gtk only)
git-svn-id: trunk@20037 -
2009-05-19 04:36:37 +00:00
jesus
a8de187566 LCL, fix pasting text into dbedit is lost after post, issue #12970
git-svn-id: trunk@20036 -
2009-05-19 04:34:35 +00:00
paul
59813c403f lcl: formatting
git-svn-id: trunk@20035 -
2009-05-19 03:30:36 +00:00
paul
9067fc5cdb gtk: move FillRect to TGtkDeviceContext, add argument SkipRop. Use SkipRop = True for winapi FillRect, use SkipRop = False for Polygon (fixes the last problem in issue #0013746)
git-svn-id: trunk@20034 -
2009-05-19 03:30:21 +00:00
paul
75c498b121 gtk: store selected ROP2 mode in the GCValues just after setting it (fixes another part of issue #0013746)
git-svn-id: trunk@20033 -
2009-05-19 03:16:41 +00:00
paul
5951b71b2a gtk: formatting
git-svn-id: trunk@20032 -
2009-05-19 03:15:21 +00:00
paul
ef226daf23 gtk: skip ROP2 for FillRect (partly fixes issue #0013746)
git-svn-id: trunk@20031 -
2009-05-19 01:57:18 +00:00
paul
7dcf00f903 gtk: formatting
git-svn-id: trunk@20030 -
2009-05-19 01:54:41 +00:00
martin
e1f781f1a1 SynEdit: fixed wrong higlight for forward class declaration (matching "class" <> not existing "end" word pair) issue #13750
git-svn-id: trunk@20029 -
2009-05-18 22:56:50 +00:00
dodi
fa5fca7dd1 dockmanager example: back to the roots
git-svn-id: trunk@20028 -
2009-05-18 15:28:04 +00:00
paul
8ed7281c00 gtk: use more generic code to set menuitem shortcuts and caption, redo SetLabelCaption for gtk2
git-svn-id: trunk@20027 -
2009-05-18 13:04:06 +00:00
vincents
ed614cee3c LCL: Use TDirectoryEdit.DialogTitle the same way as TFileNameEdit.DialogTitle
git-svn-id: trunk@20026 -
2009-05-18 10:57:26 +00:00
paul
ec8b2fae86 lcl: don't create InputBox bigger than monitor in width (issue #0013740)
git-svn-id: trunk@20025 -
2009-05-18 08:20:27 +00:00
paul
447f5d8a3c gtk: fix copying a rect from drawable to bitmap (issue #0012131)
git-svn-id: trunk@20024 -
2009-05-18 07:11:28 +00:00
dmitry
37d924f53b added support for TCarbonDeviceContext.Draw dx-array parameter
git-svn-id: trunk@20023 -
2009-05-18 04:37:51 +00:00
paul
095f1262a5 gtk2: use LCL popupmenu for controls instead of native if available (fixes issue #0013730)
git-svn-id: trunk@20022 -
2009-05-18 03:46:00 +00:00
paul
86563b35e6 gtk2: use same position calculation for LM_CONTEXTMENU as in other widgetsets
git-svn-id: trunk@20021 -
2009-05-18 03:02:54 +00:00
paul
d154466c76 gtk2: handle LM_CONTEXTMENU message triggered by "menu key" press
git-svn-id: trunk@20020 -
2009-05-18 02:56:42 +00:00
paul
f84bbc8909 gtk: fix compilation
git-svn-id: trunk@20019 -
2009-05-18 01:48:56 +00:00
paul
63ffd97a43 gtk: fix menu shortcuts
git-svn-id: trunk@20018 -
2009-05-18 01:44:14 +00:00
paul
98bb8821bd gtk: cleanup
git-svn-id: trunk@20017 -
2009-05-18 01:30:00 +00:00
mattias
1c38cac962 clean up
git-svn-id: trunk@20016 -
2009-05-17 20:41:02 +00:00
mattias
6383c1a4a7 gtk2 intf: menu items, radioitem: not send LM_ACTIVATE when unchecking, bug #13733
git-svn-id: trunk@20015 -
2009-05-17 20:03:07 +00:00
vincents
a12ca5ce2a LCL: fixed TDirectoryEdit.DialogTitle from Samuel Herzog (issue #13704)
git-svn-id: trunk@20014 -
2009-05-17 19:42:23 +00:00
jesus
26b0680b11 LCL, fix dbcheckbox modified even in unchanged dataset, issue #10453
git-svn-id: trunk@20013 -
2009-05-17 17:02:44 +00:00
jesus
84cead9009 LCL, custom handling of checkbox states (windows, this enables the use of allowgrayed without cbGrayed state, specially useful for dbcheckbox), fix cbGrayed state under gtk2
git-svn-id: trunk@20012 -
2009-05-17 17:00:47 +00:00
sekelsenmat
531e682b04 Further work on wince standard dialogs
git-svn-id: trunk@20011 -
2009-05-17 16:15:43 +00:00
paul
f977ee640b lcl: update font on Height change. Change the size only is not correct since LogFont contains lfHeight = Height. fixes bug #0013727
git-svn-id: trunk@20010 -
2009-05-17 13:57:24 +00:00
martin
331b3f8019 SynEdit: Handle #13 if it's not a SynKeyStroke. This allows #13 to be passed on in OnKeyPressed. Issue #9195
git-svn-id: trunk@20009 -
2009-05-17 13:34:49 +00:00
paul
fd36716c15 lcl: formatting
git-svn-id: trunk@20008 -
2009-05-17 13:33:55 +00:00
martin
fd3a03f494 Gtk widget => changed from ifdef gtk2 => ifNdef gtk1
git-svn-id: trunk@20007 -
2009-05-17 11:29:53 +00:00
paul
3f7ae88079 ide: project options: make '...' closer to controls
git-svn-id: trunk@20006 -
2009-05-17 09:01:12 +00:00
paul
53471e1062 ide: compiler options: make '...' buttons a bit smaller
git-svn-id: trunk@20005 -
2009-05-17 08:57:28 +00:00
paul
aacedf424d lcl: add a separate option to draw themed +/- tree signs in the treeview (by Luiz Americo, issue #0013677)
git-svn-id: trunk@20004 -
2009-05-17 08:31:38 +00:00
mattias
b85ae0cedb codetools: class completion: do not update abstract methods
git-svn-id: trunk@20003 -
2009-05-17 03:09:09 +00:00
mattias
211701de5f codetools: fixed parsing nested (* comments, bug #13380
git-svn-id: trunk@20002 -
2009-05-17 02:43:29 +00:00
mattias
d85dd7e92c codetools: fixed parsing (*)
git-svn-id: trunk@20001 -
2009-05-17 02:32:46 +00:00
mattias
a2c989e1b4 codetools: started searching published methods in ancestor classes
git-svn-id: trunk@20000 -
2009-05-17 02:16:55 +00:00
martin
9a731134fb Gtk2: improving ScrollWindowEx (for SynEdit / issue #7717 )
git-svn-id: trunk@19999 -
2009-05-17 01:34:00 +00:00
mattias
0c0556f015 codetools: identifier completion: do not add () for functions without parameters
git-svn-id: trunk@19998 -
2009-05-17 01:26:28 +00:00
mattias
5053abc1df IDE: new inherited form: create lrs
git-svn-id: trunk@19997 -
2009-05-17 01:16:32 +00:00
mattias
36595ac795 codetools: identifier completion: added predefined procs: assert, new, dispose, exit, continure, break
git-svn-id: trunk@19996 -
2009-05-17 00:47:02 +00:00