summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
AgeCommit message (Collapse)Author
2020-12-29Split UI code into application/plugin UI and UI library.Bent Bisballe Nyeng
2020-12-23Fix rcgen on windows.Bent Bisballe Nyeng
2020-11-15Implementation of the voice limiting feature.TheMarlboroMan
2020-08-30Tranlate the AboutTab.Olivier Humbert
2020-08-30Fix (again) the header file changes no re-generating the .pot file.Bent Bisballe Nyeng
2020-08-30Also regenerate pot file after changes to headers.Bent Bisballe Nyeng
2020-08-11Fix pot re-generation for in-tree builds.Bent Bisballe Nyeng
2020-07-29Add embedded gettext support from resource.Bent Bisballe Nyeng
2020-07-25Make rcgen use getoptpp and add strip-path argument.Bent Bisballe Nyeng
2020-05-14Beautify silent build output and make silent build the default - ie. set V=1 ↵Bent Bisballe Nyeng
to get full output again.
2020-05-02Add new PowerWidget for setting and showing control points of the powermap.Bent Bisballe Nyeng
2020-04-26Fix out-of-tree building.Bent Bisballe Nyeng
2019-11-17Add missing distfiles.Bent Bisballe Nyeng
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, ↵Bent Bisballe Nyeng
instead of adding -Wall -Werror directly to CXXFLAGS.
2019-11-03Fix osx static library compilation.Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-06-16Add missing dist-files.Bent Bisballe Nyeng
2019-05-31Add (working) Cocoa UI support.Bent Bisballe Nyeng
2019-05-11Move sample selection GUI parameters to own frame.André Nusser
2019-05-09Add tooltip buttons to frames.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include ↵Bent Bisballe Nyeng
folder.
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Add tab for drumkit.André Nusser
2018-07-21Add missing headerfiles to EXTRA_DIST.Bent Bisballe Nyeng
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2018-07-15PoC for humanisation visualiser.Bent Bisballe Nyeng
2018-06-15Add BUGS file in root dir and also in the about tab.André Nusser
2018-06-11Possible fix for clang compilation of plugingui.Bent Bisballe Nyeng
2018-06-08Make pugl work with testmain.Bent Bisballe Nyeng
2018-06-08Initial steps towards pugl domination!Bent Bisballe Nyeng
2018-02-18 Added latency filter UI controls.Bent Bisballe Nyeng
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
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase.
2017-04-20Fix 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-20Change 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-18Use 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-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