Commit Graph

31 Commits

Author SHA1 Message Date
Bart
dabe00e84a TCustomAbstractGroupedEdit: assign PopupMenu also to FBuddy (if this does not have a separate PopupMenu by itself).
Resolves part of #38098.


(cherry picked from commit 54e9cc9171)
2023-11-07 14:29:59 +00:00
Juha
e045ba01d2 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
bart
52dc4d2bd5 T(Float)SpinEditEx: remove property EditorEnabled, since it duplicates DirectInput property (which I forgot...)
git-svn-id: trunk@64968 -
2021-04-11 16:24:32 +00:00
bart
8c6dd0ff09 T(Float)SpinEditEx: implement property EditorEnabled.
git-svn-id: trunk@64953 -
2021-04-10 21:49:10 +00:00
bart
fb7a943fef EditButton: implement OnContextPopup.
git-svn-id: trunk@63934 -
2020-09-28 19:58:25 +00:00
juha
efcdcd91ab LCL: Update "Accept" flag in TCustomAbstractGroupedEdit.EditDragOver. Optimize. Issue #36685, patch from errno.
git-svn-id: trunk@62630 -
2020-02-14 09:36:14 +00:00
dmitry
8bcb4c3d6f lcl: moving RegisterPropertyToSkip from unit initialization to WSRegisterClass methods
git-svn-id: trunk@62581 -
2020-01-23 15:28:39 +00:00
juha
1b7b85692b LCL: Improve SpinEditEx controls and their UpDownVisible property.
git-svn-id: trunk@58347 -
2018-06-19 22:42:51 +00:00
juha
24756e40d1 LazControls: Add property UpDownVisible to SpinEditEx controls.
git-svn-id: trunk@58322 -
2018-06-19 08:04:04 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
ondrej
41299ef7d0 LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling)
git-svn-id: trunk@56344 -
2017-11-10 08:19:00 +00:00
michl
f9cb151061 LCL: Fixed TSpinEditEx Focus on Tab Click doesn't work. Issue #32601
git-svn-id: trunk@56162 -
2017-10-23 09:19:46 +00:00
michl
93eedde9b9 LCL: Fixed TDateEdit/TTimeEdit controls break the tab order. Issue #32533
git-svn-id: trunk@56031 -
2017-10-11 20:08:20 +00:00
michl
9ac706fc7a LCL: TCustomEditButton: Fixed TDateEdit.SelectNext. Issue #32335
git-svn-id: trunk@55890 -
2017-09-20 20:46:27 +00:00
ondrej
380e645438 LCL: remove deprecated methods and properties (that were tagged to be removed in 1.9)
git-svn-id: trunk@55713 -
2017-08-20 10:25:04 +00:00
ondrej
4af58829d8 lcl: groupededit: revert r53759 #33449c9e87 - buddy is scaled automatically. Issue #32154
git-svn-id: trunk@55534 -
2017-07-18 19:48:09 +00:00
bart
d396b86379 SpinEditEx: implement increment/decrement with mousewheel.
git-svn-id: trunk@55023 -
2017-05-20 11:53:38 +00:00
ondrej
693a5d6f99 lcl: groupededit: fix TabStop mechanism (fix regression after r54926 #2d7967420e). Issue #31811, #31229
git-svn-id: trunk@54930 -
2017-05-14 15:57:44 +00:00
ondrej
2d7967420e lcl: groupededit: fix TabStop mechanism. Issue #31811
git-svn-id: trunk@54926 -
2017-05-14 13:14:59 +00:00
ondrej
592b495a47 LCL: HighDPI: use relative font scaling, not the absolute PPI (fix for r54210 #eb28e06e83). Issue #31276
git-svn-id: trunk@54211 -
2017-02-20 15:04:02 +00:00
ondrej
eb28e06e83 LCL: HighDPI: fix font scaling. Issue #31276
git-svn-id: trunk@54210 -
2017-02-20 13:59:36 +00:00
ondrej
0da26ddcc1 LCL: TCustomAbstractGroupedEdit: unbind the overloaded Color property from inherited property
git-svn-id: trunk@54191 -
2017-02-19 12:39:30 +00:00
ondrej
33449c9e87 lcl: groupededit: highDPI: scale BuddyWidth in AutoAdjustLayout
git-svn-id: trunk@53759 -
2016-12-22 18:12:29 +00:00
ondrej
58c2446357 lcl: highDPI: handle right and bottom anchored controls in AutoAdjustLayout.
git-svn-id: trunk@53555 -
2016-12-03 23:07:10 +00:00
ondrej
adf87c511a lcl: merge ShouldAutoAdjust* into one method. Fix Width and Height adjustment in relation to Align.
git-svn-id: trunk@53538 -
2016-12-03 06:52:15 +00:00
juha
eaa909e9c7 LCL,LazControls: Override ShouldAutoAdjustWidthAndHeight for EditButton/DividerBevel. Issue #31039, patch from AlexeyT.
git-svn-id: trunk@53507 -
2016-12-01 15:37:07 +00:00
bart
7d3b4320c2 Deprecate TCustomEdit's TextHintFontColor and TextHintFontStyle properties and reduce their visibility to Public.
git-svn-id: trunk@53304 -
2016-11-07 11:25:30 +00:00
ondrej
190e5160f3 lcl: groupededit: use RealGetText/RealSetText overriden methods instead of new GetText/SetText to make use of TControl.Text property.
git-svn-id: trunk@52147 -
2016-04-08 11:05:53 +00:00
ondrej
7d9e0c48b3 lcl: grouped edit: don't use spacing if buddy isn't visible.
git-svn-id: trunk@51946 -
2016-03-15 10:01:04 +00:00
bart
13b9ad2c4e LCL: Refactor EditButton to inherit form the recently added TCustomAbstractGroupedEdit class.
Publish property Spacing for TTimeEdit and TCalcEdit.

git-svn-id: trunk@51277 -
2016-01-14 12:30:06 +00:00
bart
feaa04bd41 LazControls; Start T(Float)SpinEditEx.
Note: the GroupedEdit unit goes into LCLbase, since this can be used as the new baseclass for TEditButton.

git-svn-id: trunk@51265 -
2016-01-13 11:40:39 +00:00