summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Expand)Author
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
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-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-07Add missing 'override' keywords.Bent Bisballe Nyeng
2016-12-06Make destructors virtual as appropriate.Bent Bisballe Nyeng
2016-12-01Open file binary mode.Bent Bisballe Nyeng
2016-11-22New font including all latin 1 charsLars Muldjord
2016-10-29Add missing distfiles.v0.9.11Bent Bisballe Nyeng
2016-10-28Rewrite event handler to use shared_ptr Events instead of raw pointers.Bent Bisballe Nyeng
2016-10-28Rewrite event handler to use shared_ptr Events instead of raw pointers.Bent Bisballe Nyeng
2016-10-27Test to see if this is related to windows crash.Bent Bisballe Nyeng
2016-09-15Added new inline display for showing load progress.Bent Bisballe Nyeng
2016-09-06Fix another crash in the font renderer.Bent Bisballe Nyeng
2016-09-06Fix crash when trying to display non ascii characters.Bent Bisballe Nyeng
2016-09-05Added painter unit test and fixed image and text rendering boundaries.Bent Bisballe Nyeng
2016-09-04Add Canvas base class for the Painter to draw on. This is done in preparation...Bent Bisballe Nyeng
2016-07-25Remove hardcoded rt linkage.Bent Bisballe Nyeng
2016-07-16Include lodepng via submodule instead of just copying the files into DG.André Nusser
2016-06-08Remove debug output.Bent Bisballe Nyeng
2016-06-08Update all use of progress_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-06-07Update all use of thinlistbox_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-06-07Update all use of widget_*.png to new TexturedBox.Bent Bisballe Nyeng
2016-06-06Add missing files to Makefiles.Bent Bisballe Nyeng
2016-06-06Add missing file.Bent Bisballe Nyeng
2016-06-06Add missing file.Bent Bisballe Nyeng
2016-06-06New TexturedBox class.Bent Bisballe Nyeng
2016-06-04Fix crash on image load error.Bent Bisballe Nyeng
2016-06-04Make Colour movabl;e and make Image contain a vector of Colour instead of raw...Bent Bisballe Nyeng
2016-06-04Make sure we clean up when we destroy the PluginGUI object.Bent Bisballe Nyeng
2016-06-04Compile imagecache with plugingui.Bent Bisballe Nyeng
2016-06-04Indentation fix.Bent Bisballe Nyeng
2016-06-04Fix missing deletes reported by valgrind.Bent Bisballe Nyeng
2016-06-02New ImageCache class for reusing Image resources.Bent Bisballe Nyeng
2016-05-08Add -lrt to plugingui test-app.Bent Bisballe Nyeng
2016-04-16Some DrumKitLoader refactoring.Bent Bisballe Nyeng
2016-04-13Remove message files.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-03-31Fix missing include on windows.Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-24Fixed license in UI.v0.9.9Bent Bisballe Nyeng
2016-03-24Add missing dist files.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-20Fixed backspace not working in linedit. Fixed by readding code lost at refact...Jonas Suhr Christensen
2016-03-20Fix parent check.Bent Bisballe Nyeng
2016-03-20Fix GUI_CPPFLAGSBent Bisballe Nyeng
2016-03-20Reintroduce event loops for parentless windows (non-plugins).Bent Bisballe Nyeng