Commit Graph

473 Commits

Author SHA1 Message Date
Martin
c2a4065e0b LazControl: LazIntegerEdit, fix wrong selection. Issue #41085 2024-08-16 17:23:10 +02:00
Martin
20445109d5 LazControl: LazIntegerEdit, result not set 2024-08-15 23:52:39 +02:00
Martin
f54755cc79 LazControl: LazIntegerEdit, improve and paste-clipboard fixes. Issue #41079, #41080, #41081 2024-08-15 22:43:57 +02:00
Martin
c924cafb5f LazControl: LazIntegerEdit, improve selection after changing sign/base. Issue #41082 2024-08-15 18:17:06 +02:00
Martin
ac53164253 LazControl: New icons for TLazIntegerEdit 2024-08-15 17:52:16 +02:00
Martin
cab5b39fe0 LazControl: LazIntegerEdit, clean up / comments 2024-08-15 16:07:37 +02:00
Martin
72aac2ebdd LazControl: new edit for integers in different bases. 2024-08-14 20:20:53 +02:00
mattias
f286fac16b updated makefiles 2024-07-15 10:50:53 +02:00
wp_xyz
4a9cf25491 IDE/Images: New component palette icons by Roland Hahn with consistent style. 2024-07-12 23:03:49 +02:00
Bart
424f279df4 TSpinEditEx: declare property SpinButtonWidth in the base class. 2024-06-16 17:00:00 +02:00
wp_xyz
d58113e2e0 LazControls: Publish TSpinEditEx.SpinButtonWidth and TFloatSpinEditEx.SpinButtonWidth 2024-06-05 15:08:00 +02:00
Juha
959d8c6ad4 Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
Juha
7f000a6970 LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800. 2024-03-29 16:50:25 +02:00
Martin
dd49f320f4 LazControls: Fix DividerBevel for vertical layout / Ensure correct values for very small/thin bevels 2024-03-27 20:02:04 +01:00
Juha
8836534b9c LazControls: Improve selection by keys in TreeFilterEdit / TreeView. From b7800. 2024-03-11 01:24:15 +02:00
mattias
fc7a3bf617 lazcontrols: less hints 2024-03-05 15:38:14 +01:00
Bart
a3ba11e5c3 T(Float)SpinEditEx: In InitializeWnd set Text to represent FValue, otherwise NullValueBehavious will be applied in call to UpdateControl. 2024-02-21 23:44:44 +01:00
wp_xyz
6a91a7a772 LCL: Fix compilation of descendants of SpinEdit-like controls with FPC 3.3.1 2024-02-18 16:45:06 +01:00
Bart
5168d97f96 T(Float)SpinEditEx: fix setting (initial) value if NullValueBehaviour = nvbShowTextHint. 2024-02-18 16:02:53 +01:00
Juha
3692c658ae LCL, LazControls: Fix order of calling OnKeyDown in FilterEdit controls. Issue #40601, patch by n7800. 2023-11-20 22:48:10 +02:00
Juha
764415b6a0 LCL, LazControls: FilterEdit cleanup. Issue #40601, patch by n7800. 2023-11-20 22:45:11 +02:00
mattias
c5bc78b070 updated makefiles 2023-09-03 17:11:29 +02:00
mattias
8d92e3b67d updated makefiles 2023-08-14 20:31:20 +02:00
mattias
99810467be lazcontrols: TTreeFilterEdit: restore scroll position 2023-08-14 15:08:53 +02:00
Juha
e65a102527 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
mattias
ae9ab00109 updated Makefiles 2023-06-30 20:50:27 +02:00
dsiders
60d2c48ff9 Docs: LCL,LazUtils. Various. Updates version admonitions from 2.4 to 3.0. 2023-06-25 21:06:55 +01:00
mattias
fde0e0f965 set main version to 3.99 2023-06-25 17:47:14 +02: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
dsiders
11dcf15205 Docs: LazControls/treefilteredit. Adds TTreeFilterEdit.EditKeyDown topic for changes in 87fe0308. 2023-06-16 06:23:23 +01:00
Juha
87fe030800 LazControls, LCL: Add shortcuts to TreeFilterEdit to work with TreeView. Issue #40321, patch by n7800. 2023-06-16 02:01:21 +03:00
mattias
3a13fbf259 updated makefiles 2023-06-11 23:20:56 +02:00
dsiders
13323b840f Docs: LazControls/treefilteredit. Updates content in topics including:
* TFilterNodeEvent
* TTreeFilterEdit
* TTreeFilterEdit.Notification
* TTreeFilterEdit.OnFilterNode
* TTreeFilterEdit.OnGetImageIndex
* TTreeFilterEdit.SelectionList
* TTreeFilterEdit.ShowDirHierarchy
* TTreeFilterEdit.SortAndFilter
* TTFENodeData
* TFileNameItem
2023-05-31 04:26:44 +01:00
mattias
7bc5b63fbb updated makefiles 2023-05-27 02:07:12 +02:00
dsiders
5d42e2d15d Docs: LazControls/listfilteredit. Updates the TListFilterEdit.ApplyFilterCore topic for changes in d0671c74. Issue #40279. 2023-05-24 03:18:18 +01:00
Juha
d0671c7447 LazControls: Prevent a ListBox flashing when ListFilterEdit is updated. Move BeginUpdate up. Issue #40279, patch by n7800. 2023-05-23 11:32:55 +03:00
Juha
ba34e4cb55 LazControls: Make TListFilterEdit update TListBox scrollbar with all widgetsets. Issue #40273, fix by n7800. 2023-05-21 10:13:33 +03:00
Juha
21ea45d415 Support compiling some Lazarus code with -Sy option. Issue #40263, patch by Arioch The. 2023-05-20 12:51:35 +03:00
dsiders
4f0441eebb Docs: LazControls/various. Updates filtered edit controls for changes in d28b530b. Issue #40257. 2023-05-16 05:50:16 +01:00
Juha
d28b530b59 LazControls: Restore fFilter variable for FilterEdit controls. Issue #40257. 2023-05-16 02:28:16 +03:00
Juha
34a99c8781 LazControls: Tweak TTreeFilterEdit. Issue #40257. 2023-05-15 20:59:47 +03:00
Juha
87bf39682e IDE, LazControls: Improve TTreeFilterEdit behavior little more. 2023-05-15 09:09:48 +03:00
dsiders
a611ea65df Docs: LazControls/treefilteredit. Updates TTreeFilterEdit.ApplyFilterCore topic.
* Reflects changes introduced in 6e1adda721. Issue #40257.
2023-05-15 02:50:29 +01:00
Juha
6e1adda721 IDE, LazControls: Improve TTreeFilterEdit behavior. Fix property ExpandAllInitially. Issue #40257. 2023-05-15 02:15:40 +03:00
dsiders
b4f9ac5380 Docs: LazControls/various. Standardizes tagging for file names in unit overview topics. 2023-05-10 08:53:29 +01:00
dsiders
305ac17c42 Docs: LazControls/checkboxthemed. Updates topics for theme services changes in c1493476. 2023-04-28 02:41:25 +01:00
Juha
c14934764c LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
dsiders
96a18b331f Docs: LazControls/treefilteredit. Updates TTreeFilterBranch.Move topic for changes in de07d13b. 2023-03-27 19:53:12 +01:00
Juha
de07d13b01 LazControls: Optimize TTreeFilterBranch.Move(). A total redraw is not needed. 2023-03-27 13:46:46 +03:00
dsiders
b693b70363 Docs: LazControls/treefilteredit. Updates content in topics, including:
* TImageIndexEvent
* TFilterNodeEvent
* TTreeFilterBranch.AddNodeData
* TTreeFilterBranch.Items
2023-03-06 01:59:06 +00:00