martin
8924c68247
TLvlGraph: Reduce amount of BackEdges
...
git-svn-id: trunk@60883 -
2019-04-07 19:51:59 +00:00
martin
6fac9c5998
TLvlGraph: Find unconnected sub-graphs
...
git-svn-id: trunk@60882 -
2019-04-07 19:51:57 +00:00
martin
19cfa8541b
TLvlGraph: Improve circular edges between adjacent Levels
...
git-svn-id: trunk@60881 -
2019-04-07 19:51:56 +00:00
martin
075f1ff8bc
TLvlGraph: Enable routing of BackEdge (circlular edges going backward)
...
git-svn-id: trunk@60880 -
2019-04-07 19:51:54 +00:00
martin
13a45fd25f
TLvlGraph: Fix correctly apply NodeGapBelow. Depends on node above visible.
...
git-svn-id: trunk@60879 -
2019-04-07 19:51:53 +00:00
martin
5b8832a7b0
TLvlGraph: Adjust node in/out-weights, if edge is destroyed.
...
git-svn-id: trunk@60878 -
2019-04-07 19:51:52 +00:00
martin
7a5bb3650c
TLvlGraph: Avoid crash on empty level
...
git-svn-id: trunk@60877 -
2019-04-07 19:51:50 +00:00
martin
a807d6cb5a
TLvlGraph: fixed hint for 1-to-1 edge
...
git-svn-id: trunk@60876 -
2019-04-07 19:51:48 +00:00
martin
22a3926b27
TLvlGraph: disabled left-over debug-define
...
git-svn-id: trunk@60875 -
2019-04-07 19:51:47 +00:00
martin
a1fd602a9a
LazControls: add missing $(IDEBuildOptions)
...
git-svn-id: trunk@60839 -
2019-04-04 23:38:40 +00:00
martin
743dfad3a9
TCustomCheckBoxThemed.PaintSelf: fix calculating the y pos, if there is no caption.
...
git-svn-id: trunk@59664 -
2018-11-26 11:18:12 +00:00
martin
235888a37d
TCustomCheckBoxThemed.PaintSelf: fix calculating the y pos.
...
In the old calculation "(ARect.Top+ARect.Bottom)div 2" there was a one pixel jump when traversing zero:
-2 div 2 = -1
-1 div 2 = 0
0 div 2 = 0
1 div 2 = 0 // 3rd time 0
2 div 2 = 1
Now it is "Top + (Height div 2)" height does not change, so it never goes through 0.
This manufactured a painting bug in Object Inspector, where ScrollWindowEx relies on a repaint at the correct position.
git-svn-id: trunk@59650 -
2018-11-24 16:33:56 +00:00
juha
cd487bb192
LazControls: Improve the filter controls. Issue #34057 , patch from Ondrej.
...
git-svn-id: trunk@59555 -
2018-11-16 11:06:02 +00:00
bart
5a23656f23
TFloatSpinEditEx:
...
- When incrementing DecimalPlaces first truncate FValue to the correct current DecimalPlaces. Issue #0034370 .
- DecimalPlaces cannot be < 0
git-svn-id: trunk@59332 -
2018-10-21 13:27:12 +00:00
juha
b8f77626f9
LazControls: Call DoFilterItem instead of DoDefaultFilterItem in TTreeFilterBranch.SortAndFilter.
...
git-svn-id: trunk@59226 -
2018-10-02 11:38:55 +00:00
juha
d6624128a1
LazControls: Improve and optimize the filter controls. Issue #34057 , patch from AlexeyT.
...
git-svn-id: trunk@59225 -
2018-10-02 09:47:13 +00:00
mattias
c2b0e049ef
set trunk version to 2.0.0PreRelease
...
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
juha
deb177f78b
LazControls: Add FilterOptions for filter controls. Issue #34057 , patch from AlexeyT.
...
git-svn-id: trunk@58673 -
2018-08-04 21:27:39 +00:00
mattias
2bbe0a8cc7
updated makefiles
...
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +00:00
mattias
3575d8d0e1
make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
...
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
bart
36249db121
TSpinEditEx: don't set NumbersOnly to True. It disallows users to type a '-' (at least on Windows)
...
git-svn-id: trunk@58355 -
2018-06-20 16:52:41 +00:00
ondrej
843f2cd278
SpinEditEx: set NumbersOnly to true in constructor to comply with its default value
...
git-svn-id: trunk@58349 -
2018-06-20 06:30:24 +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
f440f660a2
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
...
git-svn-id: trunk@58204 -
2018-06-09 14:39:36 +00:00
ondrej
801f6efb1b
LCL, components: TCustomEditButton: enable image list support, use LCLBtnGlyphs.
...
git-svn-id: trunk@57722 -
2018-04-26 09:59:30 +00:00
ondrej
81bee86e42
LCL: float spin (ex): fix streaming of Increment and MaxValue properties in FPC trunk. Issue #33567
...
git-svn-id: trunk@57605 -
2018-04-05 10:19:34 +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
bart
ae0e9976a3
LazControls: Prevent overflow in T(Float)SpinEditEx.
...
git-svn-id: trunk@56666 -
2017-12-07 21:28:44 +00:00
bart
eae4efc5bd
LazControls: Make TSpinEditEx support Int64 values. TSpinEditEx does not inherit from TFloatSpinEditEx anymore. Issue #0032747 .
...
git-svn-id: trunk@56645 -
2017-12-05 22:04:25 +00:00
mattias
19a4058156
lazcontrols: shortpathedit: fixed visibility
...
git-svn-id: trunk@56633 -
2017-12-05 12:37:56 +00:00
mattias
f7df76efc0
lazcontrols: smallorderedseteditor: added CreateOrderedSetEditor
...
git-svn-id: trunk@56564 -
2017-11-30 21:30:44 +00:00
mattias
fb2f71df0f
lazcontrols: added TSmallOrderedSetEditDlg
...
git-svn-id: trunk@56563 -
2017-11-30 21:20:09 +00:00
mattias
28e9959386
lazcontrols: updated headers
...
git-svn-id: trunk@56562 -
2017-11-30 21:13:36 +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
wp
ff5125737c
LazControls: More consistent component palette icons (by Roland Hahn)
...
git-svn-id: trunk@56221 -
2017-10-28 10:40:04 +00:00
wp
cb655096b6
LazControls: New HiRes component palette icons (kindly provided by Roland Hahn).
...
git-svn-id: trunk@56219 -
2017-10-27 15:50:14 +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
wp
832ce1039a
LazControls: Make TCustomLvlGraphControl respect property Color when painting its background.
...
git-svn-id: trunk@55993 -
2017-10-07 08:47:58 +00:00
wp
4803801696
LazControls: Add new property CaseSensitive to TLvlGraph ( http://www.lazarusforum.de/viewtopic.php?f=18&t=11108 ).
...
git-svn-id: trunk@55990 -
2017-10-06 10:57:57 +00:00
juha
d969149f29
LazControls: In FilterEdits check everywhere if the associated control exists. Issue #32282 .
...
git-svn-id: trunk@55673 -
2017-08-17 08:58:46 +00:00
juha
4c7dc1b89b
Use Delete() instead of Copy() where appropriate.
...
git-svn-id: trunk@55311 -
2017-06-10 16:30:27 +00:00
bart
d396b86379
SpinEditEx: implement increment/decrement with mousewheel.
...
git-svn-id: trunk@55023 -
2017-05-20 11:53:38 +00:00
mattias
1b4ad9eff5
debian: fixed permissions and description
...
git-svn-id: trunk@55004 -
2017-05-19 10:16:40 +00:00
mattias
e6ce403f3f
updates makefiles
...
git-svn-id: trunk@54969 -
2017-05-18 11:39:53 +00:00
ondrej
94b65e57e9
lazcontrols: lvlgraphctrl: high-DPI. Issue #31781
...
git-svn-id: trunk@54929 -
2017-05-14 15:25:16 +00:00
juha
26faccc615
LazControls: Apply filter also at start in TreeFilterEdit. Issue #31632 .
...
git-svn-id: trunk@54597 -
2017-04-09 22:14:01 +00:00
juha
ac90233ec4
LazControls: Clean uses sections.
...
git-svn-id: trunk@54595 -
2017-04-09 17:25:34 +00:00
juha
ef45c8ed44
LazControls: Apply filter also at start in ListFilterEdit and ListviewFilterEdit. Issue #31632 .
...
git-svn-id: trunk@54594 -
2017-04-09 17:25:22 +00:00
mattias
0a891e4ab2
set version to 1.8.0RC1
...
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
juha
e800a738ad
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
...
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
juha
49d21d2dbc
IDE: Add a FilterEdit for NewDialog's inherited components. Try to improve the FilterEdit comp. Issue #31419 .
...
git-svn-id: trunk@54321 -
2017-03-01 16:17:09 +00:00
ondrej
9d2597a2b5
checkboxthemed: High-DPI
...
git-svn-id: trunk@54237 -
2017-02-21 19:13:13 +00:00
mattias
ac5b299301
lazcontrols: TLVLGraphControl initial size, bug #31344
...
git-svn-id: trunk@54081 -
2017-02-03 16:57:48 +00:00
michl
6a9b9d4d9e
LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109 , patch from AlexeyT.
...
git-svn-id: trunk@54002 -
2017-01-25 17:42:06 +00:00
michl
26c080e5a4
IDE: replace TabIndexAtClientPos with IndexOfPageAt to hide compiler warnings, after r53950 #f723ac55cd
...
git-svn-id: trunk@53953 -
2017-01-15 22:40:10 +00:00
mattias
20f18a338c
make bigide: added lazcontroldsgn and datetimectrlsdsgn
...
git-svn-id: trunk@53701 -
2016-12-16 14:01:30 +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
mattias
379ec67390
lazcontrols: fixed warning
...
git-svn-id: trunk@53547 -
2016-12-03 09:54:11 +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
mattias
a41b5619a4
lcl: fixed visibility
...
git-svn-id: trunk@53508 -
2016-12-01 17:27:43 +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
mattias
39caa399f5
lazcontroldsgn: made it a design time package, projects can use it without pulling in code
...
git-svn-id: trunk@53151 -
2016-10-17 14:07:44 +00:00
juha
a151ca6a3f
LazControls: Add procedure Notification for TListFilterEdit and TListViewFilterEdit. Handles deletion gracefully.
...
git-svn-id: trunk@53125 -
2016-10-16 19:23:54 +00:00
juha
d447c14966
LCL, LazControls: Finish the FilterItem events ItemData parameter change. Patch from Ondrej.
...
git-svn-id: trunk@52748 -
2016-07-24 21:39:50 +00:00
juha
14b4d951fc
LazControls: Add OnFilterNode event to TTreeFilterEdit. Unify parameters.
...
git-svn-id: trunk@52716 -
2016-07-19 15:37:07 +00:00
ondrej
385bdd0d4e
LCL, LazControls: use DoFilterItem in all filter edits.
...
git-svn-id: trunk@52266 -
2016-05-02 21:57:09 +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
b7aead9255
ide: revert r52136, r52137 #48c0f93e52: lazcontrols: register lazcontroldsgn package for installation
...
git-svn-id: trunk@52142 -
2016-04-07 09:36:16 +00:00
ondrej
5ea208759a
lazcontrols: register lazcontroldsgn package for installation
...
git-svn-id: trunk@52136 -
2016-04-07 05:08:42 +00:00
bart
c36425e011
LazControls: Add icon for TExtendedTabControl. Issue #0029900 .
...
git-svn-id: trunk@52059 -
2016-03-25 23:53:22 +00:00
ondrej
070c78ff20
lazcontrols: move design code from LazControls into LazControlDsgn package
...
git-svn-id: trunk@52041 -
2016-03-24 07:05:48 +00:00
mattias
25f7a697e5
updated makefiles
...
git-svn-id: trunk@52001 -
2016-03-20 11:19:40 +00:00
juha
d658049401
LazControls: Use the new OnFilterItemEx also for TreeFilterEdit.
...
git-svn-id: trunk@51866 -
2016-03-08 21:05:58 +00:00
juha
919198e297
LazControls: Add OnFilterItemEx event with caption parameter to TCustomControlFilterEdit. Use it in TListFilterEdit. Issue #29793 , patch from meteu.
...
git-svn-id: trunk@51865 -
2016-03-08 20:43:37 +00:00
mattias
17f571cf26
components: less hints
...
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
juha
ac532977f7
LazControls: Fix a regression in ListFilterEdit caused by r51267 #dfc8958222, affecting Win32 widgetset. Arrow key in filter did not select list items. Patch from GetMem.
...
git-svn-id: trunk@51583 -
2016-02-10 21:16:55 +00:00
bart
ed047fbbd3
LazControls: Fix alignment of caption for TThemedCheckBox.Alignment = taLeftJustify. Issue #0029603 .
...
git-svn-id: trunk@51531 -
2016-02-06 15:20:28 +00:00
juha
db51e758b5
Cleanup and comments
...
git-svn-id: trunk@51470 -
2016-02-01 21:04:59 +00:00
bart
96305118da
LazControls: Fix TThemedCheckBox.KeyUp. Issue #0029406 .
...
git-svn-id: trunk@51454 -
2016-01-30 12:20:28 +00:00
juha
44a263b11d
LazControl: Show multiline caption of TCheckBoxThemed correctly. Issue #29504 , patch from Gabor Boros.
...
git-svn-id: trunk@51415 -
2016-01-25 18:55:37 +00:00
ondrej
235ced5144
lazcontrols: prevent AV in TTreeFilterEdit.RestoreSelection if treeview is nil. Issue #29441
...
git-svn-id: trunk@51312 -
2016-01-18 16:00:35 +00:00
bart
4ba9348f7b
LazControls: T(Float)SpinEditEx: implement property MinRepeatValue.
...
git-svn-id: trunk@51301 -
2016-01-15 14:29:30 +00:00
zeljko
06164b5f5f
TListFilterEdit: removed LCLQt workaround. issue #29385
...
Qt: unset selection when itemindex is changed. issue #29385
git-svn-id: trunk@51287 -
2016-01-14 21:11:38 +00:00
mattias
c0b5c2d5a1
lazcontrols: moved resource directive to shortedit.pas, bug #29391
...
git-svn-id: trunk@51271 -
2016-01-13 17:26:26 +00:00
juha
dfc8958222
IDE: Fix moving up/down in ListFilterEdit. Also don't use Listbox.ItemHeight when = 0. Issue #29385 .
...
git-svn-id: trunk@51267 -
2016-01-13 17:10:57 +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
juha
53810b548d
Package editor: Don't update the whole tree when moving a dependency up/down. Part of issue #26188 .
...
git-svn-id: trunk@50796 -
2015-12-14 12:19:01 +00:00
juha
7bc722522a
LazControls: Select the first matching node in TreeFilterEdit. Issue #24795 .
...
git-svn-id: trunk@50545 -
2015-11-30 20:14:18 +00:00
juha
d9d0b6a6c0
LazControls: Center Caption of TCheckBoxThemed vertically. Issue #29054 , patch from Gabor Boros.
...
git-svn-id: trunk@50457 -
2015-11-21 09:56:14 +00:00
ondrej
89d2d8a738
lazcontrols: filteredit: fixed default filter functions for non-lowercase strings.
...
git-svn-id: trunk@50331 -
2015-11-14 09:22:00 +00:00
ondrej
461ea447a4
LazControls: TListFilterEdit move fFilteredListbox workaround for Gtk2
...
git-svn-id: trunk@50165 -
2015-10-25 21:48:07 +00:00
ondrej
471e8b0da4
LCL: FilterEdit support for PageUp, PageDown, Ctrl+Home, Ctrl+End and basic support for selection. Issue #28900
...
git-svn-id: trunk@50164 -
2015-10-25 20:47:35 +00:00
juha
1ce63eab2e
LazControls: Use ItemIndex for moving up/down in ListFilterEdit. Issue #28779 .
...
git-svn-id: trunk@50116 -
2015-10-18 22:28:43 +00:00
mattias
2c46e6e468
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
...
git-svn-id: trunk@49906 -
2015-10-01 18:40:54 +00:00
juha
e4d78f8e95
LazControls: TCheckBoxThemed improvements. Issue #28517 , patch from Vojtech Cihak.
...
git-svn-id: trunk@49676 -
2015-08-15 21:40:10 +00:00
juha
06ac76f560
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
...
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
juha
1e433ebf42
Improve documentation of FilterEdit components.
...
git-svn-id: trunk@49243 -
2015-06-02 11:59:42 +00:00
juha
9a65162f12
LazControls: Add skeleton document XML files.
...
git-svn-id: trunk@49240 -
2015-06-01 23:04:27 +00:00
juha
b8f7b8aef0
Packager: Don't hide selection in the ListView of Open Installed Package dialog.
...
git-svn-id: trunk@48874 -
2015-04-26 21:14:31 +00:00
juha
abe573b42d
Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items.
...
git-svn-id: trunk@48481 -
2015-03-24 17:52:23 +00:00
martin
8ab3f3a5d8
LazControls DividerBevel: Styles. Patch by Vojtech Cihak . Issue #0027618
...
git-svn-id: trunk@48159 -
2015-03-07 03:56:42 +00:00
zeljko
26f5be2762
lazcontrols: published drag & drop properties for TDividerBevel. issue #27550
...
git-svn-id: trunk@48044 -
2015-02-28 11:51:31 +00:00
joost
fb88fadd74
fpmake: re-generated several fpmake.pp files
...
git-svn-id: trunk@47285 -
2015-01-02 20:45:33 +00:00
juha
96b7b88cc7
LazControls: new icon for TListviewFilterEdit from edvard.
...
git-svn-id: trunk@47270 -
2014-12-30 21:28:21 +00:00
joost
40a902ea07
fpmake: Switched to fpmake.pp files that do not need setting the source-directory of the package manually
...
git-svn-id: trunk@47265 -
2014-12-29 22:11:35 +00:00
joost
3a0de4fe98
fpmake: Re-generated some fpmake.pp files
...
git-svn-id: trunk@47240 -
2014-12-23 22:00:41 +00:00
juha
82b190d7a9
LazControls: an option in ListViewFilterEdit to filter by all fields or just by caption.
...
git-svn-id: trunk@47186 -
2014-12-12 23:08:43 +00:00
mattias
b6b7d60218
lazcontrols: clean up
...
git-svn-id: trunk@47163 -
2014-12-10 02:15:32 +00:00
juha
cbae1c8558
LazControls: include the new ListViewFilterEdit component in LazControls package.
...
git-svn-id: trunk@47160 -
2014-12-10 00:46:38 +00:00
juha
d8add73062
New component ListViewFilterEdit.
...
git-svn-id: trunk@47159 -
2014-12-10 00:38:19 +00:00
juha
7cfdbcdc76
New component ListViewFilterEdit. Rename image files and improve resource script.
...
git-svn-id: trunk@47158 -
2014-12-10 00:21:51 +00:00
jesus
7ab6918cc8
LazControls: check filteredtreeview and listbox, fix AV, from BBaz, issue #27137
...
git-svn-id: trunk@47120 -
2014-12-06 03:44:54 +00:00
bart
7fdf4a2de2
CheckBoxThemed: fix checkbox position if Alignment is taLeftJustify (issue #0027127 ).
...
git-svn-id: trunk@47102 -
2014-12-04 17:44:09 +00:00
juha
e6de17e11f
LazControls: add component CheckboxThemed made by Vojtech Cihak.
...
git-svn-id: trunk@47030 -
2014-11-29 19:39:39 +00:00
juha
86bc7e6c60
LazControls: New files for CheckboxThemed.
...
git-svn-id: trunk@47029 -
2014-11-29 19:37:36 +00:00
mattias
5bca3443b2
lazcontrols: TCustomLvlGraphControl: use theme
...
git-svn-id: trunk@46889 -
2014-11-19 16:33:36 +00:00
mattias
b78a550572
IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412
...
git-svn-id: trunk@46874 -
2014-11-18 11:03:29 +00:00
juha
b98b901269
TreeFilterEdit: Better names for 2 methods.
...
git-svn-id: trunk@46225 -
2014-09-14 13:23:50 +00:00
juha
56e178994f
PackagerEditor: improve updating only parts of the view after user changes.
...
git-svn-id: trunk@46224 -
2014-09-14 13:23:43 +00:00
juha
f91bff8d37
PackageEditor: Fix removing many files. Update Files and RemovedFiles separately. Don't update everything after removing a file (issue #26188 ).
...
git-svn-id: trunk@46110 -
2014-09-02 21:35:21 +00:00
juha
c5e69a4a97
LCL: remove redundant checks from TTreeFilterBranch.FreeNodeData.
...
git-svn-id: trunk@46108 -
2014-09-02 21:35:18 +00:00
juha
b39f3715bd
LazControls: remove non-existent .lrs resources from package file list.
...
git-svn-id: trunk@45806 -
2014-07-06 22:38:06 +00:00
juha
176412a277
LCL: in FilterEdit, name a method better (ReturnKeyHandled).
...
git-svn-id: trunk@44914 -
2014-05-04 22:32:35 +00:00
mattias
e0d5158221
lazcontrols: TLvlGraphControl: accept child controls in designer
...
git-svn-id: trunk@44214 -
2014-02-23 18:45:22 +00:00
mattias
9d710db4fc
fixed make distclean
...
git-svn-id: trunk@44139 -
2014-02-18 17:37:14 +00:00
mattias
3283cf83f3
package makefiles: changed distclean to delete output directorties for all targets
...
git-svn-id: trunk@44128 -
2014-02-18 10:35:31 +00:00
juha
9f824e8954
TreeFilterEdit: Small optimization + fix comment.
...
git-svn-id: trunk@43635 -
2014-01-02 18:16:58 +00:00
juha
c8cb0503bd
Package editor: Fix a bug that prevented moving files up/down.
...
git-svn-id: trunk@43631 -
2014-01-02 18:16:40 +00:00
mattias
1ae4a6b361
lazcontrols: TTreeFilterBranch.RemoveChildrenData: fixed crash when passing nil
...
git-svn-id: trunk@43355 -
2013-11-03 08:34:11 +00:00
juha
51b74b6f56
TreeFilterEdit: change visibility of FreeNodeData and remove a hack-accessor class.
...
git-svn-id: trunk@43345 -
2013-10-31 00:16:45 +00:00
juha
95fe4e6ff1
TreeFilterEdit: Improve TTreeFilterBranch.RemoveChildrenData logic. Issue #25259 , patch from Cyrax
...
git-svn-id: trunk@43344 -
2013-10-30 22:55:22 +00:00
mattias
766298e0ef
lazcontrols: fixed crash on freeing TFileNameItem
...
git-svn-id: trunk@43341 -
2013-10-30 10:20:24 +00:00
paul
9167d3cfb0
lazcontrols: forgotten resource file
...
git-svn-id: trunk@43039 -
2013-09-29 14:24:20 +00:00
paul
6f63e5d1ef
lazcontrols: use FPC resources for component images
...
git-svn-id: trunk@43037 -
2013-09-29 10:47:28 +00:00
paul
03ecac4b9a
lazarus: move tlvlgraphcontrol.png to lazcontrols
...
git-svn-id: trunk@43036 -
2013-09-29 10:43:57 +00:00
juha
635b400a54
Add the icon for TreeFilterEdit. Forgotten earlier.
...
git-svn-id: trunk@43025 -
2013-09-29 06:52:49 +00:00
juha
03c1d319be
LCL: Make TWinControl.GetChildren and overridden methods public. Issue #24974 , patch from Stephano.
...
git-svn-id: trunk@42775 -
2013-09-13 18:44:16 +00:00
martin
0c111ebf85
LazControls: Marked some of the new TExtendeTAbControl os experimental and platform;
...
git-svn-id: trunk@42771 -
2013-09-13 11:58:24 +00:00
martin
86bab5d0fe
LazControls: ExtendedTabControl better clientarea
...
git-svn-id: trunk@42637 -
2013-09-06 11:45:01 +00:00
martin
51470268ac
LazControls: TExtendedTabControl added pages (runtime only)
...
git-svn-id: trunk@42609 -
2013-09-05 11:56:16 +00:00
martin
1efc1dff52
LazControls: TExtendedTabControl added pages (runtime only)
...
git-svn-id: trunk@42607 -
2013-09-05 10:16:08 +00:00
martin
378550a77a
LazControls: TExtendedTabControl clean up
...
git-svn-id: trunk@42593 -
2013-09-04 09:54:54 +00:00
martin
0fbcba1669
LazControls: Renamed TAdvancedTabControl to Extended
...
git-svn-id: trunk@42591 -
2013-09-04 09:32:46 +00:00
mattias
abf6c5ea76
lazcontrols: less hints
...
git-svn-id: trunk@42590 -
2013-09-04 09:21:11 +00:00
mattias
9481c4dba5
lazcontrols: less hints
...
git-svn-id: trunk@42588 -
2013-09-04 09:19:24 +00:00
martin
e11eb00f52
LazControls: Add TAdvancedTabControl (TabControl with toolbar)
...
git-svn-id: trunk@42579 -
2013-09-03 21:37:58 +00:00
martin
a37e86a5c1
LazControls: Add TAdvancedTabControl (TabControl with toolbar)
...
git-svn-id: trunk@42578 -
2013-09-03 21:25:54 +00:00
juha
0b5c1437dd
LazControls: add Orientation to TBevelDivider + other improvements. Issue #24786 , patch from Vojtech Cihak.
...
git-svn-id: trunk@42355 -
2013-08-05 14:26:58 +00:00