juha
|
f79dd3199d
|
LCL: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT.
git-svn-id: trunk@56642 -
|
2017-12-05 21:30:57 +00:00 |
|
ondrej
|
e23aff2283
|
LCL: TPanel: add ParentBackground property. Issue #32085
git-svn-id: trunk@55777 -
|
2017-09-03 09:55:22 +00:00 |
|
mattias
|
3ea79c5046
|
lcl: ifdef to allow old fpdoc parse
git-svn-id: trunk@54526 -
|
2017-04-05 09:31:38 +00:00 |
|
juha
|
02052bcaa9
|
LCL: New BevelColor property for TCustomPanel. Issue #31009, patch from AlexeyT.
git-svn-id: trunk@53634 -
|
2016-12-11 15:18:24 +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 |
|
juha
|
e008aa5d53
|
IDEIntf: Add a functional TNoteBook.Pages property editor. Issue #30710, patch from Michl.
git-svn-id: trunk@53267 -
|
2016-10-30 18:16:52 +00:00 |
|
mattias
|
2a7d1a624a
|
lcl: TCustomImage.StretchOutEnabled/StrechInEnabled, issue #29605, from Alexey Torgashin
git-svn-id: trunk@52955 -
|
2016-09-11 21:23:48 +00:00 |
|
wp
|
dfa022a41e
|
lcl: Add property WordWrap to panel
git-svn-id: trunk@52502 -
|
2016-06-13 19:18:55 +00:00 |
|
ondrej
|
d22c7ed37a
|
lcl: add TPage.PageIndex and TNotebook.IndexOf
git-svn-id: trunk@52343 -
|
2016-05-22 10:12:03 +00:00 |
|
ondrej
|
958c53a72e
|
revert r52338 #e26e156a5c
git-svn-id: trunk@52341 -
|
2016-05-22 10:06:52 +00:00 |
|
ondrej
|
e26e156a5c
|
LCL: add CM_OBJECTINSPECTORSELECT message (to handle OI selection change). Implement it for TPageControl and TNotebook.
git-svn-id: trunk@52338 -
|
2016-05-22 09:01:20 +00:00 |
|
ondrej
|
7f870caf3f
|
lcl: fix default TabStop value for TNotebook, publish TabStop for TPage. Issue #21943
git-svn-id: trunk@52267 -
|
2016-05-02 22:09:09 +00:00 |
|
ondrej
|
aeb6eb81a1
|
lcl: flowpanel: add FlowLayout property.
git-svn-id: trunk@51566 -
|
2016-02-10 12:25:16 +00:00 |
|
juha
|
bf09dadd9a
|
LCL: Implement TImage.OnPaintBackground. Issue #29581, patch from Alexey Torgashin.
git-svn-id: trunk@51507 -
|
2016-02-05 23:03:16 +00:00 |
|
juha
|
7714ec4ab7
|
LCL: Implement TCustomImage.KeepOrigin[XY]WhenClipped. Issue #29578, patch from Alexey Torgashin.
git-svn-id: trunk@51506 -
|
2016-02-05 23:03:11 +00:00 |
|
ondrej
|
69da281d6c
|
lcl: splitter: use default cursor if splitter isn't enabled
git-svn-id: trunk@51119 -
|
2016-01-02 13:20:30 +00:00 |
|
ondrej
|
824ea1274e
|
lcl: splitter: make MoveSplitter virtual
git-svn-id: trunk@51098 -
|
2015-12-31 14:25:07 +00:00 |
|
ondrej
|
b3f4d8ce1b
|
LCL: introduced TFlowPanel
git-svn-id: trunk@50372 -
|
2015-11-17 21:19:07 +00:00 |
|
juha
|
a171f6e322
|
LCL: Publish OnPaint for TSplitter. Issue #28769, patch from Alexey Torgashin.
git-svn-id: trunk@49919 -
|
2015-10-03 09:51:31 +00:00 |
|
juha
|
c8458170ec
|
LCL: Add a new Star shape for TShape. Issue #28460, patch from Alexey Torgashin.
git-svn-id: trunk@49593 -
|
2015-08-03 23:06:29 +00:00 |
|
juha
|
e8bd482fe1
|
LCL: TShape, add triangles with left / right / down directions. Issue #28429, patch from Alexey Torgashin.
git-svn-id: trunk@49584 -
|
2015-08-01 08:49:05 +00:00 |
|
bart
|
bff355cf81
|
LCL: publish TLabledEdit TextHint properties.
git-svn-id: trunk@49286 -
|
2015-06-07 09:50:44 +00:00 |
|
juha
|
e1775624e8
|
LCL: Publish Panel.OnPaint. Issue #27858, patch from Derit Augustin.
git-svn-id: trunk@48920 -
|
2015-05-02 21:49:57 +00:00 |
|
juha
|
b9f3af4090
|
LCL: Revert a workaround for FPC bug that causes Arithmetic overflow in TControlbar. Fixed in FPC trunk. Issue #27167.
git-svn-id: trunk@47481 -
|
2015-01-21 16:43:38 +00:00 |
|
juha
|
8a48485cac
|
LCL: Workaround a bug in FPC trunk that causes Arithmetic overflow in TControlbar with type TRowSize = 1..MaxInt;. Issue #27167.
git-svn-id: trunk@47202 -
|
2014-12-15 10:17:05 +00:00 |
|
mattias
|
4b679593c8
|
lcl: TCustomImage.Paint: do not invalidate when initializing the image during paint
git-svn-id: trunk@46758 -
|
2014-11-05 12:20:06 +00:00 |
|
juha
|
bf9130d34f
|
LCL: Publish OnMouseWheel* properties for TSplitter. Issue #26781, patch from Sandro Cumerlato.
git-svn-id: trunk@46654 -
|
2014-10-23 16:51:03 +00:00 |
|
mattias
|
ee30d04a07
|
LCL: implemented TNotebook.ShowControl
git-svn-id: trunk@46550 -
|
2014-10-14 07:32:45 +00:00 |
|
juha
|
6b94576488
|
LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for more controls. Issue #26781, patch from Sandro Cumerlato.
git-svn-id: trunk@46336 -
|
2014-09-26 15:26:05 +00:00 |
|
juha
|
7ecca1cded
|
LCL: Implementation of TControlBar. Issue #26478, patch from Vojtech Cihak
git-svn-id: trunk@45860 -
|
2014-07-13 22:48:27 +00:00 |
|
juha
|
a049372737
|
LCL: remove unused private variables from TCustomControlBar.
git-svn-id: trunk@45220 -
|
2014-05-29 11:15:01 +00:00 |
|
mattias
|
76b41ca24f
|
LCL: clean up
git-svn-id: trunk@45198 -
|
2014-05-27 13:27:55 +00:00 |
|
mattias
|
e7e4dfdf46
|
LCL: comment
git-svn-id: trunk@45102 -
|
2014-05-20 09:04:08 +00:00 |
|
maxim
|
3ffbdeb81a
|
LCL: BiDiMode and FlipChildren fixes for TRadioGroup, TCheckGroup and TCheckListbox, patch by wp, bug #25408
git-svn-id: trunk@43576 -
|
2013-12-21 14:20:20 +00:00 |
|
bart
|
471ec807d9
|
TradioGroup and TCheckGroup: fix accessing Items inside Items.BeginUpdate/Items.EndUpdate.
Fixes issue #0024753.
git-svn-id: trunk@42772 -
|
2013-09-13 14:47:32 +00:00 |
|
juha
|
7b162087fd
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
|
2013-05-24 18:30:06 +00:00 |
|
juha
|
7ce20f9774
|
LCL: Publish BiDiMode in CoolBar and ControlBar
git-svn-id: trunk@40455 -
|
2013-03-01 21:51:34 +00:00 |
|
juha
|
27f76c34f7
|
A skeleton implementation for a new component ControlBar
git-svn-id: trunk@39990 -
|
2013-01-27 23:28:12 +00:00 |
|
juha
|
7548ba8e96
|
LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos
git-svn-id: trunk@39894 -
|
2013-01-19 17:42:38 +00:00 |
|
sekelsenmat
|
7dac737b38
|
Publishes AutoSize to TNotebook
git-svn-id: trunk@39617 -
|
2012-12-21 15:29:52 +00:00 |
|
juha
|
503dc10ef7
|
Revert "LCL: Update TBoundLabel.Font when TLabeledEdit.Font Changes. Issue #20633
git-svn-id: trunk@37669 -
|
2012-06-17 05:52:14 +00:00 |
|
juha
|
e0554a6021
|
LCL: Update TBoundLabel.Font when TLabeledEdit.Font Changes. Issue #20633, patch from Avishai
git-svn-id: trunk@37662 -
|
2012-06-15 23:03:44 +00:00 |
|
blikblum
|
aa7b1efed9
|
lcl: fix setting radiogroup.itemindex under gtk2. Issue #22013
git-svn-id: trunk@37264 -
|
2012-05-13 10:31:27 +00:00 |
|
juha
|
bc35dbb456
|
LCL: Publish some TCheckGroup properties.
git-svn-id: trunk@37126 -
|
2012-05-01 17:20:17 +00:00 |
|
mattias
|
7ce5cde5d5
|
LCL: made TImage.DestRect public
git-svn-id: trunk@36897 -
|
2012-04-18 17:50:42 +00:00 |
|
mattias
|
d57368b809
|
LCL: TCustomSplitter.SetAnchors: adapt anchors before applying
git-svn-id: trunk@36861 -
|
2012-04-17 07:55:13 +00:00 |
|
zeljko
|
b89d4ff137
|
LCL: removed empty .inc files: edit.inc,memo.inc and timer.inc
git-svn-id: trunk@36269 -
|
2012-03-23 11:28:03 +00:00 |
|
sekelsenmat
|
6a8ddee62f
|
Adds TRadioGroup.OnSelectionChanged see bug #21155
git-svn-id: trunk@34957 -
|
2012-01-26 15:35:43 +00:00 |
|
blikblum
|
347a6e1953
|
lclc: replace TList by TFPList in RadioGroup
git-svn-id: trunk@34810 -
|
2012-01-19 23:32:02 +00:00 |
|
sekelsenmat
|
0e7a6b3226
|
Adds bidi properties to TPage and TNotebook
git-svn-id: trunk@34222 -
|
2011-12-16 14:39:05 +00:00 |
|