summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
AgeCommit message (Expand)Author
2017-05-24Add frame in the GUI for bleed control.André Nusser
2017-05-14Add missing dist filesBent Bisballe Nyeng
2017-05-06Introduce the new resampling frame.André Nusser
2017-04-23Fix dist target.Bent Bisballe Nyeng
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Add utf8 to latin1 conversion to use it in the "About" textfield.André Nusser
2017-04-20Fix resources on static windows build (Makefile.mingw32) and add note about r...Bent Bisballe Nyeng
2017-04-20Change resource paths to be relative to the plugingui folder instead of the r...Bent Bisballe Nyeng
2017-04-18Use ABOUT and AUTHORS files for "About" tab.André Nusser
2017-04-17Remove obsolete PluginGUI and DGWindow classes.Bent Bisballe Nyeng
2017-04-16Add modal dialog primitive.Bent Bisballe Nyeng
2017-04-16Move button functionality to BaseButton. Create TabButton.André Nusser
2017-04-15Add GPL to resources instead of using getGPLText function.André Nusser
2017-04-01A very rough first version of the GUI.André Nusser
2017-04-01Add PowerButton Widget.André Nusser
2017-04-01New Toggle class which includes the basic functionality of CheckBoxAndré Nusser
2017-03-23Preliminary plugin gui for disktreaming control.Bent Bisballe Nyeng
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2017-02-05Compile plugingui as a library.Bent Bisballe Nyeng
2017-01-21Revert "Test fix for rcgen compilation on FreeBSD."Bent Bisballe Nyeng
2017-01-21Test fix for rcgen compilation on FreeBSD.Bent Bisballe Nyeng
2017-01-21Added TabWidget.Bent Bisballe Nyeng
2016-10-29Add missing distfiles.v0.9.11Bent Bisballe Nyeng
2016-07-25Remove hardcoded rt linkage.Bent Bisballe Nyeng
2016-06-06Add missing files to Makefiles.Bent Bisballe Nyeng
2016-05-08Add -lrt to plugingui test-app.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-03-24Add missing dist files.Bent Bisballe Nyeng
2016-03-20Fix GUI_CPPFLAGSBent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2016-01-29Added missing extra distfiles.Bent Bisballe Nyeng
2015-12-21New DGWindow class for the actual UI implementation. PluginGUI is now just ha...Bent Bisballe Nyeng
2015-11-20Remove unneeded libraries.Bent Bisballe Nyeng
2015-11-20Make plugingui Makefile.am platform independent.Bent Bisballe Nyeng
2015-05-15New ConfigFile class for generic config file reading/writing in homedir .drum...Bent Bisballe Nyeng
2014-12-05Clean up cli client module names. Fix autotools paths.Bent Bisballe Nyeng
2014-09-23Added config parse.Jonas Suhr Christensen
2014-05-02Remove libpng dependency. Replace it with compiled-in lodepng.Bent Bisballe Nyeng
2014-01-25Don't force X11, use flags from Makefile.am.plugingui instead.Bent Bisballe Nyeng
2014-01-18Added PuGl window drawing. Enable with './configure -with-pugl'.Jonas Suhr Christensen
2013-09-15Use libpng from sourcetree instead of the one supplied by the OS.Bent Bisballe Nyeng
2013-07-25Patch from Yiannis Liverezas. Fix mulitple variables with the same name in ja...Bent Bisballe Nyeng
2013-06-29New inter-thread message system.Bent Bisballe Nyeng
2013-05-16Remove test framework. TODO: Replace it with a new one at some point...Bent Bisballe Nyeng
2013-05-08Merge branch 'master' of http://git.drumgizmo.org/drumgizmoBent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to N...Bent Bisballe Nyeng
2013-05-06Add missing distfiles.Bent Bisballe Nyeng
2013-04-26Fix makefilesBent Bisballe Nyeng
2013-04-26Re-factored and -written.jsc@umbraculum.org