summaryrefslogtreecommitdiff
path: root/plugingui/listboxbasic.cc
AgeCommit message (Collapse)Author
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-20Missed a couple of NULL conversions.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). ↵Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-11-14Refactor ScrollBar, and fix keyboard navigation in listbox.Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-10-31Font refactoring. Some rendering optimizations on ScrollBar, LineEdit and ↵Bent Bisballe Nyeng
ListBoxBasic.
2015-10-30Fix addItems bug.Bent Bisballe Nyeng
2015-10-28Deploy range based for loops.Bent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-12Fix missing 'direction' type changes (int to enum).Bent Bisballe Nyeng
2015-10-03Refactor ComboBox and ListBox(Thin and Basic).Bent Bisballe Nyeng
2013-05-15Make it possible to type a path and have browser switch accordingly.Jonas Suhr Christensen
2013-05-15Improved filebrowser functionality:Jonas Suhr Christensen
* Directories listed first * Directories identified by "/" * Filtering out none drumkit files
2013-05-11Remove errornous debug output.Bent Bisballe Nyeng
2013-05-11Corrected format indebug-
2013-05-02Fix list sorting.Bent Bisballe Nyeng
2013-04-30Sorting fails when it handles only two items. Fixed that by sorting a ↵-
different way when only two items.
2013-04-23Fix unsorted filelist problem.Bent Bisballe Nyeng
2013-04-19New listbox widgets and scrollbar.Bent Bisballe Nyeng
2013-04-04New message system. New common midi input class. Some compiler warning ↵Bent Bisballe Nyeng
fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.