Age | Commit message (Expand) | Author |
2017-04-22 | Unregister subclass on parent. | Bent Bisballe Nyeng |
2017-04-22 | Fix initial size of native window on windows. | Bent Bisballe Nyeng |
2017-04-22 | Fix subclass proc default handler. | Bent Bisballe Nyeng |
2017-04-22 | Win32: Only show window initially if is is an embedded window. | Bent Bisballe Nyeng |
2017-04-18 | Reinstate WS_VISIBLE for win32 windows. | Bent Bisballe Nyeng |
2017-04-18 | Reinstate WS_VISIBLE for win32 windows. | Bent Bisballe Nyeng |
2017-04-18 | Reinstate WS_VISIBLE for win32 windows. | Bent Bisballe Nyeng |
2017-04-18 | Do not destroy win32 windows when they are closed by the cross. | Bent Bisballe Nyeng |
2017-04-18 | Make visible() call into nativewindow and make Win32 windows invisible on cre... | Bent Bisballe Nyeng |
2017-04-11 | Only make window decoration compensation if window has no parent (ie. actuall... | Bent Bisballe Nyeng |
2017-04-11 | Fix missing redraw after initialisation on Win32. | Bent Bisballe Nyeng |
2017-04-02 | Fix missing win32 initial size when embedded in prent window - part 3. | Bent Bisballe Nyeng |
2017-04-02 | Fix missing win32 initial size when embedded in prent window - part 2. | Bent Bisballe Nyeng |
2017-04-02 | Fix missing win32 initial size when embedded in prent window - part 2. | Bent Bisballe Nyeng |
2017-04-02 | Fix missing win32 initial size when embedded in prent window. | Bent Bisballe Nyeng |
2017-04-02 | Fix missing win32 redraw? | Bent Bisballe Nyeng |
2017-03-26 | Fix resize event in win32 backend. | Bent Bisballe Nyeng |
2017-03-26 | Make plugingui test app nest the UI in a native window. | Bent Bisballe Nyeng |
2017-02-17 | Partial rendering for win32 backend. | Bent Bisballe Nyeng |
2017-02-17 | Add partial rendering support when rendering widgets to window pixel buffer a... | Bent Bisballe Nyeng |
2017-02-12 | Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn... | Bent Bisballe Nyeng |
2017-02-10 | Clean up guievent.h and use EventQueue type instead if std::queue. | Bent Bisballe Nyeng |
2017-02-10 | Return a list of events form native window instead of one event at a time. | Bent Bisballe Nyeng |
2017-02-09 | Do not use window size and position functions in native window constructor as... | Bent Bisballe Nyeng |
2017-02-08 | UI resize refactoring part 1. | Bent Bisballe Nyeng |
2017-01-21 | Make resize events fdo the right thing. Add move event. | Bent Bisballe Nyeng |
2017-01-01 | Fix button (right, left, middle) event on clicks on Windows. | Bent Bisballe Nyeng |
2017-01-01 | Fix button event direction on double clicks on Windows. | Bent Bisballe Nyeng |
2016-10-28 | Rewrite event handler to use shared_ptr Events instead of raw pointers. | Bent Bisballe Nyeng |
2016-10-28 | Rewrite event handler to use shared_ptr Events instead of raw pointers. | Bent Bisballe Nyeng |
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 |