Age | Commit message (Expand) | Author |
2020-03-07 | Further optimize pixel blending. And re-introduce lineBlending in Painter::dr... | Bent Bisballe Nyeng |
2019-10-09 | Make FileBrowser window always-on-top and try to position it inside the plugi... | Bent Bisballe Nyeng |
2019-05-09 | Add tooltip buttons to frames. | Bent Bisballe Nyeng |
2019-01-27 | Fix double firering of scroll events. | Bent Bisballe Nyeng |
2018-06-08 | Initial steps towards pugl domination! | Bent Bisballe Nyeng |
2017-07-15 | Better fix X11 BadValue crash bug which also prevents similar issues on non-X... | Bent Bisballe Nyeng |
2017-07-14 | Fix X11 BadValue crash bug. | Bent Bisballe Nyeng |
2017-05-14 | Fix missing redraw on exposure event. | Bent Bisballe Nyeng |
2017-04-18 | Make visible() call into nativewindow and make Win32 windows invisible on cre... | Bent Bisballe Nyeng |
2017-04-17 | Ignore horizontal scrolling as it breaks things otherwise. | André Nusser |
2017-03-26 | Make plugingui test app nest the UI in a native window. | Bent Bisballe Nyeng |
2017-03-23 | Track and propagate parent window size changes. | 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-10 | Clean up guievent.h and use EventQueue type instead if std::queue. | Bent Bisballe Nyeng |
2017-02-10 | Send both move and resize events if ConfigureNotify XEvent contain changes in... | Bent Bisballe Nyeng |
2017-02-10 | Return a list of events form native window instead of one event at a time. | Bent Bisballe Nyeng |
2017-02-08 | UI resize refactoring part 1. | Bent Bisballe Nyeng |
2017-02-05 | Fix information loss on pointer to int cast. | Bent Bisballe Nyeng |
2017-02-05 | Fix 64 bit compilation. | Bent Bisballe Nyeng |
2017-02-05 | Remove debug printout. | Bent Bisballe Nyeng |
2017-02-05 | Added XShmImage support in X11 rendering backend. | Bent Bisballe Nyeng |
2017-02-04 | Fix missing redraws on resize in X11. | Bent Bisballe Nyeng |
2017-02-03 | Remove background flickering on window resize. | Bent Bisballe Nyeng |
2017-01-30 | Use grey clear colour to mask resize flickering. | Bent Bisballe Nyeng |
2017-01-21 | Make resize events fdo the right thing. Add move event. | Bent Bisballe Nyeng |
2017-01-21 | Fix memory leak in X11 backend. | Bent Bisballe Nyeng |
2017-01-21 | New MainWindow. | Bent Bisballe Nyeng |
2017-01-01 | Fix warnings of unhandled events that we don't have to care about. | André Nusser |
2017-01-01 | Add a workaround for JUCE hosts. | André Nusser |
2016-10-28 | Rewrite event handler to use shared_ptr Events instead of raw pointers. | Bent Bisballe Nyeng |
2016-06-04 | Indentation fix. | 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-21 | Try to initialise threaded Xlib calls. | Bent Bisballe Nyeng |
2015-11-29 | Fix missing mouse release. Use wswitch in xeven handling. | Bent Bisballe Nyeng |
2015-11-29 | Move event skip optimization fromNativeWindowXYZ to EventHandler | Bent Bisballe Nyeng |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). Ch... | Bent Bisballe Nyeng |
2015-11-06 | Use Window reference in NativeWindowXYZ. | Bent Bisballe Nyeng |
2015-10-26 | Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz. | Bent Bisballe Nyeng |
2015-10-12 | Refactored X11 native backend. | Bent Bisballe Nyeng |
2015-10-08 | Refactored EventHandler and friends. | Bent Bisballe Nyeng |
2013-10-19 | Make window fixed size. | Bent Bisballe Nyeng |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to N... | Bent Bisballe Nyeng |
2013-03-12 | Implement setCaption on native windows. | 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 |