Age | Commit message (Expand) | Author |
2020-11-14 | Add x_offset to drawable::line to be able to have drawImage render images out... | Bent Bisballe Nyeng |
2020-05-02 | Add support for 90 dgr. rotated text rendering. | Bent Bisballe Nyeng |
2020-03-07 | Re-enable drumkit image hover effect. | Bent Bisballe Nyeng |
2020-03-07 | Use vector for PixelBuffer memory allocation. Use optimized render routines i... | Bent Bisballe Nyeng |
2020-03-07 | Further optimize pixel blending. And re-introduce lineBlending in Painter::dr... | Bent Bisballe Nyeng |
2020-03-07 | Remove unused pixel functions. | Bent Bisballe Nyeng |
2020-03-07 | Read images as uint8_t instead of float. Convert Colour and all colour relate... | Bent Bisballe Nyeng |
2018-08-12 | Add highlight of single instruments on hits. | André Nusser |
2017-02-12 | Remove unused private Canvas mem | Bent Bisballe Nyeng |
2017-02-12 | Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn... | Bent Bisballe Nyeng |
2017-01-27 | Fix pixel buffer assertion in line draws outside the pixel buffer. | Bent Bisballe Nyeng |
2016-09-05 | Added painter unit test and fixed image and text rendering boundaries. | Bent Bisballe Nyeng |
2016-09-04 | Add Canvas base class for the Painter to draw on. This is done in preparation... | Bent Bisballe Nyeng |
2016-06-06 | New TexturedBox class. | Bent Bisballe Nyeng |
2016-06-04 | Make Colour movabl;e and make Image contain a vector of Colour instead of raw... | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2015-12-31 | Fix a couple of errors detected by coverity. | Bent Bisballe Nyeng |
2015-11-20 | Move reference ambersand. | Bent Bisballe Nyeng |
2015-11-09 | Refactor PixelBuffer, and remove unnecessary calls to setPixel and addPixel. | Bent Bisballe Nyeng |
2015-11-07 | Refactored Painter. | Bent Bisballe Nyeng |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to N... | Bent Bisballe Nyeng |
2013-04-04 | New message system. New common midi input class. Some compiler warning fixes.... | Bent Bisballe Nyeng |
2013-03-30 | New box rendering of all widgets. Minor tweaks still missing. | Bent Bisballe Nyeng |
2013-03-24 | More box rendering fixes. | Bent Bisballe Nyeng |
2013-03-24 | Antialiased linedrawing endpoint fixes. New drawImageStretched method. Slight... | Bent Bisballe Nyeng |
2013-03-24 | Added box (image) renderer. | Bent Bisballe Nyeng |
2013-03-17 | Added PNG loadin support through a new Image class. | Bent Bisballe Nyeng |
2013-03-14 | Fix compiler warning. | Bent Bisballe Nyeng |
2013-03-13 | Add clear method. Fixed alpha bleding (again). | Bent Bisballe Nyeng |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng |
2012-01-23 | Simple image blit. New slider class. New filenamelineedit. New pixelbuffer us... | Bent Bisballe Nyeng |
2011-10-18 | New Label and LED widgets. | Bent Bisballe Nyeng |
2011-10-14 | Inital implementation of X11 plugin gui. | Bent Bisballe Nyeng |