summaryrefslogtreecommitdiff
path: root/src/gui/gui_dialogs.pas
AgeCommit message (Expand)Author
2008-09-23Minor improvement to the Font Select dialog. It now remembers your custom sam...graemeg
2008-07-28* Updated File Dialog (file information panel) to use the TfpgPanel instead o...graemeg
2008-07-25* Applied Vladimir's gui_dialog patch. Adding a helper function for file dial...graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-14* Implemented a ModalResult type and related constants.graemeg
2008-06-09* Fixed the tiGUIIni read/write formstate information for tiOPF based applica...graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-04-27* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.graemeg
2008-04-02* Fixed all grids where last line and scrollbar was not always in sync.graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-18* UI Designer: Implemented a new property editor for the FontDesc property. I...graemeg
2008-03-18* Fixed a bug in the translation units where if both toolkit and application ...graemeg
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-16* Fixed a bug in File Save Dialog where you can not save a new file anymore.graemeg
2008-03-15* Removed the old TDropdownWindow class from gui_combobox.pas unit.graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...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-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-10* Implemented the New Directory Dialog and added it to the File Open and File...graemeg
2008-03-04* More more on the MiG Layout port.graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-19* Fixed the text for some of the German translations. Lazarus compiled with G...graemeg
2008-01-14* ShowMessage can now Centre of Left Align the text.graemeg
2008-01-11* Refactored some code so that MessageBox and MessageDialog can share some code.graemeg
2008-01-10* Made some nice progress with the MessageDialog class. Buttons are created d...graemeg
2007-11-29* Created a new overloaded CentrePoint function.graemeg
2007-11-26* Correctly set the default value for some properties in the TreeView.graemeg
2007-10-29* Started implementing Message Dialogs (with multiple buttons, icons etc).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-26* Added copyright information in the GUI units.graemeg
2007-09-18* Minor fix for the Save button state in the File Save dialoggraemeg
2007-09-06* Added a new generic property to TfpgWidget to dispatch messages sograemeg
2007-08-25* ShowMessage dialog is now not resizable and centers itself on the screen.graemeg
2007-08-24* Ported the Generic Edit Mediator for use with tiOPF.graemeg
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* GDI: Fixed popup window support.graemeg
2007-08-17* FileDialog: Focus is now in sync in the grid based on you last directory yo...graemeg
2007-08-17* FileDialog: Drive combobox and File grid are now in sync at all times.graemeg
2007-08-17* Minor tweak to get FileDialog to work under Windows.graemeg
2007-08-17* Implemented a FileOpen and FileSave dialog. Both are the same class. It'sgraemeg
2007-08-14* Updated a few scripts in the docs directory.graemeg
2007-08-12* Extended the sample text string used in the Font Select dialog.graemeg
2007-08-12* Implemented a Base Dialog class.graemeg
2007-08-11* Started implementation of a Font Selection dialog. (not complete)graemeg
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new m...graemeg