summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_pugl.h
AgeCommit message (Collapse)Author
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 ↵Bent Bisballe Nyeng
event handling and make all event handling depend on processEcvents being called with a regular (~50ms) interval.
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
2014-01-18Added enable-pugl as configure parameter.Jonas Suhr Christensen
Added nativewindow_pugl files.