summaryrefslogtreecommitdiff
path: root/src/gui/gui_listbox.pas
AgeCommit message (Expand)Author
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-09* Applied patch from Jean-Marc improving the EditoCombo component. Patch #199...graemeg
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ...graemeg
2008-06-03* Applied Jean-Marc's patch to gui_listbox fixing issues in editcombo.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-04-27* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.graemeg
2008-04-25* Updated some widgets to handle the Keypad Enter key as well.graemeg
2008-03-27* The color gray is now spelt the same all over.graemeg
2008-03-24* More improvements to the ColorListBox component.graemeg
2008-03-23* Implemented a basic Color ListBox component. It is still incomplete and has...graemeg
2008-03-22* Increased double buffer on x11 efficiencydrewski207
2008-03-17* Minor patch form Jean-Marc. Change avoids to check for an item in the list ...graemeg
2008-03-12Applied patch [ 1911886 ] listbox patch for editcombo bug from Jean-Marcgraemeg
2008-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-10* Applied ListBox patch from Jean-Marc to make OnKeyPress visible.graemeg
2008-02-27* Applied a patch from Antonio which does incrimental searching in listboxes.graemeg
2008-02-25* Scrolling the dropdown to the end, it doesn't display the last item. graemeg
2008-02-22* Applied Jean-Marc's ListBox patch.graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.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-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-10-08* UI Designer: Fixed the issue with scrolling in the property window and the ...graemeg
2007-10-05* Implemented a UTF8Insert() and UTF8Delete() proceduresgraemeg
2007-09-26* Added copyright information in the GUI units.graemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-09-08* GUI Designer: Some code formating changes in generated code.graemeg
2007-09-06* Moved some methods or properties to the public or published area.graemeg
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
2007-08-17* Implemented a FileOpen and FileSave dialog. Both are the same class. It'sgraemeg
2007-08-12* Minor adjustment to the GradientFill function.graemeg
2007-08-12* Implemented a Base Dialog class.graemeg
2007-08-10* Grid now has keyboard navigation support.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 TfpgListBoxgraemeg
2007-07-27X11 only:graemeg
2007-07-23* Did more work on the TfpgComobBox focus handling.graemeg
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new m...graemeg