summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-21/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard1-1/+14
2011-02-22Tidy.David Robillard1-16/+30
2011-02-22Better PluginUI abstraction.David Robillard1-11/+5
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-3/+1
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-1/+1
2010-02-25Work on contexts and polymorphic ports.David Robillard1-3/+3
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-5/+1
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-4/+7
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard1-4/+4
2010-02-04Follow lv2:name for nodes as well (when human names are visible).David Robillard1-3/+13
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-9/+14
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-2/+3
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-29/+27
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-6/+6
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-6/+6
2010-01-06Do all logging output via Raul streams.David Robillard1-5/+6
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-3/+15
2009-11-12String port support.David Robillard1-10/+13
2009-06-06Fix window titles.David Robillard1-0/+1
2009-05-30Set plugin GUI window's role to "plugin_ui" (for WM kludges etc).David Robillard1-0/+1
2009-05-28Create objects via SetMetadataEvent.David Robillard1-1/+0
2009-05-28Fix property saving to/from file (e.g. module locations).David Robillard1-0/+1
2009-05-28Send both coordinates of a module move as a single PUT.David Robillard1-2/+4
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-1/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-8/+7
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-1/+1
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-5/+8
2009-05-13Fix crash on patch load.David Robillard1-2/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-16/+16
2009-05-13The great ID refactoring of 2009.David Robillard1-13/+21
2009-05-11* New ontology.David Robillard1-15/+9
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard1-1/+2
2008-11-22Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord...David Robillard1-1/+1
2008-11-22Add option to hide port labels.David Robillard1-1/+1
2008-11-16Shutup.David Robillard1-3/+1
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard1-4/+23
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-12Fix blank port names for plugins without human names (ie all LADSPA and inter...David Robillard1-6/+9
2008-10-11Add control randomize feature (node context menu).David Robillard1-0/+1
2008-10-11Fix last fix. :)David Robillard1-4/+4