Commit Graph

37933 Commits

Author SHA1 Message Date
ask
8d208ba958 TAChart: Draw selection rectangle according to RatioLimit in zoom drag tool
git-svn-id: trunk@38908 -
2012-09-29 17:40:02 +00:00
ask
06b630c6b9 TAChart: Set TZoomDragTool.Brush.Style = bsClear by default. Part 2
git-svn-id: trunk@38907 -
2012-09-29 17:38:34 +00:00
juha
7a5b56c83e IDE: improve TPathEditorDialog behavior
git-svn-id: trunk@38906 -
2012-09-29 17:36:48 +00:00
juha
96b3cbf9c8 IDE: formatting
git-svn-id: trunk@38905 -
2012-09-29 17:36:43 +00:00
juha
7e1f04ade7 Converter: Replace also WinTypes and WinProcs units with "LCLIntf, LCLType, LMessages"
git-svn-id: trunk@38904 -
2012-09-29 14:52:15 +00:00
juha
7d7d464100 Converter: Convert also units in project directory which are not part of the project. Issue #22677
git-svn-id: trunk@38903 -
2012-09-29 14:44:47 +00:00
ask
b8f1a26235 TAChart: Set TZoomDragTool.Brush.Style = bsClear by default
git-svn-id: trunk@38902 -
2012-09-29 14:36:19 +00:00
ask
50c1480502 TAChart: Fix leftover tool image after unzooming in normal draw mode
git-svn-id: trunk@38901 -
2012-09-29 14:30:00 +00:00
ask
e7353938a4 TAChart: Add TZoomDragTool.Transparency property
git-svn-id: trunk@38900 -
2012-09-29 14:24:10 +00:00
zeljko
1f6e44d04f Gtk2: fixed few memleaks with PGList in TGtk2ListView.
git-svn-id: trunk@38899 -
2012-09-29 12:07:16 +00:00
ask
eff9f1abee TAChart: Add TZoomDragTool.Brush property
git-svn-id: trunk@38898 -
2012-09-29 12:01:52 +00:00
zeljko
53848b11b5 Gtk2: implemented TGtk2CustomListView.ItemDisplayRect, implemented editor for listview with style vsSmallIcon, vsIcon. issue #23015
git-svn-id: trunk@38897 -
2012-09-29 11:14:16 +00:00
zeljko
0eef8e9087 Gtk2: fixed crash in GtkIconView by unref GtkColumn which isn't GtkObject.
git-svn-id: trunk@38896 -
2012-09-29 08:33:44 +00:00
zeljko
24625416e6 Gtk2: deliver LVIS_FOCUSED message. issue #23014
git-svn-id: trunk@38895 -
2012-09-29 08:17:16 +00:00
zeljko
0dbe621ebf Qt: deliver LVIS_FOCUSED message
git-svn-id: trunk@38894 -
2012-09-29 08:16:37 +00:00
zeljko
8f30e4debe Qt: fixed TIconArrangement for TListView vsIcon,vsSmallIcon
git-svn-id: trunk@38893 -
2012-09-29 08:05:22 +00:00
zeljko
fbd34e1260 Gtk2: fixed TIconArrangement of GtkListView.
git-svn-id: trunk@38892 -
2012-09-29 08:00:27 +00:00
ask
d102797393 TAChart: Add TChart.OnExtentChanging event
git-svn-id: trunk@38891 -
2012-09-29 05:34:29 +00:00
ask
e75056a790 TAChart: Separate measure and draw phases for TChartTitle
git-svn-id: trunk@38890 -
2012-09-29 05:27:18 +00:00
blikblum
4443b9ae3f qt: simplify TQtWidget.GetWidget
git-svn-id: trunk@38889 -
2012-09-29 01:38:07 +00:00
ask
5380fecc6f TAChart: Add TPanDragTool to the built-in toolset
git-svn-id: trunk@38888 -
2012-09-28 17:47:32 +00:00
ask
3ea4ede96d TAChart: Fix keyboard-activated distance tool on the auto-focus chart
git-svn-id: trunk@38887 -
2012-09-28 17:42:00 +00:00
vincents
869bf4cc0f lcl: fixed use of uninitialized variable (issue #23013)
git-svn-id: trunk@38886 -
2012-09-28 14:28:04 +00:00
paul
260349c3f2 carbon: fix error in comment
git-svn-id: trunk@38884 -
2012-09-28 09:01:29 +00:00
paul
6129b92d32 cocoa: fix DrawImageRep (apply property before new context creation), fix memory management in TCocoaTextLayout
git-svn-id: trunk@38883 -
2012-09-28 08:37:22 +00:00
sekelsenmat
3f7d870c4d lazdialogs patch from Giuliano and also a minor improvement for handle handling in LCL-CustomDrawn-Win32 MessageBox
git-svn-id: trunk@38882 -
2012-09-28 08:36:33 +00:00
paul
9a097510c9 cocoa: initialize NSView before other operations with it, simplify NSRect to rect conversions
git-svn-id: trunk@38881 -
2012-09-28 08:35:18 +00:00
paul
ad804864bd cocoa: move ScreenContext to CocoaGDIObjects, always create it since it is used by any LCL application
git-svn-id: trunk@38880 -
2012-09-28 08:32:38 +00:00
mattias
89930bd828 lcl: carbon: removed duplicate include file
git-svn-id: trunk@38879 -
2012-09-28 08:30:36 +00:00
mattias
49cbe561e4 lcl: carbon: clean up
git-svn-id: trunk@38878 -
2012-09-28 08:27:52 +00:00
paul
77958ad8a4 cocoa: formatting, cleanup
git-svn-id: trunk@38877 -
2012-09-28 08:23:48 +00:00
sekelsenmat
55c631cd34 LCL-CustomDrawn: Fixes compilation, patch from bug #22863
git-svn-id: trunk@38876 -
2012-09-28 08:20:43 +00:00
zeljko
0bc55f93bf Gtk2: fixed unwanted rubberband operation on GtkIconView. issue #22991
git-svn-id: trunk@38875 -
2012-09-27 18:48:58 +00:00
zeljko
100b90ff3a Docs: fixed comctrls.xml typo.Patch by Anton. issue #23001
git-svn-id: trunk@38874 -
2012-09-27 18:33:59 +00:00
ask
b7211c82d9 TAChart: Clear brush when drawing line series
git-svn-id: trunk@38873 -
2012-09-27 17:08:08 +00:00
zeljko
0ccdbe8bb6 IDE: fixed wsMinimized behaviour on designed form. issue #21792
git-svn-id: trunk@38872 -
2012-09-27 16:31:45 +00:00
ask
db9416f5c8 TAChart: Add bar series to "navigate" demo for better visuals
git-svn-id: trunk@38871 -
2012-09-27 16:23:45 +00:00
ask
4fc027fcf4 TAChart: Add "zoom on endpoint" feature to the "distance" demo
git-svn-id: trunk@38870 -
2012-09-27 16:21:44 +00:00
ask
9c7f6a203e TAChart: Use TChart.AutoFocus in "dragdrop" and "tools" demos
git-svn-id: trunk@38869 -
2012-09-27 16:17:52 +00:00
zeljko
0b23e9c0ae Gtk2: fixed crash with GtkIconView when multiselect is enabled and dbl clicked. issue #22991
git-svn-id: trunk@38868 -
2012-09-27 16:10:08 +00:00
ask
35e042eb08 TAChart: Add TChart.AutoFocus property
git-svn-id: trunk@38867 -
2012-09-27 16:00:51 +00:00
ask
6020e3b6da TAChart: Add TPanDragTool.EscapeCancels property
git-svn-id: trunk@38866 -
2012-09-27 15:51:04 +00:00
ask
320655321d TAChart: Add TZoomDragTool.EscapeCancels property
git-svn-id: trunk@38865 -
2012-09-27 15:29:31 +00:00
ask
dba262b42f TAChart: Add TDataPointDragTool.EscapeCancels property
git-svn-id: trunk@38864 -
2012-09-27 15:21:54 +00:00
ask
adf12d0ef5 TAChart: Fix drawing of out-of-extent function series with +Infinity in domain exclusions.
git-svn-id: trunk@38863 -
2012-09-27 14:38:38 +00:00
ask
681289e730 TAChart: Fix crash when the tool is activated while zoom animation is in progress
git-svn-id: trunk@38862 -
2012-09-27 14:37:08 +00:00
ask
e6a2713fce TAChart: Make sure the previous tool is deactivated before activating a new one
git-svn-id: trunk@38861 -
2012-09-27 14:27:42 +00:00
zeljko
8b7dff7f43 Gtk2: do not change color of TScrollBar since it's painted by theme engine.issue #22996
git-svn-id: trunk@38860 -
2012-09-27 14:08:12 +00:00
paul
aa29f1f739 cocoa: clear strikeout from text layout if font is not striked
git-svn-id: trunk@38859 -
2012-09-27 14:06:04 +00:00
paul
4466415dbd cocoa: fix RGB description
git-svn-id: trunk@38858 -
2012-09-27 13:47:47 +00:00