Age | Commit message (Collapse) | Author |
|
The demo adds some checkboxes to the treeview, and shows how you can query
the treeview for any checked nodes.
|
|
|
|
|
|
This should give users a better understanding of what those properties mean
and how they work.
Also a nice test to see if the Treeview Nodes work correctly.
|
|
* Reworked the Treeview Test example so that it is managed by the Form Designer.
|
|
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
|
|
|
|
* Now the Min/Max Size is actually applied, the Message Dialogs needed minor attention.
* Updated all the example projects to use the newer all-in-one fpgui_toolkit lazarus package.
* Did some minor bug fixing in some of the examples. 1-based indexing instead of 0-based indexing etc.
|
|
checkboxes in Treeview example.
|
|
correct directory separators.
|
|
|
|
* Fixed a couple of memory leaks in gui_tree.pas
|
|
|
|
main event loop and application. Halt was just to harsh and objects never got
freed.
* GUI: Added a new INI Utils unit which introduces ReadOnly ini support and
can also save a form's state and position. You access the ini file via the
gINI singleton function. fpGUI Designer uses this.
* All example project now free there main forms correctly.
* Many bug fixes in GUI Designer. GUI Designer now also remembers the size and
location of most forms.
* Many of the GUI Designer forms are now maintained by the GUI Designer itself.
* GUI Designer: Started implementing a Recent Files feature so it is quicker to
open frequently used files.
|
|
* Mouse selection is now supported.
* Node expand and collapse is now possible with the mouse.
|
|
correctly now, even if some nodes are partiall or fully hidden.
|
|
|
|
|
|
painting routine as well. Still not usable though.
|
|
|