summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Implement static UI port notifications (fix #935).David Robillard2-8/+36
2013-11-01Tidy.David Robillard2-9/+9
2013-11-01Implement LV2 UI port_index, subscribe, and unsubscribe features.David Robillard1-12/+72
2013-11-01Don't notify UIs about null atom port values (partially address #935).David Robillard1-1/+1
2013-11-01Remove unused typedefs.David Robillard4-6/+0
2013-10-29Remove engine dependency from LV2Options.David Robillard2-40/+26
2013-10-28Pass sample rate to nodes (fix #931).David Robillard2-4/+5
2013-08-20Remove unused class members.David Robillard5-6/+0
2013-08-20Remove vestigial Builder class.David Robillard4-107/+6
2013-08-09Upgrade to waf 1.7.11.David Robillard1-0/+0
2013-06-10Update StereoInOut template bundle.David Robillard2-27/+22
2013-06-09Fix documentation (#916).David Robillard1-2/+1
2013-06-09Python3 fixes (#915).David Robillard1-1/+1
2013-06-09Fix zero minimum for float property values (#895).David Robillard1-2/+10
2013-06-09Support removing properties from the properties dialog.David Robillard6-19/+65
2013-06-09Add rdf prefix.David Robillard1-0/+1
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard10-7/+70
2013-06-09Fix crashes when comparing variable sized Atoms.David Robillard1-10/+12
2013-06-09Python 3 fixes (#913).David Robillard2-7/+11
2013-06-09Fix crufty comments.David Robillard1-3/+1
2013-06-09Fix crash when twiddling controls in custom LV2 GUIs.David Robillard1-1/+2
2013-06-09Fix saving of bad node URIs in state.David Robillard2-4/+6
2013-06-08Fix crash on destruction when running in LV2.David Robillard2-3/+10
2013-06-08Show right-click menu regradless of modifier state.David Robillard1-1/+1
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard4-4/+19
2013-05-31Fix Atom on 32-bit platforms (patch from Robin Gareus).David Robillard1-2/+2
2013-05-31Remove zoom toolbar buttons.David Robillard3-38/+0
2013-05-26Fix port menu to allow disconnecting a single port from everything.David Robillard1-1/+0
2013-03-25Don't show menu if other buttons or modifiers are down (fix #890).David Robillard1-1/+1
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard3-1/+24
2013-03-25Fix preset loading.David Robillard3-33/+37
2013-03-18Add missing semicolon.David Robillard1-1/+1
2013-03-17Update to r93/autowaf.David Robillard1-0/+0
2013-02-25Tidy.David Robillard1-1/+1
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard6-11/+33
2013-02-23Make Atom always have an LV2_Atom so it can be used in-place.David Robillard2-6/+167
2013-02-23Move Socket class to Raul.David Robillard11-347/+62
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard30-110/+110
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard90-372/+402
2013-02-09Use default float protocol for UI float controls (fix #885).David Robillard3-17/+28
2013-02-09Fix crash when printing atoms with string types.David Robillard1-2/+2
2013-02-04Replace Raul::thread with std::thread.David Robillard21-289/+199
2013-02-03Don't lose peaks for cycles where notifications are not sent.David Robillard2-21/+14
2013-02-03Port control performance improvements (further improvement for #879).David Robillard5-9/+14
2013-02-03Fix potential deadlock on exit.David Robillard1-1/+4
2013-02-03Don't ignore symlink() return value.David Robillard1-2/+9
2013-02-03Check for required boost headers.David Robillard4-5/+5
2013-02-03Fix compilation with Clang 3.1.David Robillard3-2/+8
2013-02-03Fix compilation with GCC 4.6.David Robillard5-42/+62
2013-02-03Check for c++0x compiler flag before adding to environment.David Robillard1-0/+2