summaryrefslogtreecommitdiff
path: root/plugingui
AgeCommit message (Collapse)Author
2017-01-02Fix formatting issues.André Nusser
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-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 ↵Bent Bisballe Nyeng
preparation for a new Painter unittest.
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
The submodule is fixed on the currently newest commit to ensure that everyone compiling DG is on the same page.
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 ↵Bent Bisballe Nyeng
raw char data.
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 ↵Bent Bisballe Nyeng
new Settings mechanism.
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