summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Tidy up headers.David Robillard1-19/+3
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard7-32/+8
2011-05-21Load UI file from window level (fixes unparented widget warnings).David Robillard2-5/+7
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard11-41/+34
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard51-900/+858
2011-05-18Exit when connect window is closed and there are no open patch windows.David Robillard1-1/+1
2011-05-13Make models const in client code.David Robillard47-328/+409
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard15-58/+74
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-10/+11
2011-04-29LilvValue => LilvNode.David Robillard2-38/+38
2011-04-29Terser names for value constructors.David Robillard1-6/+6
2011-04-29Don't hide pointers behind typedefs.David Robillard3-36/+39
2011-04-28Switch to Lilv from SLV2.David Robillard8-76/+76
2011-04-28More future-proof collection APIs.David Robillard2-3/+3
2011-04-23Load correct engine/server module name.David Robillard1-1/+1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-67/+67
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-0/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard27-40/+40
2011-04-19Remove EngineInterface::quit().David Robillard2-3/+3
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard1-2/+6
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard1-3/+10
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