summaryrefslogtreecommitdiff
path: root/plugingui/combobox.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-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
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-18Refactored Slider. Expanded all event variable names (all was 'e' before). ↵Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-11-07Refactored Painter.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-08Refactored EventHandler and friends.Bent Bisballe Nyeng
2015-10-03Refactor ComboBox and ListBox(Thin and Basic).Bent Bisballe Nyeng
2013-04-19GUI position/size tweaks and some pixmap changes.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.
2013-03-30New box rendering of all widgets. Minor tweaks still missing.Bent Bisballe Nyeng
2013-03-13Use new painter clear function.Bent Bisballe Nyeng
2013-03-13Added path lineedit and drive selection (win32) to filebrowser. Made a lot ↵Bent Bisballe Nyeng
of small layout tweaks.
2013-03-12Added path lineedit and drive selection (win32) to filebrowser. Made a lot ↵Bent Bisballe Nyeng
of small layout tweaks.
2012-01-23Deleted files...Bent Bisballe Nyeng
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng