summaryrefslogtreecommitdiff
path: root/src/gui/selectdirdialog.inc
AgeCommit message (Collapse)Author
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-03-19New translation string for 'Select a directory' dialog.Graeme Geldenhuys
I used Google Translate for the non-English languages - I guess there will be some errors. :-/
2010-03-19SelectDir dialog: Fixed various issues in the dialog.Graeme Geldenhuys
* Removed duplicate / char under Linux * Fixed directory selection under Windows - this was totally broken. Thanks to Jean-Pierre ANGHEL <jp.anghel@bbox.fr> for some support on this and bringing it to my attention.
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-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-12* Added two new functions to fpg_utils unit.graemeg
* More work on the Select Directory dialog.
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.