summaryrefslogtreecommitdiff
path: root/src/gui/gui_editcombo.pas
AgeCommit message (Expand)Author
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
2008-09-27* Rename all corelib units to the new naming convention.graemeg
2008-08-25* published OnEnter and OnExit it TfpgComboBoxgraemeg
2008-08-13* minor patch for editcombo from Jean-Marcgraemeg
2008-08-01* Minor patch from Jean-Marc for EditCombo.graemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-21* Applied ComboBox cleanup patch from Luiz Americograemeg
2008-07-18* Removed unnecessary parameters from DoUpdateWindowPosition.graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-17* Small patch for EditCombo from Jean-Marc.graemeg
2008-07-14* Applied some of the various patch from Jean-Marc.graemeg
2008-07-09* Applied patch from Jean-Marc improving the EditoCombo component. Patch #199...graemeg
2008-06-26* More code clean up.graemeg
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ...graemeg
2008-06-10* Applied patch from Jean-Marc for editcombo component.graemeg
2008-06-03Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.graemeg
2008-06-02* Minor fix to paint the EditCombo's background correctly.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-04-25* Updated some widgets to handle the Keypad Enter key as well.graemeg
2008-04-21* EditCombo fixes by jean-marc.graemeg
2008-04-11* Implemented OnClose event for TfpgPopupWindowgraemeg
2008-03-31Applied a minor EditCombo patch from Jean-Marcgraemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-25Applied patch from Jean-Marc to allow setting the editbox to be cleared, andgraemeg
2008-03-23* Implemented a basic Color ListBox component. It is still incomplete and has...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-04* More more on the MiG Layout port.graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-25* Scrolling the dropdown to the end, it doesn't display the last item. graemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-12* Applied patch #1890188 from Jean-Marc regarding gui_editcombo.pasgraemeg
2008-02-09* Introduced to new types: TfpgChar and TfpgString.graemeg
2008-02-06* Added a new unit gui_editcombo. This is still undergraemeg