Age | Commit message (Expand) | Author |
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 | Don't compile x11 native window on windows. | 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-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 |
2015-10-08 | Add Layout to Win32 build file. | Bent Bisballe Nyeng |
2015-10-08 | Add another missing namespace prefix to KeyEvent. | Bent Bisballe Nyeng |
2015-10-08 | Add missing namedspace to Directory type. | 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 |
2015-10-03 | Refactored Directory. | Bent Bisballe Nyeng |
2015-10-03 | Add missing overrides. | Bent Bisballe Nyeng |
2015-10-03 | Refactor ComboBox and ListBox(Thin and Basic). | Bent Bisballe Nyeng |
2015-10-02 | Refactored Colour. | Bent Bisballe Nyeng |
2015-10-02 | Missing click callback for plugingui after Button refactor. | Bent Bisballe Nyeng |
2015-09-28 | Actually close the (in STANDALONE mode) application when the window is closed. | Bent Bisballe Nyeng |
2015-09-28 | Refactored Button. | Bent Bisballe Nyeng |
2015-09-28 | Add Layout machanism. | Bent Bisballe Nyeng |
2015-09-28 | Refactored GUI::Config. | Bent Bisballe Nyeng |
2015-09-28 | Completely rewrite Notifier to work with gcc-5.2. Greatly inspired by the lsi... | Bent Bisballe Nyeng |
2015-09-28 | Use new style guide on already refactored files. | Bent Bisballe Nyeng |
2015-09-28 | Use function operator() for notification instead opf notify(...). | Bent Bisballe Nyeng |
2015-09-28 | Fix creation of Notifier with empty argument list ie. Notifier<> foo. | Bent Bisballe Nyeng |
2015-09-04 | Refactored Label. | Bent Bisballe Nyeng |
2015-09-03 | Use Notifier in CheckBox class. | Bent Bisballe Nyeng |
2015-09-03 | Added missing overrides | Bent Bisballe Nyeng |
2015-09-03 | Added missing GUI:: namespaces. | Bent Bisballe Nyeng |
2015-09-03 | Introduce new Notifier and use it in the Knob class. | Bent Bisballe Nyeng |
2015-08-13 | Clean up thread code. | Bent Bisballe Nyeng |
2015-06-14 | Fix conflict with 'final' define when including openssl/evp.h. | Bent Bisballe Nyeng |
2015-06-14 | Better check for c++11 support and fix for missing override/final keywords. | Bent Bisballe Nyeng |
2015-05-22 | Use new load return value from ConfigFile. | Bent Bisballe Nyeng |
2015-05-22 | Add error handling in ConfigFile parser. | Bent Bisballe Nyeng |
2015-05-21 | nullptr not supported by our build servers, so better not use it yet. | Bent Bisballe Nyeng |
2015-05-21 | override not supported by our build servers, so better not use it yet. | Bent Bisballe Nyeng |