Age | Commit message (Expand) | Author |
2017-04-28 | Remove unneeded redraw call in EventType::repaint event. | Bent Bisballe Nyeng |
2017-04-21 | Distinguish between widget and window wrt. visible(). | Bent Bisballe Nyeng |
2017-04-16 | Add modal dialog primitive. | Bent Bisballe Nyeng |
2017-04-15 | Fix erronous event skips from mouse move event filter. | Bent Bisballe Nyeng |
2017-02-16 | Fix double click on buttons. | 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 | Return a list of events form native window instead of one event at a time. | Bent Bisballe Nyeng |
2017-01-21 | Make resize events fdo the right thing. Add move event. | Bent Bisballe Nyeng |
2016-10-28 | Rewrite event handler to use shared_ptr Events instead of raw pointers. | Bent Bisballe Nyeng |
2016-10-27 | Test to see if this is related to windows crash. | Bent Bisballe Nyeng |
2016-06-04 | Fix missing deletes reported by valgrind. | 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-11-29 | Fix logic wierdness. | Bent Bisballe Nyeng |
2015-11-29 | Move event skip optimization fromNativeWindowXYZ to EventHandler | Bent Bisballe Nyeng |
2015-11-21 | Fix comment. | Bent Bisballe Nyeng |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). Ch... | Bent Bisballe Nyeng |
2015-11-07 | Refactored Painter. | Bent Bisballe Nyeng |
2015-10-08 | Refactored EventHandler and friends. | 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-05-03 | Fix renegade mouse click (button release) after double click. | Bent Bisballe Nyeng |
2013-03-30 | Implemented new mouseLeave/Enter Events. Use for buttons. | Bent Bisballe Nyeng |
2013-03-22 | Accumulate scroll wheel events in X11. | Bent Bisballe Nyeng |
2013-03-18 | Fix compiler warnings. | Bent Bisballe Nyeng |
2013-03-13 | Added path lineedit and drive selection (win32) to filebrowser. Made a lot of... | Bent Bisballe Nyeng |
2013-03-09 | Make knob controllable using the arrow keys. | Bent Bisballe Nyeng |
2013-03-09 | Ignore duplicate mouxe move events in X11. Only play the last one. Also a bit... | Bent Bisballe Nyeng |
2013-03-09 | Get up/down arrow keys also in win32. | Bent Bisballe Nyeng |
2013-03-09 | Implement somewhat functional arrow-key navigation in listbox widget. | Bent Bisballe Nyeng |
2013-03-09 | Coordinate fix for scrollwheel event on win32. | Bent Bisballe Nyeng |
2013-03-07 | Add scrollEvent and use it for scrolling on listbox. | Bent Bisballe Nyeng |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng |
2013-01-26 | Remove debug output | Bent Bisballe Nyeng |
2012-12-28 | Fix compiler warning. | Bent Bisballe Nyeng |
2012-12-28 | Use bitmap blitting on win32 drawing. | 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 |