Commit Graph

21686 Commits

Author SHA1 Message Date
paul
e8e52a07ea lcl: Explicitly request MenuItem to notify TToolButton about destruction
git-svn-id: trunk@21845 -
2009-09-24 09:29:01 +00:00
paul
48e060d9f7 lcl: MainMenu refactoring and other menu changes:
- AttachMenuToWindow api changed. Now it accepts a window handle and a menu handle instead of TMenu component. This change is made to reduce interfaces dependency from the LCL (in order to reduce exe file size)
  - TMainMenu.WindowHandle is introduced for delphi compatibility
  - Don't show a main menu for the bsDialog windows (delphi compatibility)
  - Explicitly request MainMenu to notify form about destruction

git-svn-id: trunk@21844 -
2009-09-24 09:14:53 +00:00
paul
ece2fcadca lcl: be sure that popup menu will notify a control on destruction
git-svn-id: trunk@21843 -
2009-09-24 08:50:50 +00:00
paul
eaa3c7ca92 win32: notify application about idle on WM_ENTERIDLE
git-svn-id: trunk@21842 -
2009-09-23 21:44:07 +00:00
ask
6525519754 TAChart: Fix growing of zoomed-in extent upon each chart repainting
git-svn-id: trunk@21841 -
2009-09-23 20:31:16 +00:00
ask
54485700c3 TAChart: Add TChartMarks.Clipped property. Update demo.
git-svn-id: trunk@21840 -
2009-09-23 17:10:51 +00:00
paul
d7d5afb621 designer: cleanup
git-svn-id: trunk@21839 -
2009-09-23 12:51:46 +00:00
mattias
3009135479 gtk intf: comments
git-svn-id: trunk@21837 -
2009-09-23 12:07:50 +00:00
mattias
bd38195d35 gtk intf: TGtkWSCustomEdit.SetText: lock during set and fire CM_TEXTCHANGED, bug #14615
git-svn-id: trunk@21836 -
2009-09-23 12:06:24 +00:00
paul
048789bd19 win32: move GetDesignerDC, ReleaseDesignerDC to the appropriate files, implement IsDesignerDC
git-svn-id: trunk@21835 -
2009-09-23 12:00:42 +00:00
mattias
a661ce3a4e LCL: maskedit: always set FChangeAllowed to false
git-svn-id: trunk@21834 -
2009-09-23 11:52:47 +00:00
paul
495f9f3481 gtk: apply patch of Burkhard Carstens to fix possible memory leaks of XGetWindowProperty calls (issue #0014659)
git-svn-id: trunk@21833 -
2009-09-23 10:27:34 +00:00
paul
5385b97a2e lcl: forgotten unit
git-svn-id: trunk@21832 -
2009-09-23 10:25:44 +00:00
paul
38826ee313 lcl: set AutoSelect to true by default for TEdit, TCombobox and descendants, disable AutoSelect for TCustomMemo
git-svn-id: trunk@21831 -
2009-09-23 10:19:12 +00:00
dmitry
4d0d242dde carbon: fixed calendar drawing
git-svn-id: trunk@21830 -
2009-09-23 04:26:32 +00:00
martin
d033ed3dfc SynEdit / IDE: Keep cursor at position, if codetools makes changes to toher location (like updating component names) issue #12344
git-svn-id: trunk@21829 -
2009-09-22 23:13:04 +00:00
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