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_combobox.pas
Age
Commit message (
Expand
)
Author
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-12-14
* Implemented Cell Text Alignment.
graemeg
2007-12-11
* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...
graemeg
2007-12-04
* Fixed a memory leak in TfpgCombobox.
graemeg
2007-11-07
* Rename TfpgCustomComboBox to TfpgAbstractCoboBox.
graemeg
2007-10-17
* Fixed a ComboBox clipping issue where long text would paint over the intern...
graemeg
2007-10-02
* Fixed the Generic Edit Mediator unit for the Dynamic ComboBox.
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-09-14
* Introduced Setter methods for BaseWindow Width and Height properties.
graemeg
2007-09-14
* New overloaded EndDraw method for TfpgCanvas.
graemeg
2007-09-13
combobox changes
graemeg
2007-08-27
* Implemented List Mediators with tiOPF support and added a demo.
graemeg
2007-08-24
* Implement MaxLength in TfpgEdit
graemeg
2007-08-18
* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.
graemeg
2007-08-17
* Implemented a FileOpen and FileSave dialog. Both are the same class. It's
graemeg
2007-08-08
* Finally fixed all painting issues with rectangles and clipping.
graemeg
2007-08-07
* Changed the parameters of DrawRectangle, FillRectangle to rather use Width ...
graemeg
2007-07-31
* Fixed painting of TfpgListBox
graemeg
2007-07-31
* Fixed FillRectangle() under GDI and X11.
graemeg
2007-07-27
X11 only:
graemeg
2007-07-26
* Minor fixes with DrawControlFrame and ComboBox down button.
graemeg
2007-07-24
* Updated gfx_x11 to reflect the changes about modal forms.
graemeg
2007-07-23
* Did more work on the TfpgComobBox focus handling.
graemeg
2007-07-23
* Did more work on the TfpgComboBox. It's starting to look good.
graemeg
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg