Commit Graph

18455 Commits

Author SHA1 Message Date
paul
3e01ab5302 lcl: publish TListView.BorderStyle, implement it for win32 (already works for gtk2 issue #0013182)
git-svn-id: trunk@18732 -
2009-02-17 14:31:56 +00:00
paul
705b320a3a qt: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16
git-svn-id: trunk@18731 -
2009-02-17 13:52:40 +00:00
vincents
4f120b8014 TAChart: Replace some hard-coded colors by user-changeable properties.
patch by: Alexander Klenin
part 2 of issue #13196

git-svn-id: trunk@18730 -
2009-02-17 13:12:59 +00:00
vincents
c42b11a253 TAChart: Rewrite PieSeries.Draw method. Greatly simplify code. Fix multiple issues with scaling.
patch by: Alexander Klenin
part 1 of issue #13196

git-svn-id: trunk@18729 -
2009-02-17 13:07:11 +00:00
dmitry
efe7beb3f2 fixed multiselection and listbox 'in-place' editor bug #11830
git-svn-id: trunk@18728 -
2009-02-17 12:02:46 +00:00
dmitry
b2fb7b1209 fix no OnExit event, bug #13172. LCL messages should be sent using LCLMessageGlue unit
git-svn-id: trunk@18727 -
2009-02-17 11:00:29 +00:00
mattias
271dd47acb codetools: parsing var a: char; public name test;
git-svn-id: trunk@18726 -
2009-02-17 09:49:12 +00:00
mattias
4e92190a96 deb: using TEMP env var
git-svn-id: trunk@18725 -
2009-02-17 08:40:58 +00:00
dmitry
5d5d1fd0fe fix for bug #13166
git-svn-id: trunk@18724 -
2009-02-17 07:45:41 +00:00
paul
ff0c1822d1 win32: postpone combobox CBN_CLOSEUP message to let CBN_SELCHANGE to be handled first (fixes bug #0013189)
git-svn-id: trunk@18723 -
2009-02-17 07:29:14 +00:00
jesus
2298d92d57 LCL, When backspace/delete is pressed in a readonly TDBEdit, suppress the key, from Joost, issue #13176
git-svn-id: trunk@18722 -
2009-02-17 04:02:22 +00:00
jesus
4ee69dac03 LCL, Do not call CanModify and Edit when the TFieldDataLink is already in editing state, from Joost, issue #13175
git-svn-id: trunk@18721 -
2009-02-17 03:57:55 +00:00
jesus
4a1a208473 LCL, dbgrid, Do not only check if a column is readonly, but also if the underlying field is modifyable, from Joost, issue #13177
git-svn-id: trunk@18720 -
2009-02-17 03:49:34 +00:00
paul
9f72e7685a gtk2: don't create checkbox renderer if there are no columns in the ListView (bug #0013181). Thanks theo for patch.
git-svn-id: trunk@18719 -
2009-02-17 02:39:55 +00:00
mattias
f3cb8912f2 LCL: TTextStrings: fixed GetLineEnd
git-svn-id: trunk@18714 -
2009-02-16 17:30:50 +00:00
mattias
af1ade53c6 LCL: TTextStrings: fixed Add
git-svn-id: trunk@18713 -
2009-02-16 17:21:11 +00:00
mattias
35815c4cf3 LCL: TTextStrings: fixed adding objects on Add, AddObject, AddStrings
git-svn-id: trunk@18712 -
2009-02-16 17:08:45 +00:00
mattias
bcdf9ffd72 LCL: TCustomMemo: added switch -dEnableMemoTextStrings to use TTextStrings in TCustomMemo
git-svn-id: trunk@18711 -
2009-02-16 16:29:48 +00:00
mattias
3815a3616f LCL: TCustomMemo: added switch -dEnableMemoTextStrings to use TTextStrings in TCustomMemo
git-svn-id: trunk@18710 -
2009-02-16 16:12:49 +00:00
vincents
06cd260566 TAChart: fix SeriesColor to work uniformly for all kinds of series
patch by: Alexander Klenin
fixes issue #13184

git-svn-id: trunk@18709 -
2009-02-16 15:43:42 +00:00
vincents
677032c756 examples: fixed make clean target from Mazen
git-svn-id: trunk@18707 -
2009-02-16 11:57:29 +00:00
mattias
7c771ecc19 LCL: TTextStrings: fixed Exchange
git-svn-id: trunk@18706 -
2009-02-16 11:45:44 +00:00
mattias
c889b41b02 LCL: TTextStrings: replaced raise with error
git-svn-id: trunk@18705 -
2009-02-16 11:09:48 +00:00
mattias
93e538c6d2 LCL: TTextStrings: implemented IndexOf and Move
git-svn-id: trunk@18704 -
2009-02-16 11:06:51 +00:00
mattias
19cfe695a5 LCL: TTextStrings: moved raise to sub proc
git-svn-id: trunk@18703 -
2009-02-16 09:43:53 +00:00
paul
4a235bd95f gtk: implement DT_VCENTER, DT_BOTTOM flags for DrawText. Based on patch of Luiz Americo (issue #0008565)
git-svn-id: trunk@18702 -
2009-02-16 02:20:39 +00:00
paul
db2dc88340 ide: hide scrollbars in the message view window if there is no reason to show them (issue #0013179)
git-svn-id: trunk@18701 -
2009-02-16 02:00:46 +00:00
kirkpatc
96ea69f8fe FPDoc - some further updates and corrections to Controls.xml, and consequential changes to LCLClasses.xml
git-svn-id: trunk@18700 -
2009-02-15 20:47:19 +00:00
vincents
583ce96cbe TAChart: published DoubleBuffered
git-svn-id: trunk@18699 -
2009-02-15 18:44:08 +00:00
paul
d9dbf9e4ac lcl: recreateWnd of ScrollBar when we set king inspite of csLoading in ComponentState (bug #0012239)
git-svn-id: trunk@18698 -
2009-02-15 12:59:05 +00:00
sekelsenmat
3366947be6 Adds CreateEllipticRgn to win32
git-svn-id: trunk@18697 -
2009-02-15 11:24:29 +00:00
sekelsenmat
3ef10c5da2 Implements SetWindowRgn for win32
git-svn-id: trunk@18696 -
2009-02-15 11:06:36 +00:00
paul
0819d94bb4 win32: use LCL DeliverMessage instead of own
win32: better handle windows theme change (part of bug #0012715)

git-svn-id: trunk@18695 -
2009-02-15 09:33:57 +00:00
paul
8f17251102 packages: apply patch of Maxim Ganetsky which makes project inspector buttons autosized (to be enough wide for translated strings)
git-svn-id: trunk@18694 -
2009-02-15 08:27:10 +00:00
paul
b302ed9634 packages: apply patch of Maxim Ganetsky which fixes open installed package dialog open button event and change listview to select full row
git-svn-id: trunk@18693 -
2009-02-15 08:23:55 +00:00
paul
c7f5567ce6 wince: change WParam to ControlDC in one more place
git-svn-id: trunk@18692 -
2009-02-15 08:04:38 +00:00
paul
738ff9a796 wince: port win32 fix about form constraints (are they exists on wince at all?)
wince: use LCL DeliverMessage instead of own

git-svn-id: trunk@18691 -
2009-02-15 07:41:47 +00:00
paul
c204b0da12 wince: reduce amount of hints and warnings
git-svn-id: trunk@18690 -
2009-02-15 06:30:11 +00:00
paul
b03e2d5348 wince: redo some wincecallback routines to be the same as win32 (where some fixes were applied)
git-svn-id: trunk@18689 -
2009-02-15 06:29:34 +00:00
paul
6321656ad1 wince: port win32 PageIndex, RealIndex PageControl changes
git-svn-id: trunk@18688 -
2009-02-15 05:43:40 +00:00
jesus
a2de392614 LCL, Removed several checks to see if a field is updateable in favor of TFieldDatalink.canModify, from Joost, issue #13170
git-svn-id: trunk@18687 -
2009-02-14 18:53:46 +00:00
jesus
142dc723bf LCL, removes an obsolete hack for an old bug in TField.CanModify, from Joost, issue #13169
git-svn-id: trunk@18686 -
2009-02-14 18:47:31 +00:00
martin
212692fab4 SynEdit: Fixed updating gutter (Show every nth line number would not follow caret movement), broken in revision 18650 #720657de54
git-svn-id: trunk@18685 -
2009-02-14 15:24:57 +00:00
zeljko
1065ec037f Qt: removed unneeded code from TQtMessageBox
git-svn-id: trunk@18684 -
2009-02-14 14:12:14 +00:00
kirkpatc
a9f782d9a6 Many updates to several classes in controls.xml: chiefly fixes to inherited methods and properties (override)
git-svn-id: trunk@18683 -
2009-02-14 14:12:00 +00:00
zeljko
1436d07d97 Qt: bugfix - don't set invalid windowstate for mdisubwindows.
git-svn-id: trunk@18682 -
2009-02-14 13:07:01 +00:00
paul
38ed3d71cc qt: set correct windows state in TQtWSCustomControl.ShowHide
git-svn-id: trunk@18681 -
2009-02-14 08:57:16 +00:00
jesus
bde55b119f LazReport, fix autosize text, issue #13152
git-svn-id: trunk@18680 -
2009-02-14 04:55:07 +00:00
martin
aee5b7661e SynEdit: Fixed debug compilation with $DEFINE VerboseKeys
git-svn-id: trunk@18679 -
2009-02-13 22:34:58 +00:00
martin
b6a7c8f87a SynEdit: Fixed debug compilation with $DEFINE VerboseKeys
git-svn-id: trunk@18678 -
2009-02-13 22:31:14 +00:00