summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Fix double/triple engine activation when run with GUI.David Robillard1-2/+0
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard10-31/+25
2011-04-18Remove wscript references to no longer existent ingen_module library.David Robillard1-1/+1
2011-04-18Saner module loading API.David Robillard3-4/+4
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard66-66/+66
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard61-423/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard9-11/+11
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard1-1/+0
2011-04-13Remove unnecessary includes.David Robillard1-10/+8
2011-04-13Consistent local or installed includes for interface headers.David Robillard31-32/+32
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard10-8/+101
2011-03-17Tidy.David Robillard1-63/+65
2011-03-16Font-based sizing (implement ticket #374).David Robillard3-10/+86
2011-03-16Update for new waf/autowaf.David Robillard1-1/+1
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-2/+2
2011-03-15Activate Jack after loading GUI.David Robillard1-1/+3
2011-03-11Shhh.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard2-0/+10
2011-03-09Update for new SLV2 API.David Robillard2-9/+9
2011-03-03Fix Python3 compatibility.David Robillard1-1/+2
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-1/+0
2011-02-22Implement LV2 plugin UIs via Suil.David Robillard1-0/+1
2011-02-22Tidy.David Robillard1-16/+30
2011-02-22Better PluginUI abstraction.David Robillard1-11/+5
2011-02-19Partially working copy/paste.David Robillard1-14/+18
2011-02-19Show human name instead of symbol in node control window (fix ticket #637).David Robillard1-1/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard6-18/+13
2011-02-18Use port name from SLV2 for labels where possible (fix ticket #636).David Robillard2-8/+8
2011-02-18Trim more cruft.David Robillard2-7/+1
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard5-49/+23
2011-02-17Jack session support for ingen.David Robillard2-4/+9
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-7/+3
2011-02-17Map "Draw" to C-d (don't clash with C-p for "Properties").David Robillard1-1/+1
2011-02-16Tidy.David Robillard2-6/+4
2011-02-16Tidy up serialiser interface.David Robillard1-3/+2
2011-02-16Use simpler, single, file extensions.David Robillard1-1/+2
2011-02-16Drop redlandmm for sordmm.David Robillard4-9/+7
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+3
2011-02-15Trim more redlandmm API.David Robillard2-2/+0
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-0/+3
2011-01-31Non-SPARQL LV2 presets implementation (compile against new slv2).David Robillard1-27/+58
2011-01-08Support via waf for running from the build directory.David Robillard3-16/+34
2010-12-25Trim raul/Atom.hpp include tree.David Robillard1-2/+1
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-5/+4
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-1/+1
2010-12-16Updates for waf 1.6.David Robillard1-8/+8
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard2-20/+6
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard2-5/+17