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_listview.pas
Age
Commit message (
Expand
)
Author
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-15
* Applied patch from Luiz Americo optimising the ListView painting calls and ...
graemeg
2008-03-04
* More more on the MiG Layout port.
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-01-26
* Middle mouse button click was never detected.
graemeg
2008-01-21
* Fixed some memory leaks in TfpgComboBox.
graemeg
2007-11-28
* Implemented a Command pattern interface.
graemeg
2007-10-10
* Resizing widgets now take into account the MinWidth and MinHeight
graemeg
2007-10-10
* UI Designer: Added some published properties for the ListView component.
graemeg
2007-10-10
fixed listview to work in the designer
drewski207
2007-10-01
* Implemented the Objects[ACol,ARow] property for the StringGrid.
graemeg
2007-09-28
* Added a new unit for tiOPF support. I've ported the ListView
graemeg
2007-09-28
* Implemented Pages[] property for TfpgPageControl
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-08-26
* Removed some compiler warnings.
graemeg
2007-08-17
* Fixed a bug where the header was resized when it shoudn't
drewski207
2007-08-17
* Fixed a bug introduced in 312
drewski207
2007-08-17
* Made header resizing more user-friendly
drewski207
2007-08-17
* Finished implementing Listview Header resizing
drewski207
2007-08-09
* moved FastDoubleBuffer to TfpgCanvasBase
drewski207
2007-08-09
* Added a property to TfpgCanvasImpl(x11) FastDoubleBuffer
drewski207
2007-08-08
* fixed compilation for older versions of fpc
drewski207
2007-08-08
* Replaced the use of TRect with TfpgRect in gui_scrollbar
graemeg
2007-08-08
* Finally fixed all painting issues with rectangles and clipping.
graemeg
2007-08-07
* Most Keyhandling for listview
drewski207
2007-08-06
* Made the ScrollBars even more robust
drewski207
2007-08-06
* Added basic listview
drewski207