Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-17 | Fix filebrowser scroll bar. | André Nusser | |
2017-02-12 | Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵ | Bent Bisballe Nyeng | |
unnecessary rendering passes during event handling. | |||
2017-02-08 | UI resize refactoring part 1. | Bent Bisballe Nyeng | |
2017-01-02 | Fix formatting issues. | André Nusser | |
2017-01-02 | Ignore 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-07 | Update all use of widget_*.png to new TexturedBox. | Bent Bisballe Nyeng | |
2016-03-22 | Change license to LGPLv3. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
2015-11-20 | Missed a couple of NULL conversions. | Bent Bisballe Nyeng | |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). ↵ | Bent Bisballe Nyeng | |
Changed all uievent enums to enum classes. | |||
2015-11-14 | Refactor ScrollBar, and fix keyboard navigation in listbox. | Bent Bisballe Nyeng | |
2015-11-07 | Refactored Painter. | Bent Bisballe Nyeng | |
2015-10-31 | Font refactoring. Some rendering optimizations on ScrollBar, LineEdit and ↵ | Bent Bisballe Nyeng | |
ListBoxBasic. | |||
2015-10-30 | Fix addItems bug. | Bent Bisballe Nyeng | |
2015-10-28 | Deploy range based for loops. | Bent Bisballe Nyeng | |
2015-10-26 | Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz. | Bent Bisballe Nyeng | |
2015-10-12 | Fix missing 'direction' type changes (int to enum). | Bent Bisballe Nyeng | |
2015-10-03 | Refactor ComboBox and ListBox(Thin and Basic). | Bent Bisballe Nyeng | |
2013-05-15 | Make it possible to type a path and have browser switch accordingly. | Jonas Suhr Christensen | |
2013-05-15 | Improved filebrowser functionality: | Jonas Suhr Christensen | |
* Directories listed first * Directories identified by "/" * Filtering out none drumkit files | |||
2013-05-11 | Remove errornous debug output. | Bent Bisballe Nyeng | |
2013-05-11 | Corrected format indebug | - | |
2013-05-02 | Fix list sorting. | Bent Bisballe Nyeng | |
2013-04-30 | Sorting fails when it handles only two items. Fixed that by sorting a ↵ | - | |
different way when only two items. | |||
2013-04-23 | Fix unsorted filelist problem. | Bent Bisballe Nyeng | |
2013-04-19 | New listbox widgets and scrollbar. | Bent Bisballe Nyeng | |
2013-04-04 | New 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. |