Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | Settings. | Bent Bisballe Nyeng | |
2016-03-23 | Fix drumkit file by reference. | Bent Bisballe Nyeng | |
2016-03-23 | More cleanup. | Bent Bisballe Nyeng | |
2016-03-23 | Do the file related actions in SAXParser. | André Nusser | |
2016-03-23 | Make attr a const ref. | André Nusser | |
2016-03-23 | Fix horribly stupid bug. | André Nusser | |
2016-03-22 | Parser refactoring. | André Nusser | |
* Use new style * Update to C++11 * Use more std::string than char* | |||
2016-03-22 | Introduced Settings structure | Christian Glöckner | |
2016-03-22 | Added acinclude.m4 to gitignore list. | Jonas Suhr Christensen | |
2016-03-22 | Removed INSTALL file from git repository (its autogenerated by autogen). ↵ | Jonas Suhr Christensen | |
Also added INSTALL to gitignore list. | |||
2016-03-22 | Fixed debug print | Christian Glöckner | |
2016-03-22 | Modernized InputEngine::run() | Christian Glöckner | |
2016-03-20 | Fixed backspace not working in linedit. Fixed by readding code lost at ↵ | Jonas Suhr Christensen | |
refactoring 'a65ca7af57feaf7a4ea73f7e071a72eb9b3a1e24.' | |||
2016-03-20 | Revert "Removed annoying subdir warnings when running autogen.sh." | Jonas Suhr Christensen | |
This reverts commit 41efa3f441d73a90a5e8683e81ee1cbc37b0178b. | |||
2016-03-20 | Removed annoying subdir warnings when running autogen.sh. | Jonas Suhr Christensen | |
2016-03-20 | Add missing latency port. | Bent Bisballe Nyeng | |
2016-03-20 | Bump plugingizmo. | Bent Bisballe Nyeng | |
2016-03-20 | Call new init function. | Bent Bisballe Nyeng | |
2016-03-20 | Bump plugingizmo. | Bent Bisballe Nyeng | |
2016-03-20 | Remove obsolete files. | Bent Bisballe Nyeng | |
2016-03-20 | Remove obsolete files. | Bent Bisballe Nyeng | |
2016-03-20 | Fix parent check. | Bent Bisballe Nyeng | |
2016-03-20 | Fix GUI_CPPFLAGS | Bent Bisballe Nyeng | |
2016-03-20 | Reintroduce event loops for parentless windows (non-plugins). | Bent Bisballe Nyeng | |
2016-03-19 | Use event queue. | Bent Bisballe Nyeng | |
2016-03-19 | Use event queue. | Bent Bisballe Nyeng | |
2016-03-19 | Test if handling messages on the parent hwnd has any positive effects. | Bent Bisballe Nyeng | |
2016-03-16 | Go back to the old VST makefile. | Bent Bisballe Nyeng | |
2016-03-16 | Go back to the old VST makefile. | Bent Bisballe Nyeng | |
2016-03-16 | Go back to the old VST makefile. | Bent Bisballe Nyeng | |
2016-03-16 | Use correct top_srcdir take 2 | Bent Bisballe Nyeng | |
2016-03-16 | Use correct top_srcdir | Bent Bisballe Nyeng | |
2016-03-16 | Build cleanup and windows build add. | Bent Bisballe Nyeng | |
2016-03-13 | Add linux VST support. | Bent Bisballe Nyeng | |
2016-03-13 | Don't reimplement resize... | Bent Bisballe Nyeng | |
2016-03-13 | Update plugingizmo | Bent Bisballe Nyeng | |
2016-03-13 | Initial version of DG plugin with plugingizmo wrapper code. So far only for LV2. | Bent Bisballe Nyeng | |
2016-03-13 | Increase number of cache ids. | Bent Bisballe Nyeng | |
2016-03-13 | Only open AudioCacheFile if needed. | Bent Bisballe Nyeng | |
2016-03-13 | Fix wierd stuttering bug when one sample is done playing that interrupts ↵ | Bent Bisballe Nyeng | |
existsing playing samples. | |||
2016-03-12 | Only open file if we actually need to read from it. | Bent Bisballe Nyeng | |
2016-03-12 | Add parent widget pointer for contained plugin windows. Remove threaded ↵ | Bent Bisballe Nyeng | |
event handling and make all event handling depend on processEcvents being called with a regular (~50ms) interval. | |||
2016-03-11 | Added plugingizmo submodule | Bent Bisballe Nyeng | |
2016-02-14 | Change 'Pracro' to 'DrumGizmo' where necessary. | André Nusser | |
2016-02-14 | Adapt GPL version also in add_file script. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
2016-02-14 | Revert "Change COPYING to GPLv2 as all the headers refer to v2." | André Nusser | |
2016-02-13 | Merge branch 'master' of http://git.drumgizmo.org/drumgizmo | André Nusser | |
2016-02-13 | Change COPYING to GPLv2 as all the headers refer to v2. | André Nusser | |
2016-02-11 | Fix vst binary name. | Bent Bisballe Nyeng | |