dsiders
421193c712
Docs: LazControls/treefilteredit. Adds and updates topics for changes in 5f4aa964.
2022-12-23 10:05:13 +00:00
dsiders
c4dcb8c515
Docs: LazControls/listviewfilteredit. Adds and updates topics for changes in 5f4aa964.
2022-12-23 10:04:55 +00:00
dsiders
9a99d112b5
Docs: LazControls/listfilteredit. Updates topics for changes in 5f4aa964.
2022-12-23 10:04:24 +00:00
Juha
5f4aa96422
LazControls, FilterEdits: Improve setting the filter programmatically. Invalidate after properties change.
2022-12-22 20:50:05 +02:00
mattias
6671244b72
updated makefiles, fixed compile fpdebug with fpc 3.2.2
2022-11-13 13:23:46 +01:00
wp_xyz
aa025a513b
Images: Some reworked images for improved rendering in dark mode (by Roland Hahn).
2022-11-08 18:42:41 +01:00
dsiders
66164ae8da
Docs: LazControls/spinex. Removes mentions of compiler version defines in SameValue topics. Depends on 9526343e.
2022-09-22 01:56:07 +01:00
Bart
bcda2c2047
SpinEx: let drived classes always implement SameValue, since it's wrong to use Math.SameValue on integer types. Also resolves #39792 and #39793 .
2022-09-21 10:41:12 +02:00
Bart
05531f1071
TFloatSpinEditEx: revert changes made in #95cfa51d, since it refuses to compile on MacOS en Linux 64 bit.
2022-09-18 11:46:34 +02:00
dsiders
79132216d6
Docs: LazControls/spinex. Modifies topics to be more consistent with TCustomFloatSpinEdit and descendants.
2022-09-18 06:17:14 +01:00
Bart
95cfa51d1b
TFloatSpinEdit(Ex): fix crash in OI when setting MaxValue/MinValue/Increment. Issue #39792 .
2022-09-17 19:03:18 +02:00
dsiders
200d15366f
Docs: LazControls. Fixes tagging for True, False values.
...
* Removes whitespace used to indent content.
* Wraps text in content at 80 characters and inserts an EOL.
2022-07-30 16:10:19 +01:00
dsiders
7ea1d8851c
Docs: LCL, LazControls. Clarifies wording in Invalidate-related topics.
2022-07-17 03:03:47 +01:00
dsiders
e47c69672b
Docs: LazControls/treefilteredit. Adds, updates topic content.
...
* Updates topic content and See Also links.
* Adds missing topics.
* This is an interim commit; there is more work to be done here.
2022-07-14 19:25:27 +01:00
dsiders
4492fdb697
Docs: LazControls/listfilteredit. Updates topic content and See Also links.
2022-07-14 02:59:32 +01:00
dsiders
bddac75379
Docs: LazControls/listviewfilteredit. Updates topic content and See Also links.
2022-07-11 01:07:07 +01:00
mattias
9e762cde89
udpated makefiles
2022-05-29 19:34:19 +02:00
dsiders
061ba75ede
Docs: LazControls. Removes footer processing in project file and scripts.
2022-03-14 05:10:27 +01:00
dsiders
891501a228
Docs: Removes redundant text in remark tags.
2022-03-02 01:43:48 +00:00
mattias
26c9421318
updated Makefiles
2022-02-24 12:55:45 +01:00
dsiders
1b56acef93
Docs: LazControls. Updates scripts to use FPDoc 3.3.1.
2022-02-23 02:47:20 +00:00
dsiders
66cd96821d
Docs: LazControls. Updates CSS styles to match LCL, LazUtils.
2022-02-23 02:46:37 +00:00
dsiders
dd5b364e1b
Docs: LazControls. Modifies project file to use FPDoc 3.3.X syntax in footer option.
2022-02-23 02:45:57 +00:00
dsiders
5db70a399c
Docs: LazControls/listfilteredit. Adds, updates topics for changes in c0aab039.
2022-01-25 20:11:59 +00:00
Juha
be48000561
LazControls: Fix an Index out of bounds error in ListFilterEdit.
2022-01-25 21:10:10 +02:00
Juha
c0aab03941
LazControls: Improve ListFilterEdit to be used in "View Project Units".
2022-01-25 19:59:39 +02:00
dsiders
241141912e
Docs: LazControls/spinex. Updates, removes topics for TCustomFloatSpinEditEx.NumbersOnly property. Depends on a80c5252.
2022-01-19 16:52:18 +00:00
Bart
a80c5252e0
TFloatSpinEditEx: don't publish property NumbersOnly. It is useless for this control and confuses users.
2022-01-19 13:50:38 +01:00
mattias
f97a493801
updated makefiles
2022-01-16 21:42:24 +01:00
dsiders
1e405b000c
Docs: LazControls/lvlgraphctrl. Adds skeletons for missing topics.
...
* Depends on aaa7322d14 , a29a791b52 .
2022-01-12 20:42:14 +00:00
Martin
fcd8b1721b
LvlGraph: Speed up TMinXGraph. In StoreAsBest only update nodes that changed. This massively speeds up big graphs with several thousand (including hidden) nodes, were StoreAsBest did always copy all those nodes.
2022-01-10 14:33:03 +01:00
Martin
42d6e0bc85
LvlGraph: Ensure work was done, or quit. No endless loop.
2022-01-10 14:33:03 +01:00
Martin
abb908d498
LvlGraph: Reduce "zero-run" switching in favour of shuffling. Do one final big zero-run, if needed.
2022-01-10 14:33:03 +01:00
Martin
f33a15738a
LvlGraphOptions: TMinXGraph refactor. Store only nodes that need to be switched in SameSwitchDiffPairs (SwitchDiff > 0 would create new crossings).
2022-01-10 14:33:03 +01:00
Martin
52679121ad
LvlGraph: Only shuffle small bits of the graph. This allows to continue on the existing result, but can switch nodes not found by the normal switching.
2022-01-10 14:23:23 +01:00
Martin
b85a49c626
LvlGraph: Fix painting overlays
2022-01-10 14:23:23 +01:00
Martin
46043554e8
TLvlGraph: Refactor MinimizeOverlappings
2022-01-10 14:23:14 +01:00
Martin
a29a791b52
LvlGraph: Add Zoom
2022-01-10 14:11:12 +01:00
Martin
aaa7322d14
LvlGraph: Compute paint-pos once, outside of Paint method.
2022-01-10 14:11:11 +01:00
dsiders
70646c0d65
Docs: LazControls. Adds files needed to build CHM and HTML help for the package.
...
* lazcontrols-project.xml - the fpdoc project file for the LazControls package.
* lazcontrols.css - modified version of the fpdoc.css file.
* make-docs.bat - script to build CHM and HTML help formats on Windows.
* make-docs.sh - bash script to build CHM and HTML help formats on UNIX-like environments.
2021-12-06 23:26:10 +00:00
dsiders
06d44e3815
Docs: LazControls. Updates topic content and See Also links.
2021-12-06 18:12:56 +00:00
wp_xyz
171f18dd75
LazControls/SpinEditExBase: Clearer defines for issue #39490 workaround.
2021-11-28 22:05:16 +01:00
dsiders
15e62fda4d
Docs: LazControls/spinex. Adds topics for overloaded SameValue() methods in TCustomFloatSpinEditEx and TCustomSpinEditEx.
...
* Depends on 182cc8b8e6 , 7f45938388 , 5523c58bc9 0e5fdc884a , c301731931 .
2021-11-28 04:45:51 +00:00
wp_xyz
5523c58bc9
LazControls/TSpinEditExBase: IFDEF the previous commit (workaround for an already solved FPC bug). Issue #39490/39491.
2021-11-27 21:53:53 +01:00
wp_xyz
7f45938388
LazControls/SpinEditExBase: Fix compilation issue with FPC 3.2.0. Issue #39491 .
2021-11-27 11:18:23 +01:00
dsiders
0e5fdc884a
Docs: LazControls/spin. Adds new topic for TSpinEditExBase.SameValue. Depends on 182cc8b8.
2021-11-27 00:46:10 +00:00
wp_xyz
182cc8b8e6
LazControls/SpinEditExBase: Add virtual method SameValue() to fix compilation issue on Win/x64 for a currency descendant. Issue #39490 .
2021-11-27 00:30:47 +01:00
dsiders
18bece2476
Docs: LazControls/listviewfilteredit. Removes topic for duplicate type in #e8b4862a.
2021-10-31 15:13:03 +01:00
dsiders
b4c1e70224
Docs: LazControls/listviewfilteredit. Removes topic for duplicate type in #e8b4862a.
2021-10-31 14:50:12 +01:00
Juha
e8b4862a74
LazControls: Use TStringArray defined in SysUtils instead of defining it again.
2021-10-31 09:51:28 +02:00