Commit Graph

19775 Commits

Author SHA1 Message Date
ask
3f07c0e517 TAChart: Update lfm files for demo projects.
git-svn-id: trunk@20111 -
2009-05-22 01:44:25 +00:00
paul
7b940b78ca gtk: draw Frame3d in a compatible with other widgetsets way (fixes bug #0013776)
git-svn-id: trunk@20110 -
2009-05-22 01:28:25 +00:00
vincents
299f68fb06 win32 interface: don't restrict the height of a csSimple combobox (issue #13765)
git-svn-id: trunk@20109 -
2009-05-21 20:19:16 +00:00
mattias
9bd290d86e IDE+codetools: implemented complete blocks in statements
git-svn-id: trunk@20108 -
2009-05-21 16:49:01 +00:00
mattias
f8012d194e IDE: fixed result of SaveSourceEditorChangesToCodeCache, codetools: started complete block
git-svn-id: trunk@20107 -
2009-05-21 13:24:15 +00:00
paul
d9c7fdad82 gtk: fix setting readonly for TCustomEdit (bug #0013773)
git-svn-id: trunk@20106 -
2009-05-21 13:01:22 +00:00
paul
d066b57145 gtk: fix Frame3D painting
git-svn-id: trunk@20105 -
2009-05-21 12:42:07 +00:00
paul
89bfcf7006 lcl: don't deflate rectangle after Frame3d drawing in TPanel.Paint code since Frame3d performs that deflation itself (issue #0013776)
git-svn-id: trunk@20104 -
2009-05-21 12:41:19 +00:00
paul
f8c5dc7b12 lcl: set some defaults for TCombobox properties (by Alexander S. Klenin, issue #0013772)
git-svn-id: trunk@20103 -
2009-05-21 12:20:11 +00:00
mattias
b74111c319 IDE: code context hints drawn with bold instead of gray, needed for themes where gray does not work
git-svn-id: trunk@20102 -
2009-05-21 10:08:32 +00:00
dodi
e422e1da8e dockmanager example: fixed usage of TPageControl
git-svn-id: trunk@20101 -
2009-05-21 09:31:10 +00:00
paul
51d6ed553a lcl: stop mouse up message if it is handled by dock manager
git-svn-id: trunk@20100 -
2009-05-21 09:06:45 +00:00
paul
90763c754b ide: fix anchors for ... button in help options
git-svn-id: trunk@20099 -
2009-05-21 09:03:41 +00:00
paul
a3283dde56 gtk: cleanup, formatting
git-svn-id: trunk@20098 -
2009-05-21 09:01:38 +00:00
ask
69156f088b TAChart: Set correct brushes for TLine and TAreaSeries.
git-svn-id: trunk@20097 -
2009-05-21 08:51:31 +00:00
ask
148f7ce9be TAChart: Fix for r20095 #453a046de9.
git-svn-id: trunk@20096 -
2009-05-21 08:42:25 +00:00
ask
453a046de9 TAChart: If Chart.Extent.Use{X/Y}{Min/Max} is set, use corresponding boundary unconditionally.
Previously it was not used if some series expanded beyond it.
This fixes issue #13681.

git-svn-id: trunk@20095 -
2009-05-21 08:37:16 +00:00
paul
05c0578025 lcl: LDockTree: remove anchors when we remove control from the tree
git-svn-id: trunk@20094 -
2009-05-21 08:10:41 +00:00
paul
071f4c60e7 lcl: formatting
git-svn-id: trunk@20093 -
2009-05-21 08:09:32 +00:00
paul
a8ae3b4f66 lcl: TPageControl: set dock site rectangle in DockOver and not in PositionDockRect since PositionDockRect used in other unrelated to dock over cases
git-svn-id: trunk@20092 -
2009-05-21 07:58:18 +00:00
ask
a0897c76f4 TAChart: Add chart extent demo.
In particular, it is useful to test issue #13681.

git-svn-id: trunk@20091 -
2009-05-21 07:55:56 +00:00
ask
ff15f8408c TAChart: Add TLine.UseBounds property. Minor refactoring.
git-svn-id: trunk@20090 -
2009-05-21 07:48:50 +00:00
ask
f0b1c740fd TAChart: Change default for TChartPen.Visible to true
git-svn-id: trunk@20089 -
2009-05-21 07:26:24 +00:00
ask
d18b9a4254 TAChart: UpdateMinMax should update both min and max if necessary.
git-svn-id: trunk@20088 -
2009-05-21 07:16:09 +00:00
paul
7526bb803e gtk: report LCL page index instead of gtk page index on notebook page change
git-svn-id: trunk@20087 -
2009-05-21 06:31:13 +00:00
dmitry
f68867536b fix for #13769. CGImageGetDataProvider must NOT be released, without retain called first.
git-svn-id: trunk@20086 -
2009-05-21 05:27:02 +00:00
paul
6238c3906d ide: help options: use object inspector settings for embedded grids
git-svn-id: trunk@20085 -
2009-05-21 03:47:40 +00:00
paul
5e662e966a ide: debugger general options: use object inspector settings for embedded options grid
git-svn-id: trunk@20084 -
2009-05-21 03:40:41 +00:00
paul
229053f385 ide: remove non-existent environment menu commands, change keymapping name for IDE options command
git-svn-id: trunk@20083 -
2009-05-21 02:20:06 +00:00
paul
ad30f8d3e7 ide: use same string and icon for all Options menu items
git-svn-id: trunk@20082 -
2009-05-21 01:59:12 +00:00
paul
ff4795ef8e win32: fix restoring of main form state after application minimize (bug #0013752)
git-svn-id: trunk@20081 -
2009-05-21 01:20:27 +00:00
paul
656d65cb06 lcl: LDockTree: fix drop to non-empty root zone (issue #0013770)
git-svn-id: trunk@20080 -
2009-05-20 14:55:59 +00:00
zeljko
c521333873 Qt: bugfix for dialogs filter in QT_NATIVE_DIALOGS mode.fixes #13767
git-svn-id: trunk@20079 -
2009-05-20 13:11:51 +00:00
paul
7d94012801 gtk2: improve TGtk2ThemeServices.GetStockImage
git-svn-id: trunk@20078 -
2009-05-20 12:50:37 +00:00
paul
1687773f6d lcl: TCustomForm.SetFocusedControl returned wrong result in some cases, csFocusing flag was used in LCL but was not nowhere set
git-svn-id: trunk@20077 -
2009-05-20 12:07:24 +00:00
paul
69d96a1d70 gtk: formatting
git-svn-id: trunk@20076 -
2009-05-20 11:56:07 +00:00
paul
7f89f0f960 ide: ide options: restore occasionally omitted (while dialogs merge) code in color options (reported by Graeme Geldenhuys in mail list)
git-svn-id: trunk@20075 -
2009-05-20 11:17:31 +00:00
paul
869fadf0a6 lcl: formatting
git-svn-id: trunk@20074 -
2009-05-20 09:28:40 +00:00
paul
bdda69cd5d lcl: pass LM_SIZE, LM_MOVE messages to DockManager, handle them for LazDockTree (now dock header looks fine on dock zone resize)
git-svn-id: trunk@20073 -
2009-05-20 09:05:30 +00:00
paul
05ad1a9631 gtk: use GTK_WINDOW_POPUP for dock rect drawing
git-svn-id: trunk@20072 -
2009-05-20 09:00:30 +00:00
paul
b5ff63c845 gtk: improve DrawDefaultDockImage
git-svn-id: trunk@20071 -
2009-05-20 08:25:21 +00:00
paul
e30c0905a2 lcl: allow form dragging by client area only if it is docked into docksite without dock manager
git-svn-id: trunk@20070 -
2009-05-20 07:30:39 +00:00
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