Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | treeview demo: reworked this demo to show the StateImageList support | Graeme Geldenhuys | |
The demo adds some checkboxes to the treeview, and shows how you can query the treeview for any checked nodes. | |||
2011-08-04 | minor fixes to examples due to Item[] to Items[] change. | Graeme Geldenhuys | |
2010-08-19 | Treeview Demo: further improvements added to demo. | Graeme Geldenhuys | |
2010-08-19 | Treeview Demo: extended the demo to show Node values as user selects them. | Graeme Geldenhuys | |
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. | |||
2009-04-05 | * Added missing unit output directories. | Graeme Geldenhuys | |
2009-02-16 | * Removed a lot of memory leaks from fpg_treeview.pas. | graemeg | |
* Reworked the Treeview Test example so that it is managed by the Form Designer. | |||
2008-11-14 | * updated all extrafpc.cfg files to use the correct lib output directory. | graemeg | |
2008-10-01 | * Updated all demos to use the new unit names. | graemeg | |
* Updated all packages like ide addons, fpcunit etc to use the new unit names. | |||
2008-07-08 | * Got the basics working in the GUI Test Runner. | graemeg | |
2008-07-07 | * Published more events and properties for EditInteger and EditFload components. | graemeg | |
* 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. | |||
2008-02-14 | * Applied patch from Michael van Canneyt fixing the anchors of the ↵ | graemeg | |
checkboxes in Treeview example. | |||
2008-02-13 | * Treeview example should now fix the image paths at runtime, using the ↵ | graemeg | |
correct directory separators. | |||
2008-02-13 | * Treeview component now has support for node images | graemeg | |
2007-12-04 | * Fixed a memory leak in TfpgCombobox. | graemeg | |
* Fixed a couple of memory leaks in gui_tree.pas | |||
2007-12-04 | * Minor painting improvement in the treeview nodes. | graemeg | |
2007-10-18 | * Improved the implementation of the Minimum Width/Height | graemeg | |
support under Win32. * Fixed bug #1811433 where the Anchor feature was broken when resizing forms under Windows. We never took into account the window border width and title bar height. | |||
2007-09-13 | * CoreLib: fpgApplication now has a Terminated property which terminates the | graemeg | |
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. | |||
2007-09-05 | (no commit message) | graemeg | |
2007-09-05 | * Treeview linestyle has been changed to lsDot by default. | graemeg | |
* Mouse selection is now supported. * Node expand and collapse is now possible with the mouse. | |||
2007-09-05 | * More painting fixes for the Treeview. Node lines seem to paint | graemeg | |
correctly now, even if some nodes are partiall or fully hidden. | |||
2007-09-05 | * Added some painting fixes to the Treeview. Also added a few new properties. | graemeg | |
2007-09-03 | * Treeview finally paints itself. Still not 100% and still no input support. | graemeg | |
2007-09-03 | * Implemented more of the Treeview component. Started with the | graemeg | |
painting routine as well. Still not usable though. | |||
2007-08-31 | * started the Treeview implementation. This is still heavy under | graemeg | |
development and doesn't paint anything yet. | |||
2007-08-31 | * Created a template test project for the upcoming Treeview component. | graemeg | |