Age | Commit message (Expand) | Author |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-03-20 | Fix parent check. | Bent Bisballe Nyeng |
2016-03-20 | Reintroduce event loops for parentless windows (non-plugins). | Bent Bisballe Nyeng |
2016-03-19 | Use event queue. | Bent Bisballe Nyeng |
2016-03-19 | Use event queue. | Bent Bisballe Nyeng |
2016-03-19 | Test if handling messages on the parent hwnd has any positive effects. | Bent Bisballe Nyeng |
2016-03-12 | Add parent widget pointer for contained plugin windows. Remove threaded event... | Bent Bisballe Nyeng |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2015-12-21 | Fix double click on windows. | Bent Bisballe Nyeng |
2015-11-29 | Move event skip optimization fromNativeWindowXYZ to EventHandler | Bent Bisballe Nyeng |
2015-11-21 | Handle both WM_KEYDOWN and WM_KEYUP. Allocate m_className. | Bent Bisballe Nyeng |
2015-11-21 | Fix includes. | Bent Bisballe Nyeng |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). Ch... | Bent Bisballe Nyeng |
2015-11-06 | NativeWindowWin32 refactor part 2. | Bent Bisballe Nyeng |
2015-10-31 | NativeWindowWin32 refactor part 1. | Bent Bisballe Nyeng |
2015-10-26 | Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz. | Bent Bisballe Nyeng |
2015-10-08 | Add another missing namespace prefix to KeyEvent. | Bent Bisballe Nyeng |
2015-10-08 | Add missing namedspace to Button/KeyEvents types. | Bent Bisballe Nyeng |
2015-10-08 | Refactored EventHandler and friends. | Bent Bisballe Nyeng |
2014-07-18 | Change Set/GetWindowLong to Set/GetWindowLongPtr. | Bent Bisballe Nyeng |
2013-10-19 | Make window fixed size. | Bent Bisballe Nyeng |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to N... | Bent Bisballe Nyeng |
2013-04-29 | Make compatible with 64bit windows. | Bent Bisballe Nyeng |
2013-03-18 | Fix compiler warnings. | Bent Bisballe Nyeng |
2013-03-12 | Implement setCaption on native windows. | Bent Bisballe Nyeng |
2013-03-10 | Make sure we resize the window to the exact size requested (window size in wi... | Bent Bisballe Nyeng |
2013-03-06 | Major GUI workover. Hilights: A new filebrowser and new knob widget. | Bent Bisballe Nyeng |
2012-12-28 | Move native code to seperate 'NativeWindow' classes. | Bent Bisballe Nyeng |