summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-22De-singleton-ify GUI.David Robillard1-30/+40
2011-10-21Clean up include paths.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-18/+22
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-3/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-10/+11
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-1/+27
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-3/+4
2011-05-24Move appropriate client headers to public include directory.David Robillard1-4/+4
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-4/+1
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-7/+1
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-6/+4
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-6/+6
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-2/+4
2011-04-28Switch to Lilv from SLV2.David Robillard1-4/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-3/+3
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-4/+5
2011-04-18Saner module loading API.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-21/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-17Jack session support for ingen.David Robillard1-2/+5
2010-11-30Consistent naming for URI quarks.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-14/+14
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard1-2/+0
2010-02-25Work on contexts and polymorphic ports.David Robillard1-1/+12
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-0/+3
2010-01-07Quit cleanly from connect dialog when not connected to engine.David Robillard1-4/+24
2010-01-07Tidy.David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-79/+4
2009-12-22Fix compilation.David Robillard1-1/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-27/+19
2009-06-03Organize ingen_module like other modules.David Robillard1-1/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-32/+32
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-20Remove traces of old icon crap.David Robillard1-1/+1
2008-12-20Use icon by name rather than directly look up path.David Robillard1-7/+3
2008-12-16Trim include dependency tree.David Robillard1-1/+3
2008-11-27Add/install/use Ingen icons.David Robillard1-0/+5
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-4/+16
2008-11-17Tidy up console output.David Robillard1-1/+1
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard1-1/+2
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-3/+3
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1