Commit Graph

21470 Commits

Author SHA1 Message Date
mattias
53a1e55eb8 codetools: fixed mem leak, bug #14646
git-svn-id: trunk@21828 -
2009-09-22 21:28:45 +00:00
ask
da2c5cb914 TAChart: Update funcdemo
* Add user-drawn series demo
* Remove workarounds for object inspector bugs with subproperty events

git-svn-id: trunk@21827 -
2009-09-22 16:58:37 +00:00
ask
e14b665868 TAChart: Add TUserDrawnSeries class
git-svn-id: trunk@21826 -
2009-09-22 16:56:09 +00:00
ask
c826d70f2d TAChart: Inherit TFuncSeries from TCustomChartSeries to reduce code duplication
git-svn-id: trunk@21825 -
2009-09-22 16:36:02 +00:00
ask
d1f35dc29f TAChart: Extract TCustomChartSeries class
git-svn-id: trunk@21824 -
2009-09-22 16:35:01 +00:00
mattias
412dddbda7 gtk intf: VerboseTWinControlRealText connect signal after
git-svn-id: trunk@21823 -
2009-09-22 16:11:35 +00:00
ask
9b39c1957b TAChart: Publish TAChart.BorderSpacing property
git-svn-id: trunk@21822 -
2009-09-22 15:50:00 +00:00
zeljko
566a4c3378 Qt: bugfix for #14646 - TQtDeviceContext.DrawText()
git-svn-id: trunk@21821 -
2009-09-22 15:45:13 +00:00
zeljko
e62f9ab988 Qt: bugfix -> TQtWidgetSet.GetScrollBarSize() returned wrong results.
git-svn-id: trunk@21820 -
2009-09-22 13:53:16 +00:00
dmitry
2b795ca9d8 carbon: cleanup debug messages
git-svn-id: trunk@21819 -
2009-09-22 13:31:41 +00:00
dmitry
3f589dad6a carbon: added GetDate/SetDate for carbon calendar
git-svn-id: trunk@21818 -
2009-09-22 13:24:16 +00:00
ask
4209ed3b45 TAChart: Extract TChartSeries class into a new TACustomSeries unit
git-svn-id: trunk@21817 -
2009-09-22 12:53:30 +00:00
dmitry
c495c5795d carbon: started carbon calendar
git-svn-id: trunk@21816 -
2009-09-22 12:08:44 +00:00
paul
75c0fc522b win32: don't handle menu opening via keyboard for designer forms
git-svn-id: trunk@21815 -
2009-09-22 02:36:54 +00:00
paul
10df6e55fe lcl: don't handle menu shortcuts in the csDesigning state
git-svn-id: trunk@21814 -
2009-09-22 02:36:10 +00:00
paul
90f683e8be lcl: formatting
git-svn-id: trunk@21813 -
2009-09-22 02:19:56 +00:00
paul
da18cb85a2 ide: components windows: add component to the form when Enter/Return key is pressed
git-svn-id: trunk@21812 -
2009-09-22 01:29:52 +00:00
paul
06befbadc9 designer: focus object inspector grid on pressing Enter key
git-svn-id: trunk@21811 -
2009-09-22 01:11:25 +00:00
paul
6369c296cc ideintf: introduce new method TObjectInspectorDlg.FocusGrid
git-svn-id: trunk@21810 -
2009-09-22 01:10:32 +00:00
mattias
5507b410fc LCL: added debugging -dVerboseTWinControlRealText
git-svn-id: trunk@21809 -
2009-09-21 20:51:50 +00:00
mattias
d2c58feec2 LCL: added debugging
git-svn-id: trunk@21808 -
2009-09-21 20:44:43 +00:00
ask
010d61cf7c TAChart: Add TChartAxis.OnMarkToText event (see issue #14567)
git-svn-id: trunk@21807 -
2009-09-21 18:08:59 +00:00
ask
e6c2ca7274 TAChart: Update drag-and-drop demo to display point marks on mouse-over
git-svn-id: trunk@21806 -
2009-09-21 16:23:21 +00:00
ask
e1f5717199 TAChart: Add TChartSeries.OnGetMark event
git-svn-id: trunk@21805 -
2009-09-21 16:21:15 +00:00
dmitry
33931a864f carbon: fix for #14634. see comments for details
git-svn-id: trunk@21804 -
2009-09-21 13:32:49 +00:00
mattias
fea2aafd1f LCL: TCustomEdit.SetCaretPos: do not call widgetset if no handle is allocated
git-svn-id: trunk@21803 -
2009-09-21 12:49:07 +00:00
mattias
47bdaddd85 LCL: call TCustomMaskEdit: clean up
git-svn-id: trunk@21802 -
2009-09-21 12:41:17 +00:00
mattias
4d4b4bb80e LCL: call TCustomEdit.Change even if no handle is allocated
git-svn-id: trunk@21801 -
2009-09-21 12:36:07 +00:00
mattias
953f2f79df LCL: maskedit: restore FChangeAllowed
git-svn-id: trunk@21800 -
2009-09-21 12:34:03 +00:00
mattias
d2e41f6ff5 LCL: formatting
git-svn-id: trunk@21799 -
2009-09-21 12:30:37 +00:00
paul
1c8e92d963 ide: write win32 version info using ansi instead of utf8
git-svn-id: trunk@21797 -
2009-09-21 09:30:44 +00:00
paul
f74c3e2724 gtk: fix compilation
git-svn-id: trunk@21796 -
2009-09-21 09:07:13 +00:00
paul
93e9584197 lcl: apply patch of Dmitry to support .icns writer (mantis #0014638)
git-svn-id: trunk@21795 -
2009-09-21 08:47:55 +00:00
mattias
f833ae42ef gtk intf: fixed GTKAPIWidgetClient_GetType: gtype
git-svn-id: trunk@21794 -
2009-09-21 08:04:10 +00:00
mattias
f644767fc3 gtk intf: fixed GTKAPIWidget_GetType: gtype
git-svn-id: trunk@21793 -
2009-09-21 07:55:27 +00:00
zeljko
38ed1a5624 Qt: we must release mouse grab when application deactivated by OS (win32 -> screensaver, OS sleep state etc)
git-svn-id: trunk@21792 -
2009-09-21 06:29:12 +00:00
mattias
a564288864 gtk intf: TGtkWidgetSet.CreateBitmap: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21791 -
2009-09-20 22:26:59 +00:00
mattias
90d57b132f gtk intf: TGtkWidgetSet.CreateBrushIndirect: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21790 -
2009-09-20 22:18:46 +00:00
mattias
f75643d1fa gtk intf: TGTKWidgetSet.CreateIconIndirect: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21789 -
2009-09-20 22:17:41 +00:00
mattias
56d4c6764d gtk intf: gdk_pixbuf_render_pixmap_and_mask: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21788 -
2009-09-20 22:17:03 +00:00
mattias
85a065e6cd gtk intf: fixed uninitialized variables
git-svn-id: trunk@21787 -
2009-09-20 22:16:07 +00:00
mattias
7eb1c29d07 gtk intf: TGtkWSCustomListView.ItemSetImage: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21786 -
2009-09-20 22:15:10 +00:00
mattias
f7a5ae1032 gtk intf: TGtkWSCustomListView.ItemChangeInternal: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21785 -
2009-09-20 22:14:29 +00:00
mattias
17b5d19761 gtk intf: TGtkWSDragImageList.BeginDrag: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21784 -
2009-09-20 22:13:40 +00:00
mattias
d77de397b1 gtk intf: gdk_pixbuf_render_pixmap_and_mask creates the pixmap and mask itself
git-svn-id: trunk@21783 -
2009-09-20 22:10:20 +00:00
paul
ac7c91e727 lcl: TMenuItem: disable notifications for old SubMenuImages imagelist
git-svn-id: trunk@21782 -
2009-09-20 07:57:34 +00:00
paul
834d683851 lcl: make TMenu.SetImages safer and more correct
git-svn-id: trunk@21781 -
2009-09-20 07:54:14 +00:00
paul
634d3996d9 ide, designer: extend jitform list to handle also TCustomForm descendants (not only TForm) (fixes issue #0013694)
git-svn-id: trunk@21780 -
2009-09-20 07:20:16 +00:00
paul
900a8acec8 designer: show resize cursors for the controls with parent <> lookuproot (issue #0014626)
git-svn-id: trunk@21779 -
2009-09-20 05:45:50 +00:00
paul
0ba7f0ed94 lcl: TCustomMemo: cleanup, formatting, add DEBUG_MEMO conditional code
git-svn-id: trunk@21778 -
2009-09-20 05:09:37 +00:00