summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-29Fix reconnecting to engine via various protocols (inferred from user URI) in ...David Robillard1-14/+36
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-26/+26
2009-05-13The great ID refactoring of 2009.David Robillard1-3/+8
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard1-3/+21
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-20Fix window closing stuff (fix ticket #296).David Robillard1-2/+1
2008-12-16Trim include dependency tree.David Robillard1-2/+5
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-0/+2
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard1-2/+1
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-1/+1
2008-10-19Make ingen actually run again :)David Robillard1-4/+5