Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | Add Canvas base class for the Painter to draw on. This is done in ↵ | Bent Bisballe Nyeng | |
preparation for a new Painter unittest. | |||
2016-07-25 | Remove hardcoded rt linkage. | Bent Bisballe Nyeng | |
2016-07-16 | Include lodepng via submodule instead of just copying the files into DG. | André Nusser | |
The submodule is fixed on the currently newest commit to ensure that everyone compiling DG is on the same page. | |||
2016-06-08 | Remove debug output. | Bent Bisballe Nyeng | |
2016-06-08 | Update all use of progress_*.png to new TexturedBox. | Bent Bisballe Nyeng | |
2016-06-07 | Update all use of thinlistbox_*.png to new TexturedBox. | Bent Bisballe Nyeng | |
2016-06-07 | Update all use of widget_*.png to new TexturedBox. | Bent Bisballe Nyeng | |
2016-06-06 | Add missing files to Makefiles. | Bent Bisballe Nyeng | |
2016-06-06 | Add missing file. | Bent Bisballe Nyeng | |
2016-06-06 | Add missing file. | Bent Bisballe Nyeng | |
2016-06-06 | New TexturedBox class. | Bent Bisballe Nyeng | |
2016-06-04 | Fix crash on image load error. | Bent Bisballe Nyeng | |
2016-06-04 | Make Colour movabl;e and make Image contain a vector of Colour instead of ↵ | Bent Bisballe Nyeng | |
raw char data. | |||
2016-06-04 | Make sure we clean up when we destroy the PluginGUI object. | Bent Bisballe Nyeng | |
2016-06-04 | Compile imagecache with plugingui. | Bent Bisballe Nyeng | |
2016-06-04 | Indentation fix. | Bent Bisballe Nyeng | |
2016-06-04 | Fix missing deletes reported by valgrind. | Bent Bisballe Nyeng | |
2016-06-02 | New ImageCache class for reusing Image resources. | Bent Bisballe Nyeng | |
2016-05-08 | Add -lrt to plugingui test-app. | Bent Bisballe Nyeng | |
2016-04-16 | Some DrumKitLoader refactoring. | Bent Bisballe Nyeng | |
2016-04-13 | Remove message files. | Bent Bisballe Nyeng | |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵ | Bent Bisballe Nyeng | |
new Settings mechanism. | |||
2016-03-31 | Fix missing include on windows. | Bent Bisballe Nyeng | |
2016-03-31 | Settings. | Bent Bisballe Nyeng | |
2016-03-24 | Fixed license in UI.v0.9.9 | Bent Bisballe Nyeng | |
2016-03-24 | Add missing dist files. | Bent Bisballe Nyeng | |
2016-03-22 | Change license to LGPLv3. | André Nusser | |
2016-03-20 | Fixed backspace not working in linedit. Fixed by readding code lost at ↵ | Jonas Suhr Christensen | |
refactoring 'a65ca7af57feaf7a4ea73f7e071a72eb9b3a1e24.' | |||
2016-03-20 | Fix parent check. | Bent Bisballe Nyeng | |
2016-03-20 | Fix GUI_CPPFLAGS | 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-16 | Build cleanup and windows build add. | Bent Bisballe Nyeng | |
2016-03-12 | Add 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-14 | Change GPL version number in file headers to 3. | André Nusser | |
2016-01-29 | Added missing extra distfiles. | Bent Bisballe Nyeng | |
2016-01-29 | Added missing extra distfiles. | Bent Bisballe Nyeng | |
2016-01-29 | Added missing extra distfiles. | Bent Bisballe Nyeng | |
2016-01-28 | Revert files that shouldn't have been changed in this branch... | Bent Bisballe Nyeng | |
2016-01-20 | Fix warning. | Bent Bisballe Nyeng | |
2016-01-20 | Fix warning. | Bent Bisballe Nyeng | |
2015-12-31 | Fix a couple of errors detected by coverity. | Bent Bisballe Nyeng | |
2015-12-21 | Try to initialise threaded Xlib calls. | Bent Bisballe Nyeng | |
2015-12-21 | Fix missing pointer initialisation. | Bent Bisballe Nyeng | |
2015-12-21 | Fix size_t printf error. | Bent Bisballe Nyeng | |
2015-12-21 | Fix double click on windows. | Bent Bisballe Nyeng | |
2015-12-21 | New DGWindow class for the actual UI implementation. PluginGUI is now just ↵ | Bent Bisballe Nyeng | |
handles events and acts as an interface. testcode. | |||
2015-12-21 | Revert trigger happy Makefile.mingw32 commit. | Bent Bisballe Nyeng | |