Age | Commit message (Expand) | Author |
2016-01-20 | Added handling of cache calling when no free ids is available. | Jonas Suhr Christensen |
2016-01-20 | Changed size of parameter from int to size_t. | Jonas Suhr Christensen |
2016-01-20 | Added clean type event. Help functions. And more cache manager logic. | Jonas Suhr Christensen |
2016-01-20 | Creating new events until file is completely loaded. | Jonas Suhr Christensen |
2016-01-20 | Fixed semicolon in typedef. | Jonas Suhr Christensen |
2016-01-20 | Added deinit() implementation. Fixed semicolon in typedef. | Jonas Suhr Christensen |
2016-01-20 | Doing nothing in loadNext function. | Jonas Suhr Christensen |
2016-01-20 | Add preliminary functionality of next method. | Bent Bisballe Nyeng |
2016-01-20 | Added unit test shell for cachemanager. Added cache manager logic - still nee... | Jonas Suhr Christensen |
2016-01-20 | Initial design of cache manager. | Bent Bisballe Nyeng |
2016-01-20 | Merge branch 'master' of http://git.drumgizmo.org/drumgizmo | Bent Bisballe Nyeng |
2016-01-20 | Update LV2/lilv unit-test. | Bent Bisballe Nyeng |
2016-01-19 | Add missing test executables to .gitignore | André Nusser |
2016-01-18 | Fix debug output filters (take 2). | Bent Bisballe Nyeng |
2016-01-18 | Fix cli compilation without debug enabled. | Bent Bisballe Nyeng |
2016-01-18 | Merge branch 'master' of http://git.drumgizmo.org/drumgizmo | Bent Bisballe Nyeng |
2016-01-18 | Fix debug output filters. Delete input/output engines on premature program er... | Bent Bisballe Nyeng |
2016-01-18 | Small correction to run_test.sh such that make doesn't search for check. | André Nusser |
2016-01-18 | Add a script to run selected tests. | André Nusser |
2015-12-31 | Fix a couple of errors detected by coverity. | Bent Bisballe Nyeng |
2015-12-21 | Try to initialise threaded Xlib calls. | Bent Bisballe Nyeng |
2015-12-21 | Fix missing pointer initialisation. | Bent Bisballe Nyeng |
2015-12-21 | Fix size_t printf error. | Bent Bisballe Nyeng |
2015-12-21 | Fix double click on windows. | Bent Bisballe Nyeng |
2015-12-21 | Missing file added to vst Makefile. | Bent Bisballe Nyeng |
2015-12-21 | New DGWindow class for the actual UI implementation. PluginGUI is now just ha... | Bent Bisballe Nyeng |
2015-12-21 | Added André Nusser to the add_file script. | Bent Bisballe Nyeng |
2015-12-21 | Revert trigger happy Makefile.mingw32 commit. | Bent Bisballe Nyeng |
2015-12-21 | New (read-only) TextEdit widget from suhr. | Bent Bisballe Nyeng |
2015-12-20 | Zlib not used anymore. | Bent Bisballe Nyeng |
2015-12-20 | Merge remote-tracking branch 'origin/master' into uirefactor | Bent Bisballe Nyeng |
2015-12-20 | Merge branch 'master' into uirefactor | Bent Bisballe Nyeng |
2015-12-20 | Fix numeric limits and uninitialised warnings. | Bent Bisballe Nyeng |
2015-12-20 | Fix uninitialised warning. | Bent Bisballe Nyeng |
2015-12-20 | Fix memory leak. | Bent Bisballe Nyeng |
2015-12-20 | Fix uninitialised warning. | Bent Bisballe Nyeng |
2015-12-20 | Fix uninitialised warning. | Bent Bisballe Nyeng |
2015-12-20 | Free dlopen resources. | Bent Bisballe Nyeng |
2015-12-19 | Fix missing initialisations. | Bent Bisballe Nyeng |
2015-12-19 | Make sure that the button is drawn in the center of it's client area. | Bent Bisballe Nyeng |
2015-12-19 | Add spacing control method for fonts and modernize loops. | Bent Bisballe Nyeng |
2015-12-19 | Revert "Experimental tempo change for midifile input module." | Bent Bisballe Nyeng |
2015-12-18 | Experimental tempo change for midifile input module. | Bent Bisballe Nyeng |
2015-12-10 | Change position types and add size change notifier. | Bent Bisballe Nyeng |
2015-12-10 | Refactoring of Layout and LayoutItem. | Bent Bisballe Nyeng |
2015-11-29 | Fix logic wierdness. | Bent Bisballe Nyeng |
2015-11-29 | Add text alignment and one-time autosize to Label. | Bent Bisballe Nyeng |
2015-11-29 | Always draw VerticalLine 2 pixels high and centered in the height of the widget. | Bent Bisballe Nyeng |
2015-11-29 | Fix find of child widgets starting 'before' (0,0). | Bent Bisballe Nyeng |
2015-11-29 | Fix missing mouse release. Use wswitch in xeven handling. | Bent Bisballe Nyeng |