paul
|
6306629a9e
|
win32: notify LCL on mouse enter/leave, NC movements more correct
git-svn-id: trunk@20069 -
|
2009-05-20 07:14:50 +00:00 |
|
paul
|
99fdb23855
|
lcl: cosmetic LDockTree code changes
git-svn-id: trunk@20068 -
|
2009-05-20 07:13:08 +00:00 |
|
paul
|
4a690c2f5a
|
lcl: TDockObject: add Dropped property for delphi compatibility (issue #0013427)
git-svn-id: trunk@20067 -
|
2009-05-20 05:54:07 +00:00 |
|
paul
|
dfb54d7324
|
lcl: dragmanager: apply patch to support Ctrl key during drag/dock operations from Hans-Peter Diettrich with small modifications (issue #0013427)
git-svn-id: trunk@20066 -
|
2009-05-20 05:05:38 +00:00 |
|
paul
|
f22d9341c2
|
lcl: DockManager: handle CM_VISIBLECHANGED
git-svn-id: trunk@20065 -
|
2009-05-20 04:38:24 +00:00 |
|
dodi
|
1b9f91ccc2
|
dockmanager example: update to new dockmanager interface
git-svn-id: trunk@20064 -
|
2009-05-20 04:24:39 +00:00 |
|
paul
|
ce9041ea17
|
lcl: don't start immediate drag on dock header click
git-svn-id: trunk@20063 -
|
2009-05-20 03:47:00 +00:00 |
|
paul
|
7761318ad8
|
lcl: TLazDockTree: change docked control caption on CM_TEXTCHANGED (fixes issue #0013670)
git-svn-id: trunk@20062 -
|
2009-05-20 03:15:46 +00:00 |
|
paul
|
a91f4faee0
|
lcl: forward CM_TEXTCHANGED notifications to the DockManager
git-svn-id: trunk@20061 -
|
2009-05-20 03:07:45 +00:00 |
|
paul
|
9b7b96648b
|
lcl: don't call TextChanged directly, use CM_TEXTCHANGED notification instead
git-svn-id: trunk@20060 -
|
2009-05-20 03:06:52 +00:00 |
|
paul
|
7f29518b52
|
lcl: add Sender argument to TDockManager.MessageHandler
git-svn-id: trunk@20059 -
|
2009-05-20 02:22:52 +00:00 |
|
paul
|
fe8960bd81
|
lcl: rename TDockManager.MouseMessage to TDockManager.MessageHandler to allow handling of more messages
git-svn-id: trunk@20058 -
|
2009-05-20 02:19:28 +00:00 |
|
paul
|
a533bd1614
|
gtk: rearrange TGtkDeviceContext members
git-svn-id: trunk@20057 -
|
2009-05-20 02:04:38 +00:00 |
|
paul
|
1eb5c2a539
|
gtk: fix copying one DC into another with SRCCOPY rop (fixes issue #0013746)
git-svn-id: trunk@20056 -
|
2009-05-20 01:59:15 +00:00 |
|
mattias
|
35ab55a365
|
IDE: help for code observer options
git-svn-id: trunk@20055 -
|
2009-05-19 22:05:45 +00:00 |
|
marc
|
63439af76b
|
* Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@20054 -
|
2009-05-19 21:47:23 +00:00 |
|
martin
|
a66eac69ae
|
SynEdit: Fixed regression from revision 19907 #e747489eff/19908 #a24043f0e8, Chinese/Eastern DoubleWidth fonts where drawn with too much spacing. Bug #13764
git-svn-id: trunk@20053 -
|
2009-05-19 19:25:23 +00:00 |
|
martin
|
db010cf64c
|
SynEdit: Fixed regression from revision 19907 #e747489eff/19908 #a24043f0e8, Chinese/Eastern DoubleWidth fonts where drawn with too much spacing. Bug #13764
git-svn-id: trunk@20052 -
|
2009-05-19 18:24:21 +00:00 |
|
jesus
|
47e7115c4d
|
LCL, store cell widths also for autofilled grid
git-svn-id: trunk@20051 -
|
2009-05-19 16:17:33 +00:00 |
|
jesus
|
b8e4258554
|
LCL, revert DBMemo changes on losing focus (for example when datasource.autoedit=false), part of issue #12997
git-svn-id: trunk@20050 -
|
2009-05-19 14:43:44 +00:00 |
|
mattias
|
3f95284e56
|
gtk2 intf: removed gtk1 workaround for TmenuItem check items, bug #13741
git-svn-id: trunk@20049 -
|
2009-05-19 13:28:26 +00:00 |
|
dodi
|
f7e0520c57
|
dockmanager example: added DockBook (TPageControl wrapped into a form)
git-svn-id: trunk@20048 -
|
2009-05-19 11:00:52 +00:00 |
|
vincents
|
4c1b0307f9
|
LCL: grids: don't autosize string editor, fixes issue #13760
git-svn-id: trunk@20047 -
|
2009-05-19 09:59:52 +00:00 |
|
paul
|
4887666b01
|
ide: add accelerators for buttons to Find/Replace dialogs (remaining part of issue #0001379)
git-svn-id: trunk@20046 -
|
2009-05-19 09:02:46 +00:00 |
|
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 |
|