summaryrefslogtreecommitdiff
path: root/plugingui/listboxbasic.cc
AgeCommit message (Collapse)Author
2018-06-09Add ctor for creating colours from four unsigned char values.Bent Bisballe Nyeng
2017-04-22Remove unnecessary painter clears.André Nusser
2017-04-17Fix filebrowser scroll bar.André Nusser
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng
2017-01-02Fix formatting issues.André Nusser
2017-01-02Ignore all clicks except left clicks in all the widgets.André Nusser
Of course, we want to change this as soon as we actually want to use right and middle clicks. But this is not the case atm.
2016-06-07Update all use of widget_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
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.