Age | Commit message (Expand) | Author |
2015-12-19 | Make sure that the button is drawn in the center of it's client area. | Bent Bisballe Nyeng |
2015-12-19 | Add spacing control method for fonts and modernize loops. | Bent Bisballe Nyeng |
2015-12-10 | Change position types and add size change notifier. | Bent Bisballe Nyeng |
2015-12-10 | Refactoring of Layout and LayoutItem. | Bent Bisballe Nyeng |
2015-11-29 | Fix logic wierdness. | Bent Bisballe Nyeng |
2015-11-29 | Add text alignment and one-time autosize to Label. | Bent Bisballe Nyeng |
2015-11-29 | Always draw VerticalLine 2 pixels high and centered in the height of the widget. | Bent Bisballe Nyeng |
2015-11-29 | Fix find of child widgets starting 'before' (0,0). | Bent Bisballe Nyeng |
2015-11-29 | Fix missing mouse release. Use wswitch in xeven handling. | Bent Bisballe Nyeng |
2015-11-29 | Move event skip optimization fromNativeWindowXYZ to EventHandler | Bent Bisballe Nyeng |
2015-11-21 | Fix Pugl compilation for at least X11. Minor refactoring of NativeWindowPugl. | Bent Bisballe Nyeng |
2015-11-21 | Fix comment. | Bent Bisballe Nyeng |
2015-11-21 | Use new enum classes. | Bent Bisballe Nyeng |
2015-11-21 | Handle both WM_KEYDOWN and WM_KEYUP. Allocate m_className. | Bent Bisballe Nyeng |
2015-11-21 | Alternate win32 makefile. | Bent Bisballe Nyeng |
2015-11-21 | Fix includes. | Bent Bisballe Nyeng |
2015-11-20 | Remove unneeded libraries. | Bent Bisballe Nyeng |
2015-11-20 | Make plugingui Makefile.am platform independent. | Bent Bisballe Nyeng |
2015-11-20 | Use range based for loops. | Bent Bisballe Nyeng |
2015-11-20 | Refactored Window. | Bent Bisballe Nyeng |
2015-11-20 | Refactored Widget. | Bent Bisballe Nyeng |
2015-11-20 | Move text cursor on key down instead of key up; feels more responsive that way. | Bent Bisballe Nyeng |
2015-11-20 | Missed a couple of NULL conversions. | Bent Bisballe Nyeng |
2015-11-20 | Improve behaviour when holding the mouse down and moving it in and out of the... | Bent Bisballe Nyeng |
2015-11-20 | Move reference ambersand. | Bent Bisballe Nyeng |
2015-11-20 | Only initialise Font once. | Bent Bisballe Nyeng |
2015-11-18 | Refactored Slider. Expanded all event variable names (all was 'e' before). Ch... | Bent Bisballe Nyeng |
2015-11-14 | Refactor ScrollBar, and fix keyboard navigation in listbox. | Bent Bisballe Nyeng |
2015-11-13 | Refactored Resource and added unittests. | Bent Bisballe Nyeng |
2015-11-09 | Refactor ProgressBar. | Bent Bisballe Nyeng |
2015-11-09 | Refactor PixelBuffer, and remove unnecessary calls to setPixel and addPixel. | Bent Bisballe Nyeng |
2015-11-09 | Remove unused 'err' argument. | Bent Bisballe Nyeng |
2015-11-09 | Make setText use const string argument. | Bent Bisballe Nyeng |
2015-11-09 | Fix mismatching malloc/delete\[\]. | Bent Bisballe Nyeng |
2015-11-07 | Refactored Painter. | Bent Bisballe Nyeng |
2015-11-06 | Use Window reference in NativeWindowXYZ. | Bent Bisballe Nyeng |
2015-11-06 | NativeWindowWin32 refactor part 2. | Bent Bisballe Nyeng |
2015-10-31 | Fix 64 type problems with lodepng api. | Bent Bisballe Nyeng |
2015-10-31 | Don't compile win32 native window on linux. | Bent Bisballe Nyeng |
2015-10-31 | NativeWindowWin32 refactor part 1. | Bent Bisballe Nyeng |
2015-10-31 | Refactored Image. | Bent Bisballe Nyeng |
2015-10-31 | Font refactoring. Some rendering optimizations on ScrollBar, LineEdit and Lis... | Bent Bisballe Nyeng |
2015-10-30 | Fix addItems bug. | Bent Bisballe Nyeng |
2015-10-28 | Deploy range based for loops. | Bent Bisballe Nyeng |
2015-10-27 | Remove unneeded zlib reference. | Bent Bisballe Nyeng |
2015-10-26 | Removed unused struct declaration | Bent Bisballe Nyeng |
2015-10-26 | Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz. | Bent Bisballe Nyeng |
2015-10-13 | Refactored LED class. | Bent Bisballe Nyeng |
2015-10-12 | Refactored X11 native backend. | Bent Bisballe Nyeng |
2015-10-12 | Fix missing 'direction' type changes (int to enum). | Bent Bisballe Nyeng |