index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui_form.pas
Age
Commit message (
Expand
)
Author
2008-07-14
* Implemented a ModalResult type and related constants.
graemeg
2008-07-07
* Fixed svn properties on some files.
graemeg
2008-07-03
* EditTest in the prototypes directory now tests Button ImageLayout property.
graemeg
2008-06-28
* Fixed the dialog size issue reported by Jean-Marc.
graemeg
2008-06-27
* A slight fix for X11 resizing forms with the mouse and alignment processing.
graemeg
2008-06-27
* Introduced a new property to TfpgWidget, called IsContainer for all
graemeg
2008-06-26
* More code clean up.
graemeg
2008-06-24
* Temporary workaround for TfpgForm under X11 fixing Alignment components. Se...
graemeg
2008-06-19
* Restore button state if an exception occurs inside the Click event.
graemeg
2008-06-03
Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.
graemeg
2008-05-28
* Fixed the bug when getting unhandled exceptions inside a Modal dialog, keyb...
graemeg
2008-05-22
* New OnResize event for TfpgWidget.
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-05-09
* Minor change so ShowModal forms also execute the OnClose event.
graemeg
2008-05-09
* Fixed bug where program crashed if MainMenu contains no items and you click...
graemeg
2008-04-27
* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.
graemeg
2008-04-24
* TfpgApplicationBase now descends from TObject instead of TComponent.
graemeg
2008-04-23
* Introduced TfpgApplication.Terminate method
graemeg
2008-04-12
Minor bugfix in gui_forms where PopModalForm is called twice.
graemeg
2008-04-11
* Fixed a bug where exceptions were silently handled without notification. Th...
graemeg
2008-04-03
* Minor fix in the MessageDialogs
graemeg
2008-03-21
* new method in Canvas class called ClipLine() which clips the coordinates
graemeg
2008-03-18
* When a form is Moved, Resized or Deactivates all popup windows are closed.
graemeg
2008-03-10
* Implemented the New Directory Dialog and added it to the File Open and File...
graemeg
2008-03-07
* TfpgForm now has a FullScreen property. Currently only implemented in X11.
graemeg
2008-02-15
* Applied Jean-Marc's TextColor and BackgroundColor patch.
graemeg
2008-01-28
* Removed more debug code.
graemeg
2008-01-21
* Fixed some memory leaks in TfpgComboBox.
graemeg
2008-01-03
* Reworked the timing of when windows get removed from the
graemeg
2007-12-11
* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...
graemeg
2007-11-03
* Improved modal form in X11 to use net window hints
drewski207
2007-10-22
* Minor update to the tiOPF generic edit mediators unit.
graemeg
2007-10-15
* Published BackgroundColor and OnPaint for TfpgForm
graemeg
2007-10-14
Fixed form showing in in fpgui lcl interface
drewski207
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-09-13
* CoreLib: fpgApplication now has a Terminated property which terminates the
graemeg
2007-09-08
* GUI Designer: Minor changes and removed Boolean property editors for now. W...
graemeg
2007-09-06
* Added a new generic property to TfpgWidget to dispatch messages so
graemeg
2007-09-06
* Moved some methods or properties to the public or published area.
graemeg
2007-08-30
* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...
graemeg
2007-08-14
* Updated a few scripts in the docs directory.
graemeg
2007-07-25
* Implemented and added a new unit that will handle command line parameters.
graemeg
2007-07-24
* Move some modal form requirements as global variable to properties
graemeg
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg