summaryrefslogtreecommitdiff
path: root/plugingui/button.h
AgeCommit message (Collapse)Author
2017-04-20Change resource paths to be relative to the plugingui folder instead of the ↵Bent Bisballe Nyeng
resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes.
2017-04-20Gray out diskstreaming "Apply" button if the value didn't change.André Nusser
Also add a new texture for that.
2017-04-16Move button functionality to BaseButton. Create TabButton.André Nusser
2016-12-06Make destructors virtual as appropriate.Bent Bisballe Nyeng
2016-06-06New TexturedBox class.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵Bent Bisballe Nyeng
new Settings mechanism.
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-12-19Make sure that the button is drawn in the center of it's client area.Bent Bisballe Nyeng
2015-11-20Only initialise Font once.Bent Bisballe Nyeng
2015-11-09Make setText use const string argument.Bent Bisballe Nyeng
2015-10-03Add missing overrides.Bent Bisballe Nyeng
2015-09-28Refactored Button.Bent Bisballe Nyeng
2013-04-18Make 'mouse button down, move mouse in/out of button' work correctly.Bent Bisballe Nyeng
2013-03-30Implemented new mouseLeave/Enter Events. Use for buttons.Bent Bisballe Nyeng
2013-03-30New box rendering of all widgets. Minor tweaks still missing.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...
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng