Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-01 | Fix a lot of style issues in the code for the new GUI. | André Nusser | |
2017-04-01 | Fix bug in slider when width == 0 || height == 0. | 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-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-03-22 | Change license to LGPLv3. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
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-07 | Refactored Painter. | Bent Bisballe Nyeng | |
2015-10-12 | Fix missing 'direction' type changes (int to enum). | Bent Bisballe Nyeng | |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng | |
2013-01-26 | Port debug output to hugin. | Bent Bisballe Nyeng | |
2012-01-23 | Simple image blit. New slider class. New filenamelineedit. New pixelbuffer ↵ | Bent Bisballe Nyeng | |
used for drawing everything but the root window - with alpha blending... |