summaryrefslogtreecommitdiff
path: root/src/gui/gui_listview.pas
AgeCommit message (Expand)Author
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
2008-09-09* Fixed a bug in TfpgListView where it didn't paint the last column's content.graemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-16* Applied Vladimir's GetClientRect patch.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-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 MinHeightgraemeg
2007-10-10* UI Designer: Added some published properties for the ListView component.graemeg
2007-10-10fixed listview to work in the designerdrewski207
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 ListViewgraemeg
2007-09-28* Implemented Pages[] property for TfpgPageControlgraemeg
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'tdrewski207
2007-08-17* Fixed a bug introduced in 312drewski207
2007-08-17* Made header resizing more user-friendlydrewski207
2007-08-17* Finished implementing Listview Header resizingdrewski207
2007-08-09* moved FastDoubleBuffer to TfpgCanvasBasedrewski207
2007-08-09* Added a property to TfpgCanvasImpl(x11) FastDoubleBufferdrewski207
2007-08-08* fixed compilation for older versions of fpcdrewski207
2007-08-08* Replaced the use of TRect with TfpgRect in gui_scrollbargraemeg
2007-08-08* Finally fixed all painting issues with rectangles and clipping.graemeg
2007-08-07* Most Keyhandling for listviewdrewski207
2007-08-06* Made the ScrollBars even more robustdrewski207
2007-08-06* Added basic listviewdrewski207