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
/
fpg_form.pas
Age
Commit message (
Expand
)
Author
2012-08-28
Publishes the OnMouseScroll event for various widgets.
Graeme Geldenhuys
2011-08-24
forms: HandleKeyPress() is replaced my DoKeyShortcut()
Graeme Geldenhuys
2011-06-17
Introduced a new property TfpgWindowBase.WindowState
Graeme Geldenhuys
2010-11-15
Fixed compiler errors when DEBUG define is defined globally.
Graeme Geldenhuys
2010-11-12
Added "call stack debugging" for internal use.
Graeme Geldenhuys
2010-10-27
Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()
Graeme Geldenhuys
2010-09-23
Adds a property EnableDrops which enables DND for a top-level window.
Graeme Geldenhuys
2010-09-20
KeyPress events is now distributed to Widgets, then Form, then fpgApplication
Graeme Geldenhuys
2010-09-01
Replaced debug writeln's with SendDebug() calls.
Graeme Geldenhuys
2010-06-04
Bumped visibility to Published for some properties.
Graeme Geldenhuys
2010-05-15
Published some new events in TfpgForm.
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-04-19
Default modal forms close action to caHide like is done with standard Show.
Graeme Geldenhuys
2010-04-07
ModalResult changed to a enum type
Graeme Geldenhuys
2010-03-30
Removed modal result mrError. It's not needed any more and was a bad design.
Graeme Geldenhuys
2010-03-24
This makes sure csLoading is still active for the current Form when
Graeme Geldenhuys
2010-03-11
use a more accurate message name for asking to be freed.
Graeme Geldenhuys
2010-03-11
Use constants instead of magic numbers for ModalResult values.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-25
Published Hint and ShowHint on all widgets.
Graeme Geldenhuys
2009-11-30
fixed compiler reported visibilty issues.
Graeme Geldenhuys
2009-11-05
More support for a help system
Graeme Geldenhuys
2009-10-23
New WindowPosition setting of wpOneThirdDown.
Graeme Geldenhuys
2009-06-08
Fixed the keyMenu handling in BasicEdit components.
Graeme Geldenhuys
2008-12-09
* Added fpgApplicationRemoveWindowFromModalStack so windows that are in the s...
drewski207
2008-09-29
* A minor fix in ShowModal handling if an error occurs while showing - the us...
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg