Age | Commit message (Expand) | Author |
2020-03-07 | Move pixel buffer render code from Window to PixelBuffer for easier testing/b... | Bent Bisballe Nyeng |
2020-03-07 | Read images as uint8_t instead of float. Convert Colour and all colour relate... | Bent Bisballe Nyeng |
2019-10-09 | Make FileBrowser window always-on-top and try to position it inside the plugi... | Bent Bisballe Nyeng |
2017-07-15 | Better fix X11 BadValue crash bug which also prevents similar issues on non-X... | Bent Bisballe Nyeng |
2017-04-21 | Distinguish between widget and window wrt. visible(). | Bent Bisballe Nyeng |
2017-04-18 | Make visible() call into nativewindow and make Win32 windows invisible on cre... | Bent Bisballe Nyeng |
2017-04-16 | Fix default visibility of Window to reflect the actual NativeWindow visibilit... | Bent Bisballe Nyeng |
2017-04-11 | Fix missing redraw after initialisation on Win32. | Bent Bisballe Nyeng |
2017-03-26 | Make plugingui test app nest the UI in a native window. | Bent Bisballe Nyeng |
2017-03-12 | Fix redrawing of underlying exposed area on Widget moves/resizing. | Bent Bisballe Nyeng |
2017-02-17 | Replace obsolete WIN32 ifdefs with platform define. | Bent Bisballe Nyeng |
2017-02-17 | Add partial rendering support when rendering widgets to window pixel buffer a... | Bent Bisballe Nyeng |
2017-02-12 | Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn... | Bent Bisballe Nyeng |
2017-02-08 | UI resize refactoring part 1. | Bent Bisballe Nyeng |
2017-01-21 | Cocoa for the masses. | Bent Bisballe Nyeng |
2017-01-21 | Make resize events fdo the right thing. Add move event. | Bent Bisballe Nyeng |
2016-06-06 | New TexturedBox class. | Bent Bisballe Nyeng |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-12 | Add parent widget pointer for contained plugin windows. Remove threaded event... | Bent Bisballe Nyeng |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2015-12-10 | Change position types and add size change notifier. | Bent Bisballe Nyeng |
2015-11-20 | Refactored Window. | Bent Bisballe Nyeng |
2015-11-20 | Refactored Widget. | Bent Bisballe Nyeng |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). Ch... | 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 |
2015-11-06 | Use Window reference in NativeWindowXYZ. | Bent Bisballe Nyeng |
2014-01-18 | Added PuGl window drawing. Enable with './configure -with-pugl'. | Jonas Suhr Christensen |
2013-10-19 | Make window fixed size. | Bent Bisballe Nyeng |
2013-09-27 | Optimise repaint events greatly improving GUI responsiveness. | Bent Bisballe Nyeng |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to N... | Bent Bisballe Nyeng |
2013-04-28 | Some more rendering optimisations and a win32 resize fix. | Bent Bisballe Nyeng |
2013-04-19 | GUI position/size tweaks and some pixmap changes. | Bent Bisballe Nyeng |
2013-03-31 | Missing file in last commit (focusEvents) | Bent Bisballe Nyeng |
2013-03-30 | New box rendering of all widgets. Minor tweaks still missing. | Bent Bisballe Nyeng |
2013-03-13 | Use new painter clear function. | Bent Bisballe Nyeng |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng |
2012-12-28 | Move native code to seperate 'NativeWindow' classes. | Bent Bisballe Nyeng |
2012-01-23 | Simple image blit. New slider class. New filenamelineedit. New pixelbuffer us... | Bent Bisballe Nyeng |
2011-10-14 | Inital implementation of X11 plugin gui. | Bent Bisballe Nyeng |