summaryrefslogtreecommitdiff
path: root/plugingui/scrollbar.cc
AgeCommit message (Collapse)Author
2018-06-09Add ctor for creating colours from four unsigned char values.Bent Bisballe Nyeng
2017-04-16Fix bug of ScrollBar where the bar was not shown.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-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-12Fix missing 'direction' type changes (int to enum).Bent Bisballe Nyeng
2013-05-21Render scrollbar correctly if range is greater than maximum value.Bent Bisballe Nyeng
2013-04-26Don't set value if the value is the same (and save a repaintEvent)Bent Bisballe Nyeng
2013-04-19New listbox widgets and scrollbar.Bent Bisballe Nyeng