Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-23 | Demos: fixed compiler warnings. | Graeme Geldenhuys | |
* fixed deprecated functions * fixed unused variables * fixed unused units * fixed not initialised variables * fixed nested comments | |||
2014-06-23 | Demo project files (Lazarus IDE) settings updated. | Graeme Geldenhuys | |
Defined consistent unit output paths and target filenames. | |||
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2009-04-05 | * Added missing unit output directories. | Graeme Geldenhuys | |
2009-03-27 | * Applied DragToReorder patch from David Emerson. | graemeg | |
* Minor changes to his patch by publishing the property when needed. * Updated the ListBox and ColorListBox demos to show the feature. | |||
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-10 | * Removed the annoying unit that Lazarus IDE keeps adding to the examples. | graemeg | |
* Updated the build scripts to compile the new package unit. | |||
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-05-19 | * Added the new listbox example to trunk. | graemeg | |
2008-05-19 | * The listbox example used svn externals which it shouldn't have. | graemeg | |
2008-05-19 | * Merged my private graemeg branch changes (r752:r781) into trunk. These ↵ | graemeg | |
changes are required to change all componens from 1-based indexing to 0-based indexing. |