summaryrefslogtreecommitdiff
path: root/plugingui/slider.cc
AgeCommit message (Collapse)Author
2018-06-08Make slider light grey when it is greyed out.André Nusser
2018-06-08Disable bleed control frame if drumkit doesn't support it.André Nusser
2017-04-22Remove unnecessary painter clears.André Nusser
2017-04-21Change the slider color to grey when "unlimited".André Nusser
Included a new slider texture for that.
2017-04-19Remove two TODOs in Slider. Clamp new_value in Slider::setValue.André Nusser
2017-04-19Take memory specific code out of Slider and fix a bug on the way.André Nusser
2017-04-17Fix some Slider issues.André Nusser
2017-04-17Connected streaming controls.Bent Bisballe Nyeng
2017-04-17Introduce scrolling to Slider.André Nusser
2017-04-17Make it possible to set the Slider colour via a public function.André Nusser
2017-04-16Change slider bar color to blue instead of green.André Nusser
2017-04-16Style fixes in slider.h/slider.ccAndré Nusser
2017-04-16Add new texture for Slider and adapt functionality.André Nusser
2017-04-01Fix a lot of style issues in the code for the new GUI.André Nusser
2017-04-01Fix bug in slider when width == 0 || height == 0.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-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-12Fix missing 'direction' type changes (int to enum).Bent Bisballe Nyeng
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2013-01-26Port debug output to hugin.Bent Bisballe Nyeng
2012-01-23Simple image blit. New slider class. New filenamelineedit. New pixelbuffer ↵Bent Bisballe Nyeng
used for drawing everything but the root window - with alpha blending...