summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-15Better fix X11 BadValue crash bug which also prevents similar issues on non-X...Bent Bisballe Nyeng
2017-07-14Fix X11 BadValue crash bug.Bent Bisballe Nyeng
2017-05-26Connect the bleed control frame switch and add settings value for that.André Nusser
2017-05-26Modify look of bleed control frame and add switch.André Nusser
2017-05-25Fix out of bounds array access in font.cc.André Nusser
2017-05-25Read/Write master_bleed value from/to plugin state.André Nusser
2017-05-25Fix FreeBSD compile error.André Nusser
2017-05-25Introduce settings for master bleed control.André Nusser
2017-05-24Fix FreeBSD compile error (2)André Nusser
2017-05-24Fix FreeBSD build error.André Nusser
2017-05-24Add frame in the GUI for bleed control.André Nusser
2017-05-22Fixing the license of utf8.{cc,h}André Nusser
2017-05-21Fix out of bounds resize of status frame.André Nusser
2017-05-20Fix lazy evaluation issue in drumgizmo_plugin.ccAndré Nusser
2017-05-20Add inline drumgizmo logo.André Nusser
2017-05-19Make sure we don't resize to negative values.Bent Bisballe Nyeng
2017-05-17Fix memchecker issue found by coverity scan.André Nusser
2017-05-14Add man page and translators to release checklist.André Nusser
2017-05-14Use getoptpp for CLI argument parsingGoran Mekić
2017-05-14Updated with details for 0.9.14v0.9.14Lars Muldjord
2017-05-14Add link to list of news sinks.Bent Bisballe Nyeng
2017-05-14Add missing dist filesBent Bisballe Nyeng
2017-05-14Bump version to 0.9.14.Bent Bisballe Nyeng
2017-05-14Remove generated file.Bent Bisballe Nyeng
2017-05-14Fix missing redraw on exposure event.Bent Bisballe Nyeng
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
2017-05-11Add --no-resampling CLI optionGoran Mekić
2017-05-11Expand shell globs in input paramsGoran Mekić
2017-05-11Fix CLI kit and midimap loading.André Nusser
2017-05-11Fix "Error" state of kit and midimap on intially loading the plugin.André Nusser
2017-05-11Remove seemingly forgotten std::cout in drumkitloader.ccAndré Nusser
2017-05-11Thanks to Robin Gareus!André Nusser
2017-05-10Update plugingizmo and thus also update return value of createWindowAndré Nusser
2017-05-10Fix compiling instructions.André Nusser
2017-05-07Store and reload the enable_resamling setting in the plugins.Bent Bisballe Nyeng
2017-05-07Lazy free the nodata buffers on plugin removal.Bent Bisballe Nyeng
2017-05-07Use enable_resampling in all places where the resampler is effecting the outc...Bent Bisballe Nyeng
2017-05-07Add additional underrun increments.Bent Bisballe Nyeng
2017-05-06Fix FreeBSD compile error.André Nusser
2017-05-06Introduce the new resampling frame.André Nusser
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-06Get rid of platform dependent usleep/SleepEx.Bent Bisballe Nyeng
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-05-06Add missing plugin cppflags.Bent Bisballe Nyeng
2017-05-06Add atomic linking to mingw32 makefile.Bent Bisballe Nyeng
2017-05-06Remove mingw32 missing-mutex hack.Bent Bisballe Nyeng
2017-05-06Add support for msys in GUI detection.Bent Bisballe Nyeng
2017-05-05Fix jenkins compile error.André Nusser
2017-05-05Refactor TextEdit widget.André Nusser
2017-05-02Sanatize OSS output codeGoran Mekić