summaryrefslogtreecommitdiffstats
path: root/src/gui/App.hpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-0/+4
2014-01-24Fix various whitespace and formatting issues.David Robillard1-15/+14
2014-01-07Remove unused plugin icon stuff.David Robillard1-19/+0
2014-01-04Fix control updating with animated canvas.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-12/+12
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-6/+6
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+3
2012-08-19Patch => GraphDavid Robillard1-6/+6
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-0/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-10/+8
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-4/+4
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-5/+5
2012-04-28Lint.David Robillard1-5/+6
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+3
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-3/+2
2012-03-12Centralise atom creation in forge object.David Robillard1-0/+1
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-1/+2
2011-11-29Remove libgnomecanvasmm dependency.David Robillard1-1/+0
2011-10-22De-singleton-ify GUI.David Robillard1-2/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-2/+2
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+1
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-0/+8
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-3/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-2/+2
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-11/+6
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-6/+6
2010-02-25Work on contexts and polymorphic ports.David Robillard1-3/+7
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+2
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2010-01-07Quit cleanly from connect dialog when not connected to engine.David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-2/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-17/+17
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-6/+6
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard1-1/+1
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-2/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2