summaryrefslogtreecommitdiff
path: root/src/gui/gui_combobox.pas
AgeCommit message (Expand)Author
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-06* Added a new unit gui_editcombo. This is still undergraemeg
2008-02-04* Applied patch from Jean-Marc creating new properties for ComboBox and ListBox.graemeg
2008-01-28* Removed the unused debug code in ComboBox and ListBox units.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-21* GDI: Fixed index out of bounds errors in ComboBox.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 insidegraemeg
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-13combobox changesgraemeg
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
2007-08-24* Implement MaxLength in TfpgEditgraemeg
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'sgraemeg
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 TfpgListBoxgraemeg
2007-07-31* Fixed FillRectangle() under GDI and X11.graemeg
2007-07-27X11 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-23The first part of removing the obsolete fpGUI and replacing it with the new m...graemeg