Commit Graph

21527 Commits

Author SHA1 Message Date
ask
b3570afa1e TAChart: Trivial hint fixes
git-svn-id: trunk@21892 -
2009-09-27 11:28:36 +00:00
ask
49a19e71af TAChart: Add TChartLegend.BackgroundBrush property
git-svn-id: trunk@21891 -
2009-09-27 11:14:56 +00:00
ask
83a241e7ea TAChart: Add Margin and SymbolWidth properties to TChartLegend
git-svn-id: trunk@21890 -
2009-09-27 11:08:24 +00:00
ask
50cc9941e0 TAChart: Extract TPieSeries.SliceColor function. Remove MaxColor constant.
git-svn-id: trunk@21889 -
2009-09-27 08:22:27 +00:00
ask
93c6ee37a6 TAChart: Fix brush settings in pie series drawing
git-svn-id: trunk@21888 -
2009-09-27 08:13:42 +00:00
ask
4101d61d99 TAChart: Refactor legend drawing
git-svn-id: trunk@21887 -
2009-09-27 07:02:03 +00:00
kirkpatc
cd7edba6ef FPDoc - some updates to descriptions for TCustomComboBox
git-svn-id: trunk@21886 -
2009-09-26 22:15:46 +00:00
jesus
4fcd50c27d IDE spanish translation update
git-svn-id: trunk@21884 -
2009-09-26 19:22:42 +00:00
paul
ffc58f9042 lcl: publish docking related properties for TListView
git-svn-id: trunk@21883 -
2009-09-26 14:19:20 +00:00
paul
6291a3af5a lcl: decapitalize Procedure and End keywords in the controls.inc file
git-svn-id: trunk@21882 -
2009-09-26 14:06:02 +00:00
vincents
f914d86b95 LCL: cleanup of masedit unit from issue #14615
patch by Bart Broersma

git-svn-id: trunk@21880 -
2009-09-26 12:32:09 +00:00
zeljko
771b53b7e8 Qt: avoid crash inside q_DrawXXX() functions when palette paremeter is nil and painter parent is nil. fixes #14673
git-svn-id: trunk@21876 -
2009-09-26 07:40:18 +00:00
paul
b680c53595 lcl, designer: better invalidate designer on move, resize (issue #0013886)
git-svn-id: trunk@21875 -
2009-09-26 03:26:52 +00:00
mattias
5321a16744 translations: german: updates from Swen Heinig
git-svn-id: trunk@21874 -
2009-09-25 22:22:02 +00:00
mattias
0fa1382ee5 codetools: fixed using wrong tool during rename identifier
git-svn-id: trunk@21873 -
2009-09-25 22:10:37 +00:00
jesus
5acdb79b1e LazReport spanish translation update
git-svn-id: trunk@21872 -
2009-09-25 20:33:24 +00:00
jesus
bdc10fa6ce LCL, grids's MouseToCell methods returns coords -1 if point is out of bounds, patch from Tomasz Wieckowski with changes, issue #14619
git-svn-id: trunk@21870 -
2009-09-25 19:31:37 +00:00
paul
6abd81a239 designer: don't show useless TabStop, TabOrder info for the designer form in the hint window
git-svn-id: trunk@21869 -
2009-09-25 16:55:13 +00:00
paul
00ec699a6e lcl: rename AttachMenuToWindow to SetMenu for winapi compatibility
git-svn-id: trunk@21868 -
2009-09-25 16:09:33 +00:00
ask
5861a1b4dd TAChart: Add TChartLegend.Spacing property instead of hard-coded constant
git-svn-id: trunk@21867 -
2009-09-25 15:27:07 +00:00
paul
20b0d7a096 designer: improve repainting:
- invalidate control parents on move and resize
  - use bitmap buffer to paint non visual components to reduce flickering

git-svn-id: trunk@21866 -
2009-09-25 15:25:55 +00:00
ask
574f3fa348 TAChart: Extract TChartLegend into a separate unit
git-svn-id: trunk@21865 -
2009-09-25 15:19:47 +00:00
ask
7355a841d9 TAChart: Update demo projects
git-svn-id: trunk@21864 -
2009-09-25 14:58:49 +00:00
paul
376507bffe designer: formatting
git-svn-id: trunk@21863 -
2009-09-25 14:43:46 +00:00
paul
d24238d791 lcl: invalidate designer on borderspacing change
git-svn-id: trunk@21862 -
2009-09-25 14:25:43 +00:00
paul
e865577984 lcl: add symmetric RemoveFreeNotification for some FreeNotification calls
git-svn-id: trunk@21861 -
2009-09-25 14:13:31 +00:00
paul
7b76c5683e designer: repaint after selection move
git-svn-id: trunk@21860 -
2009-09-25 12:31:18 +00:00
paul
b236cb406d lcl: fix TScreen.RestoreLastActive (issue #0014540)
git-svn-id: trunk@21859 -
2009-09-25 10:02:54 +00:00
mattias
a467081084 IDE: nogui now is shown as stable
git-svn-id: trunk@21858 -
2009-09-25 09:44:10 +00:00
mattias
e716a6b710 IDE: using nogui widgetset if LCL package not used by project
git-svn-id: trunk@21857 -
2009-09-25 09:36:28 +00:00
paul
5b02eb7f37 lcl: fix TCustomForm.CanFocus return
git-svn-id: trunk@21856 -
2009-09-25 09:28:02 +00:00
mattias
6971bea343 IDE: reducing codetool overhead when searching for forms and interfaces in lpr
git-svn-id: trunk@21855 -
2009-09-25 08:56:47 +00:00
mattias
937fddda70 IDEIntf: using TCollectionItem.GetNamePath instead of DisplayName for method names, deleting invalid characters, from Alexander S Klenin, bug #14652
git-svn-id: trunk@21854 -
2009-09-25 08:16:00 +00:00
mattias
ef0e33711d LCL: TBarChart: fix div by zero, from Johannes Müller, bug #14190
git-svn-id: trunk@21853 -
2009-09-25 07:58:51 +00:00
ask
dedd0e04fd TAChart: Add TLineSeries.LineType property.
ShowLines property is now deprecated and retained for backwards compatibility only.
Based on patch by Andrea Mauri

git-svn-id: trunk@21852 -
2009-09-25 01:05:23 +00:00
ask
0cf1c8c60c TAChart: Add ZeroDoublePoint constant
git-svn-id: trunk@21851 -
2009-09-25 01:01:13 +00:00
paul
0c54c5658c win32: fix vista drawing of Right-To-Left submenus (issue #0014669)
git-svn-id: trunk@21850 -
2009-09-24 23:23:14 +00:00
paul
60af66268f carbon: trial to fix compilation after menu changes
git-svn-id: trunk@21849 -
2009-09-24 14:22:07 +00:00
paul
53265d9507 lcl: Explicitly request Images to notify TCustomTabControl about destruction
git-svn-id: trunk@21848 -
2009-09-24 09:36:32 +00:00
paul
e9c9ed0a96 lcl: Explicitly request Images to notify THeaderControl about destruction
git-svn-id: trunk@21847 -
2009-09-24 09:34:13 +00:00
paul
42ad042ae5 lcl: protect TTrayIcon code from the PopupMenu component destruction
git-svn-id: trunk@21846 -
2009-09-24 09:29:27 +00:00
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