summaryrefslogtreecommitdiff
path: root/examples/gui/filedialog
AgeCommit message (Expand)Author
2013-06-18Updates extrafpc.cfg files so no console window is shown for Windows compiled...Graeme Geldenhuys
2010-09-04dialog demo: added fpgInputQuery dialog to the demo.Graeme Geldenhuys
2010-04-07All sample projects updated so all of them can compile correctly.Graeme Geldenhuys
2009-04-05* Added missing unit output directories.Graeme Geldenhuys
2009-03-22* Removed X11 alternate implementations for FreeBSD and Linux systems when re...graemeg
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
2008-07-25* Applied Vladimir's gui_dialog patch. Adding a helper function for file dial...graemeg
2008-07-07* Published more events and properties for EditInteger and EditFload components.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-03-13* Applied patch from Antonio which adds a authentication to User Prompt Dialo...graemeg
2008-03-12* Applied User Prompt Dialog patch from Antonio.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-01-12* Fixed MessageDialog crash on exit under Windows.graemeg
2007-12-04* Fixed a memory leak in TfpgCombobox.graemeg
2007-10-22* Minor update to the tiOPF generic edit mediators unit.graemeg
2007-10-18* Win32: Implemented MinWidth and MinHeight constraint support for Forms. Not...graemeg
2007-10-17* Fixed a ComboBox clipping issue where long text would paint over the intern...graemeg
2007-10-08* UI Designer: Added more available Boolean properties to the Object Inspector.graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
2007-08-22* Started the implementation of a StringGrid. It is graemeg
2007-08-22* Minor improvements to the File Dialog.graemeg
2007-08-21* Removed OS based Double Click from GDI.graemeg
2007-08-21* GDI: Added missing units to GFX package.graemeg
2007-08-18* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.graemeg
2007-08-17* FileDialog: Drive combobox and File grid are now in sync at all times.graemeg
2007-08-17* Implemented a FileOpen and FileSave dialog. Both are the same class. It'sgraemeg