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
/
corelib
/
gfx_popupwindow.pas
Age
Commit message (
Expand
)
Author
2008-06-27
* Introduced a new property to TfpgWidget, called IsContainer for all
graemeg
2008-05-13
* Added a overloaded ShowAt() method so we do not have to pass in the first p...
graemeg
2008-05-13
* Popup window can now use screen coordinates as well in the ShowAt method.
graemeg
2008-04-11
* Implemented OnClose event for TfpgPopupWindow
graemeg
2008-03-19
* Finally I seem to have solved the mystery of the ComboBox that refuses to c...
graemeg
2008-03-16
* Fixed a bug in File Save Dialog where you can not save a new file anymore.
graemeg
2008-02-18
* I think I fixed the issue with PopupWindows taking focus
graemeg
2008-02-15
* Applied Jean-Marc's TextColor and BackgroundColor patch.
graemeg
2008-01-26
* Middle mouse button click was never detected.
graemeg
2008-01-21
* Fixed some memory leaks in TfpgComboBox.
graemeg
2008-01-02
* Fixed AV that occurs when a combobox is opened and closed a few times.
graemeg
2007-12-27
* ComboBox dropdown now opens and closes as expected when you click inside
graemeg
2007-11-05
* More improvements to Calendar component.
graemeg
2007-11-03
* Started working on a Calendar component.
graemeg
2007-10-28
* Fixed the menu click issue under Windows.
graemeg
2007-09-14
* Introduced Setter methods for BaseWindow Width and Height properties.
graemeg
2007-08-21
* GDI: Fixed popup window support.
graemeg
2007-08-20
* Added keyboard handling in PopupMenus.
graemeg
2007-08-18
* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.
graemeg