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-06-26
* More code clean up.
graemeg
2008-06-24
* Using Assign() to set Items of TfpgComboBox did not update the displayed text.
graemeg
2008-06-23
* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ...
graemeg
2008-05-27
* Applied Vladimir's button flag patch.
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-05-09
* Fixed bug where Up or Down arrow usage in ComboBox without drowpdown did no...
graemeg
2008-04-27
* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.
graemeg
2008-04-11
* Implemented OnClose event for TfpgPopupWindow
graemeg
2008-03-28
* Many big changes which removes bucket loads of compiler warnins. These will...
graemeg
2008-03-23
* Implemented a basic Color ListBox component. It is still incomplete and has...
graemeg
2008-03-20
* Added a property to TfpgCanvasImpl(x11) FastDoubleBuffer
drewski207
2008-03-19
* ComboBox and CalendarCombo now work identical under Linux and Windows. Comb...
graemeg
2008-03-19
* Finally I seem to have solved the mystery of the ComboBox that refuses to c...
graemeg
2008-03-16
* I implement an improved positioning of dropdown window of Combobox and Edit...
graemeg
2008-03-16
* Applied patch [1909573] from Jean-Marc making changes to EditCombo component.
graemeg
2008-03-15
* Removed the old TDropdownWindow class from gui_combobox.pas unit.
graemeg
2008-03-15
* TfpgComboBox - Implemented a new internal dropdown window. It is a cleaner ...
graemeg
2008-03-14
* Applied ComboBox patch from Antonio to allow Up and Down keys to change sel...
graemeg
2008-03-10
* Applied a partial patch from Jean-Marc regarding ComboBox autosize feature.
graemeg
2008-03-10
* Fixed a minor bug in the TfpgAbstractComboBox.SetText reported by Viktor.
graemeg
2008-02-22
* Applied Label patch from Jean-Marc which adds WrapText and Alignment proper...
graemeg
2008-02-20
* Applied Vladimir's patch for arrow key support in RadioButtons.
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-02-06
* Added a new unit gui_editcombo. This is still under
graemeg
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 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
[next]