summaryrefslogtreecommitdiff
path: root/plugingui/eventhandler.cc
AgeCommit message (Expand)Author
2017-04-28Remove unneeded redraw call in EventType::repaint event.Bent Bisballe Nyeng
2017-04-21Distinguish between widget and window wrt. visible().Bent Bisballe Nyeng
2017-04-16Add modal dialog primitive.Bent Bisballe Nyeng
2017-04-15Fix erronous event skips from mouse move event filter.Bent Bisballe Nyeng
2017-02-16Fix double click on buttons.Bent Bisballe Nyeng
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn...Bent Bisballe Nyeng
2017-02-10Clean up guievent.h and use EventQueue type instead if std::queue.Bent Bisballe Nyeng
2017-02-10Return a list of events form native window instead of one event at a time.Bent Bisballe Nyeng
2017-01-21Make resize events fdo the right thing. Add move event.Bent Bisballe Nyeng
2016-10-28Rewrite event handler to use shared_ptr Events instead of raw pointers.Bent Bisballe Nyeng
2016-10-27Test to see if this is related to windows crash.Bent Bisballe Nyeng
2016-06-04Fix missing deletes reported by valgrind.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-29Fix logic wierdness.Bent Bisballe Nyeng
2015-11-29Move event skip optimization fromNativeWindowXYZ to EventHandlerBent Bisballe Nyeng
2015-11-21Fix comment.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). Ch...Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-10-08Refactored EventHandler and friends.Bent Bisballe Nyeng
2013-09-27Optimise repaint events greatly improving GUI responsiveness.Bent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to N...Bent Bisballe Nyeng
2013-05-03Fix renegade mouse click (button release) after double click.Bent Bisballe Nyeng
2013-03-30Implemented new mouseLeave/Enter Events. Use for buttons.Bent Bisballe Nyeng
2013-03-22Accumulate scroll wheel events in X11.Bent Bisballe Nyeng
2013-03-18Fix compiler warnings.Bent Bisballe Nyeng
2013-03-13Added path lineedit and drive selection (win32) to filebrowser. Made a lot of...Bent Bisballe Nyeng
2013-03-09Make knob controllable using the arrow keys.Bent Bisballe Nyeng
2013-03-09Ignore duplicate mouxe move events in X11. Only play the last one. Also a bit...Bent Bisballe Nyeng
2013-03-09Get up/down arrow keys also in win32.Bent Bisballe Nyeng
2013-03-09Implement somewhat functional arrow-key navigation in listbox widget.Bent Bisballe Nyeng
2013-03-09Coordinate fix for scrollwheel event on win32.Bent Bisballe Nyeng
2013-03-07Add scrollEvent and use it for scrolling on listbox.Bent Bisballe Nyeng
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2013-01-26Remove debug outputBent Bisballe Nyeng
2012-12-28Fix compiler warning.Bent Bisballe Nyeng
2012-12-28Use bitmap blitting on win32 drawing.Bent Bisballe Nyeng
2012-01-23Simple image blit. New slider class. New filenamelineedit. New pixelbuffer us...Bent Bisballe Nyeng
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng