summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-4/+11
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-13/+4
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Remove ping() from interface, just use a get instead.David Robillard1-3/+2
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-5/+4
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-2/+3
2012-03-12Centralise atom creation in forge object.David Robillard1-35/+42
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-2/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard1-3/+0
2011-10-22De-singleton-ify GUI.David Robillard1-29/+31
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard1-2/+2
2011-10-21Clean up include paths.David Robillard1-5/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-2/+2
2011-05-24Move appropriate client headers to public include directory.David Robillard1-3/+3
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-33/+8
2011-05-24Tidy up headers.David Robillard1-19/+3
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
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 Robillard1-2/+4
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-2/+2
2011-04-23Load correct engine/server module name.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-9/+9
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 Robillard1-3/+3
2011-04-18Saner module loading API.David Robillard1-2/+2
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-18/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-2/+2
2011-04-13Remove unnecessary includes.David Robillard1-10/+8
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-15Activate Jack after loading GUI.David Robillard1-1/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-13/+13
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard1-1/+1
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard1-1/+1
2010-01-07Quit cleanly from connect dialog when not connected to engine.David Robillard1-14/+17
2010-01-06Do all logging output via Raul streams.David Robillard1-4/+4
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-1/+1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-49/+9
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-1/+1
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-07-11Fix building without liblo.David Robillard1-1/+4
2009-06-03Remove vestigial interface.David Robillard1-1/+1