Commit Graph

420 Commits

Author SHA1 Message Date
dsiders
6fa902b4ff Docs: LazControls/spinex. Corrects inaccurate/incomplete content in the TSpinEditBaseEx.Orientation topic. 2023-01-21 06:09:12 +00:00
dsiders
4c13ea4bdc Docs: LazControls/spinex. Adds TSpinEditExBase, TSpinEditEx, and TFloatSpinEditEx
topics for changes in 117df60b.
2023-01-21 00:43:35 +00:00
wp_xyz
117df60bf4 T(Float)SpinEditEx: Add property Orientation for horizontal arrangement of spin buttons. 2023-01-20 22:11:06 +01:00
dsiders
7abe883a09 Docs: LazControls/extendedtabcontrols. Fixes invalid links to inherited topics. 2023-01-12 20:10:20 +00:00
dsiders
9c56ab2cd4 Docs: LazControls/shortpathedit. Adds See Also links to topics. 2023-01-12 19:24:41 +00:00
dsiders
f72f490593 Docs: LazControls. Removes invalid See Also links. 2023-01-10 23:26:08 +00:00
dsiders
ef893e9866 Docs: LazControls/treefilteredit. Updates topics for changes in 4c822bb36e. 2023-01-05 19:24:25 +00:00
dsiders
8162f2cd02 Docs: LazControls/listviewfilteredit. Updates topics for changes in 4c822bb36e. 2023-01-05 19:24:07 +00:00
Juha
4c822bb36e LCL, LazControls: Remove fFilter variable from FilterEdits. Instead use Text property always. 2023-01-05 11:19:04 +02:00
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