summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-8/+8
2011-10-22De-singleton-ify GUI.David Robillard1-24/+29
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-5/+5
2011-10-10Fix crash when deleting a node with an embedded GUI.David Robillard1-0/+2
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-4/+4
2011-09-23Fix patch port canvas positioning across save/load.David Robillard1-7/+5
2011-09-06Fix crash when clicking patch modules (fix #769).David Robillard1-1/+4
2011-08-20Fix port and node menusDavid Robillard1-1/+1
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard1-4/+5
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard1-4/+4
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-13/+3
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-17/+16
2011-06-06Use sane typedefs for collections.David Robillard1-3/+3
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-8/+8
2011-05-24Move appropriate client headers to public include directory.David Robillard1-4/+4
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-3/+1
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard1-2/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-7/+8
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-7/+9
2011-04-28Switch to Lilv from SLV2.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-2/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-21/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard1-1/+14
2011-02-22Tidy.David Robillard1-16/+30
2011-02-22Better PluginUI abstraction.David Robillard1-11/+5
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-3/+1
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-1/+1
2010-02-25Work on contexts and polymorphic ports.David Robillard1-3/+3
2010-02-23Fix various code issues discovered by cppcheck.David Robillard1-5/+1
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-4/+7
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard1-4/+4
2010-02-04Follow lv2:name for nodes as well (when human names are visible).David Robillard1-3/+13
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-9/+14
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-2/+3
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-29/+27
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-6/+6
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-6/+6
2010-01-06Do all logging output via Raul streams.David Robillard1-5/+6
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-3/+15
2009-11-12String port support.David Robillard1-10/+13
2009-06-06Fix window titles.David Robillard1-0/+1