Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Add AboutTab class instead of having a TextEdit widget as tab. | André Nusser | |
2017-04-21 | Add utf8 to latin1 conversion to use it in the "About" textfield. | André Nusser | |
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase. | |||
2017-04-20 | Fix resources on static windows build (Makefile.mingw32) and add note about ↵ | Bent Bisballe Nyeng | |
remembering to add file to the mingw32 Makefile when we change the real Makefiles... | |||
2017-04-20 | Change resource paths to be relative to the plugingui folder instead of the ↵ | Bent Bisballe Nyeng | |
resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes. | |||
2017-04-18 | Use ABOUT and AUTHORS files for "About" tab. | André Nusser | |
FIXME: The font cannot display all special characters in the author's names. We need to fix this. | |||
2017-04-17 | Remove obsolete PluginGUI and DGWindow classes. | Bent Bisballe Nyeng | |
2017-04-16 | Add modal dialog primitive. | Bent Bisballe Nyeng | |
2017-04-16 | Move button functionality to BaseButton. Create TabButton. | André Nusser | |
2017-04-15 | Add GPL to resources instead of using getGPLText function. | André Nusser | |
2017-04-01 | A very rough first version of the GUI. | André Nusser | |
2017-04-01 | Add PowerButton Widget. | André Nusser | |
2017-04-01 | New Toggle class which includes the basic functionality of CheckBox | André Nusser | |
2017-03-23 | Preliminary plugin gui for disktreaming control. | Bent Bisballe Nyeng | |
2017-02-05 | Compile engine as a library. | Bent Bisballe Nyeng | |
2017-02-05 | Compile plugingui as a library. | Bent Bisballe Nyeng | |
2017-01-21 | Revert "Test fix for rcgen compilation on FreeBSD." | Bent Bisballe Nyeng | |
This reverts commit 98fcf580138858cb1ee0dbe8ff5722849d58d697. | |||
2017-01-21 | Test fix for rcgen compilation on FreeBSD. | Bent Bisballe Nyeng | |
2017-01-21 | Added TabWidget. | Bent Bisballe Nyeng | |
2016-10-29 | Add missing distfiles.v0.9.11 | Bent Bisballe Nyeng | |
2016-07-25 | Remove hardcoded rt linkage. | Bent Bisballe Nyeng | |
2016-06-06 | Add missing files to Makefiles. | Bent Bisballe Nyeng | |
2016-05-08 | Add -lrt to plugingui test-app. | 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-24 | Add missing dist files. | Bent Bisballe Nyeng | |
2016-03-20 | Fix GUI_CPPFLAGS | 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-29 | Added missing extra distfiles. | 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-11-20 | Remove unneeded libraries. | Bent Bisballe Nyeng | |
2015-11-20 | Make plugingui Makefile.am platform independent. | Bent Bisballe Nyeng | |
2015-05-15 | New ConfigFile class for generic config file reading/writing in homedir ↵ | Bent Bisballe Nyeng | |
.drumgizmo folder. Use said new class for PluginConfig class. | |||
2014-12-05 | Clean up cli client module names. Fix autotools paths. | Bent Bisballe Nyeng | |
2014-09-23 | Added config parse. | Jonas Suhr Christensen | |
2014-05-02 | Remove libpng dependency. Replace it with compiled-in lodepng. | Bent Bisballe Nyeng | |
2014-01-25 | Don't force X11, use flags from Makefile.am.plugingui instead. | Bent Bisballe Nyeng | |
2014-01-18 | Added PuGl window drawing. Enable with './configure -with-pugl'. | Jonas Suhr Christensen | |
2013-09-15 | Use libpng from sourcetree instead of the one supplied by the OS. | Bent Bisballe Nyeng | |
2013-07-25 | Patch from Yiannis Liverezas. Fix mulitple variables with the same name in ↵ | Bent Bisballe Nyeng | |
jackmidi.cc and add missing file to plugingui/Makefile.am. | |||
2013-06-29 | New inter-thread message system. | Bent Bisballe Nyeng | |
2013-05-16 | Remove test framework. TODO: Replace it with a new one at some point... | Bent Bisballe Nyeng | |
2013-05-08 | Merge branch 'master' of http://git.drumgizmo.org/drumgizmo | Bent Bisballe Nyeng | |
2013-05-08 | Remove GlobalContext class. Move all native code from EventHandler class to ↵ | Bent Bisballe Nyeng | |
NativeWindowX11 and NativeWindowWin32 classes. | |||
2013-05-06 | Add missing distfiles. | Bent Bisballe Nyeng | |
2013-04-26 | Fix makefiles | Bent Bisballe Nyeng | |
2013-04-26 | Re-factored and -written. | jsc@umbraculum.org | |
Does not change working directory. Showing drives on windows when in root is a missing feature (will be fixed later). | |||
2013-03-30 | New box rendering of all widgets. Minor tweaks still missing. | Bent Bisballe Nyeng | |
2013-03-30 | Remove old image header files. | Bent Bisballe Nyeng | |
2013-03-17 | New resource engine. | Bent Bisballe Nyeng | |
2013-03-17 | Added PNG loadin support through a new Image class. | Bent Bisballe Nyeng | |