Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | * 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 | * Created a template test project for the upcoming Treeview component. | graemeg | |