summaryrefslogtreecommitdiff
path: root/src/gui/fpg_dialogs.pas
AgeCommit message (Collapse)Author
2011-05-24User fpGUI versions of the file functions, instead of SysUtils versionGraeme Geldenhuys
2011-05-19bugfix to prement AV.Graeme Geldenhuys
The ComboBox.Checked property now fires the event even when set programmatically. So we better set the event handler AFTER we set the Checked property. This is how it is done in all other components anyway.
2010-11-11File Open/Save dialog now reacts to ENTER key pressGraeme Geldenhuys
Another one of those annoyances I had to fix. When I enter a file name to save and want to press ENTER to save and close the dialog.
2010-10-01bugfix for ID: 3064350 from SourceForge.Graeme Geldenhuys
* A default font size is now set. * The Writeln() statement is now hidden under IFDEF's like it was supposed to be.
2010-09-20TfpgMessageBox now supports font selectionGraeme Geldenhuys
* we can now adjust the font used via the FontDesc property. This is handy when using fixed width fonts and displaying quick keyboard shortcut help.
2010-09-12Select Directory Dialog: now has images with the folder nodes in treeviewGraeme Geldenhuys
2010-09-05File Dialog: grid now shows alternative row colors and does smooth scrolling ↵Graeme Geldenhuys
horizontally. * These type of options should actually be set in a global fpGUI Configure application - so it affects all fpGUI based apps, and more importantly, is user selectable. Added to my todo list. :-)
2010-09-05file dialog: adds a Configure Bookmarks dialog and updated resource strings.Graeme Geldenhuys
2010-09-05Message Dialog: reworked dialog to be maintained by Visual Forms Designer.Graeme Geldenhuys
2010-09-04fixed minor memory leak in File Dialog.Graeme Geldenhuys
2010-09-04file dialog: Added 'Home' and 'Bookmarks' support.Graeme Geldenhuys
2010-08-25fpg_dialog. Minor sanity check.Graeme Geldenhuys
2010-08-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
fpGUI's wrapper functions handle unicode conversions from OS automatically.
2010-05-23New Input Query (text) Dialog and global function fpgInputQuery().Graeme Geldenhuys
2010-05-23Moved the global dialog functions to the fpg_dialogs.pas unitGraeme Geldenhuys
(out of the include files)
2010-04-29New "Select Color" dialog added to fpGUI.Graeme Geldenhuys
Not 100% complete yet, but the first tab is working.
2010-04-28Remove todo items already completed.Graeme Geldenhuys
2010-04-07ModalResult changed to a enum typeGraeme Geldenhuys
* Replaced all magic number modal results with actual enum values * UI Designer now uses enum combolist for ModalResult type in Object Inspector. * UI Designer now handles default values of ModalResult property correctly.
2010-03-19SelectDir Dialog changes - initial selection directory now works.Graeme Geldenhuys
* SelectedDir is now a read/write property * SelectDirDialog() now handles the AStartDir parameter.
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-10-27New property setting initial directory in the File Open/Save dialog.Jean-Marc
2009-10-23New WindowPosition setting of wpOneThirdDown.Graeme Geldenhuys
Part of the "golden ratio" goodies. It seems to me more pleasing to the eye if a dialog is not 100% centered in the window, but rather 1/3 down of available vertical space. I think Mac OS X also does this.
2009-07-28Adds a new Character Map dialog to fpGUIGraeme Geldenhuys
This forms part of the fpg_dialogs.pas unit. There is aslo a easy access method called fpgShowCharMap and returns the text selected by the user. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-01-14* new methods added to fpg_utils unit.graemeg
* Select Dir Dialog can already display some directories, but still far from complete.
2009-01-09* more work on the Select Dir dialog, but it's not workable yet.graemeg
2009-01-09* Applied Jean-Marc's dialog patch to improve translation support.graemeg
* Added a skeleton dialog which will become a Directory Select dialog.
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
* UI Designer has been updated to reflect the new gui unit names.