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_listbox.pas
Age
Commit message (
Expand
)
Author
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 efficiency
drewski207
2008-03-17
* Minor patch form Jean-Marc. Change avoids to check for an item in the list ...
graemeg
2008-03-12
Applied patch [ 1911886 ] listbox patch for editcombo bug from Jean-Marc
graemeg
2008-03-11
* Implemented a new fpgGetNamedFontList() function
graemeg
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.pas
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-10-08
* UI Designer: Fixed the issue with scrolling in the property window and the ...
graemeg
2007-10-05
* Implemented a UTF8Insert() and UTF8Delete() procedures
graemeg
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's
graemeg
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 TfpgListBox
graemeg
2007-07-27
X11 only:
graemeg
2007-07-23
* Did more work on the TfpgComobBox focus handling.
graemeg
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg