summaryrefslogtreecommitdiff
path: root/src/gui/gui_combobox.pas
AgeCommit message (Expand)Author
2008-09-25* Added a TArrowDirection type and Canvas.DrawArrow now uses that type instea...graemeg
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
2008-08-25* published OnEnter and OnExit it TfpgComboBoxgraemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-21* Applied ComboBox cleanup patch from Luiz Americograemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-11Combo resize patch applied from Luiz Americo.graemeg
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 TfpgPopupWindowgraemeg
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) FastDoubleBufferdrewski207
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 focusgraemeg
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