summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_win32.cc
AgeCommit message (Collapse)Author
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-12-21Fix double click on windows.Bent Bisballe Nyeng
2015-11-29Move event skip optimization fromNativeWindowXYZ to EventHandlerBent Bisballe Nyeng
2015-11-21Handle both WM_KEYDOWN and WM_KEYUP. Allocate m_className.Bent Bisballe Nyeng
2015-11-21Fix includes.Bent Bisballe Nyeng
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). ↵Bent Bisballe Nyeng
Changed all uievent enums to enum classes.
2015-11-06NativeWindowWin32 refactor part 2.Bent Bisballe Nyeng
2015-10-31NativeWindowWin32 refactor part 1.Bent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-08Add another missing namespace prefix to KeyEvent.Bent Bisballe Nyeng
2015-10-08Add missing namedspace to Button/KeyEvents types.Bent Bisballe Nyeng
2015-10-08Refactored EventHandler and friends.Bent Bisballe Nyeng
2014-07-18Change Set/GetWindowLong to Set/GetWindowLongPtr.Bent Bisballe Nyeng
2013-10-19Make window fixed size.Bent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to ↵Bent Bisballe Nyeng
NativeWindowX11 and NativeWindowWin32 classes.
2013-04-29Make compatible with 64bit windows.Bent Bisballe Nyeng
2013-03-18Fix compiler warnings.Bent Bisballe Nyeng
2013-03-12Implement setCaption on native windows.Bent Bisballe Nyeng
2013-03-10Make sure we resize the window to the exact size requested (window size in ↵Bent Bisballe Nyeng
win32 includes window decorations).
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2012-12-28Move native code to seperate 'NativeWindow' classes.Bent Bisballe Nyeng