summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_pugl.cc
AgeCommit message (Expand)Author
2018-06-08Make pugl work with testmain.Bent Bisballe Nyeng
2018-06-08Initial steps towards pugl domination!Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-12Add parent widget pointer for contained plugin windows. Remove threaded event...Bent Bisballe Nyeng
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-29Move event skip optimization fromNativeWindowXYZ to EventHandlerBent Bisballe Nyeng
2015-11-21Fix Pugl compilation for at least X11. Minor refactoring of NativeWindowPugl.Bent Bisballe Nyeng
2015-11-21Use new enum classes.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). Ch...Bent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2014-01-18Added enable-pugl as configure parameter.Jonas Suhr Christensen