summaryrefslogtreecommitdiff
path: root/src/gui/gui_trackbar.pas
AgeCommit message (Expand)Author
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
2008-08-25* published OnEnter and OnExit it TfpgComboBoxgraemeg
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-05* Fixed the Grid creation and setup. It caused issues in the UI Designer unde...graemeg
2008-04-21* Added more handy scripts for cleaning out directories (linux only).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
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
2007-10-21* GUI: Set correct default values for published properties of ProgressBar and...graemeg
2007-09-26* Added copyright information in the GUI units.graemeg
2007-08-30* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...graemeg
2007-08-24* Implement MaxLength in TfpgEditgraemeg
2007-08-13* Renamed the TfpgTrackbar to TfpgTrackBarExtra.graemeg
2007-08-08* Finally fixed all painting issues with rectangles and clipping.graemeg
2007-08-02* More work has been done to the PageControl. It looks like a PageControl, bu...graemeg
2007-07-31* Implemented and added a TfpgTrackBar component. The graemeg