summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-21Make resize events fdo the right thing. Add move event.Bent Bisballe Nyeng
2017-01-21Store filename with Image for use when reporting errors.Bent Bisballe Nyeng
2017-01-21Compile plugingui.exe with correct lodepng defines and re-enable hungin support.Bent Bisballe Nyeng
2017-01-21Prevent division by zero.Bent Bisballe Nyeng
2017-01-21Add some TabWidget documentation.Bent Bisballe Nyeng
2017-01-21Fix memory leak in X11 backend.Bent Bisballe Nyeng
2017-01-21New MainWindow.Bent Bisballe Nyeng
2017-01-21Added TabWidget.Bent Bisballe Nyeng
2017-01-21Generate resource_data.cc in build system.Bent Bisballe Nyeng
2017-01-21Added StackedWidget.Bent Bisballe Nyeng
2017-01-21Added sidebar resources and testing codeLars Muldjord
2017-01-18Fix lv2 path for lv2 test in testdist script.Bent Bisballe Nyeng
2017-01-18Added missing newline.v0.9.12Bent Bisballe Nyeng
2017-01-18Add --with-lv2dir to configure and make sure we install the plugin at that ↵Bent Bisballe Nyeng
location and run the unittest against it.
2017-01-18Bump version to 0.9.12.André Nusser
2017-01-18Adjusted and added a couple lines for 0.9.12Lars Muldjord
2017-01-18Updated with 0.9.12 changesLars Muldjord
2017-01-17Make DrumkitCreator clean up the created files in the destructor.André Nusser
2017-01-16Bump version to 0.9.12-rc1.Bent Bisballe Nyeng
2017-01-16Include unit tests when testing pre-release dist file.Bent Bisballe Nyeng
2017-01-16Add back test/kit as it is still used by Jenkins tests.André Nusser
2017-01-15Make all the tests use the drumkit_creator functions.André Nusser
2017-01-15Add new drumkit_creator functions.André Nusser
2017-01-10Check for EINT in semaphore wait.Bent Bisballe Nyeng
2017-01-10Wait less when idling in drumkitloader to fix lv2 unittest.Bent Bisballe Nyeng
2017-01-08Replace used <random> methods by own.André Nusser
This makes our random numbers cross-platform.
2017-01-07Retry semaphore timedwait on interrupt.Bent Bisballe Nyeng
2017-01-03Force use of the same random number engine acros all compilers/platforms.Bent Bisballe Nyeng
2017-01-03Add MemChecker implementation for FreeBSD.Bent Bisballe Nyeng
2017-01-02Added missing instance-access as a requiredFeature in ttl for lv2 plugin ↵Bent Bisballe Nyeng
(thanks to falktx for reporting this).
2017-01-02Fix formatting issues.André Nusser
2017-01-02Add script that shows the diff for clang-format on changed filesAndré Nusser
This is a starting point to introduce clang-format.
2017-01-02Ignore all clicks except left clicks in all the widgets.André Nusser
Of course, we want to change this as soon as we actually want to use right and middle clicks. But this is not the case atm.
2017-01-02Place "Path:" label in file browser with border.André Nusser
2017-01-01Revert 'Add texture offset support.'. x0 and y0 is already taken care of in ↵Bent Bisballe Nyeng
the contained Textures so just remove them completely from the TexturedBox class.
2017-01-01Fix warnings of unhandled events that we don't have to care about.André Nusser
2017-01-01Add a workaround for JUCE hosts.André Nusser
The event time for them is always '0' and thus we couldn't recognize double-clicks.
2017-01-01Fix button (right, left, middle) event on clicks on Windows.Bent Bisballe Nyeng
2017-01-01Fix button event direction on double clicks on Windows.Bent Bisballe Nyeng
2016-12-16Increase threshold in semaphore test for timedwait in order to have it ↵Bent Bisballe Nyeng
succeed on FreeBSD.
2016-12-10Make sure we don't present warnings as errors when compiling VSTSDK source code.Bent Bisballe Nyeng
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-12-10Check for -ffloat-store before using it in dgreftest.Bent Bisballe Nyeng
2016-12-10Update to latest plugingizmo to remove warnings about missing override keywords.Bent Bisballe Nyeng
2016-12-10Fix predelacration of Settings to correctly be 'struct' and not 'class'.Bent Bisballe Nyeng
2016-12-10Do not std::move temporary object.Bent Bisballe Nyeng
2016-12-10Add texture offset support.Bent Bisballe Nyeng
2016-12-10Fix warningBent Bisballe Nyeng
2016-12-10Final (hopefully) fix 'no-undefined' check.Bent Bisballe Nyeng
2016-12-10Fix 'no-undefined' check.Bent Bisballe Nyeng