Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | You can now copy to clipboard the content of message dialogs. | Graeme Geldenhuys | |
The TfpgMessageDialog and TfpgMessageBox dialogs now support the "copy to clipboard" keyboard shortcuts. This is nice and handy for pasting an error message into an email or something. | |||
2012-07-31 | filedialog: widgets were not perfectly spaced in the horizontal area. | Graeme Geldenhuys | |
* Increased the width of most widgets by 2 pixels. Now left and right border spacing is equal. * Increased the grid height by 2 pixels, just to give grid content some extra space. | |||
2011-09-21 | SelectFileDialog() can now specify the initial directory too. | Graeme Geldenhuys | |
2011-07-12 | minor code comment for future consideration | Graeme Geldenhuys | |
2011-05-24 | User fpGUI versions of the file functions, instead of SysUtils version | Graeme Geldenhuys | |
2011-05-19 | bugfix 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-11 | File Open/Save dialog now reacts to ENTER key press | Graeme 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-01 | bugfix 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-20 | TfpgMessageBox now supports font selection | Graeme 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-12 | Select Directory Dialog: now has images with the folder nodes in treeview | Graeme Geldenhuys | |
2010-09-05 | File 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-05 | file dialog: adds a Configure Bookmarks dialog and updated resource strings. | Graeme Geldenhuys | |
2010-09-05 | Message Dialog: reworked dialog to be maintained by Visual Forms Designer. | Graeme Geldenhuys | |
2010-09-04 | fixed minor memory leak in File Dialog. | Graeme Geldenhuys | |
2010-09-04 | file dialog: Added 'Home' and 'Bookmarks' support. | Graeme Geldenhuys | |
2010-08-25 | fpg_dialog. Minor sanity check. | Graeme Geldenhuys | |
2010-08-23 | Use fpGUI wrapper functions instead of RTL functions directly. | Graeme Geldenhuys | |
fpGUI's wrapper functions handle unicode conversions from OS automatically. | |||
2010-05-23 | New Input Query (text) Dialog and global function fpgInputQuery(). | Graeme Geldenhuys | |
2010-05-23 | Moved the global dialog functions to the fpg_dialogs.pas unit | Graeme Geldenhuys | |
(out of the include files) | |||
2010-04-29 | New "Select Color" dialog added to fpGUI. | Graeme Geldenhuys | |
Not 100% complete yet, but the first tab is working. | |||
2010-04-28 | Remove todo items already completed. | Graeme Geldenhuys | |
2010-04-07 | ModalResult changed to a enum type | Graeme 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-19 | SelectDir Dialog changes - initial selection directory now works. | Graeme Geldenhuys | |
* SelectedDir is now a read/write property * SelectDirDialog() now handles the AStartDir parameter. | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-10-27 | New property setting initial directory in the File Open/Save dialog. | Jean-Marc | |
2009-10-23 | New 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-28 | Adds a new Character Map dialog to fpGUI | Graeme 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. |