summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPluginWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-1/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-04-28Lint.David Robillard1-4/+6
2012-04-28Remove using declarations from headers.David Robillard1-0/+4
2012-03-27Fix load plugin window.David Robillard1-4/+8
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+4
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-4/+3
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-2/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-2/+2
2011-10-22De-singleton-ify GUI.David Robillard1-11/+11
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-4/+4
2011-10-01Fix filter selector in load plugin window.David Robillard1-0/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-6/+10
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-15/+21
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-4/+4
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-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-20/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard1-0/+4
2011-02-18Trim more cruft.David Robillard1-5/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard1-0/+1
2010-02-14Set unique keyboard mnemonics for widgets.David Robillard1-3/+3
2010-02-14Fix plugin and subpatch name offsets.David Robillard1-12/+6
2010-02-14Fix loading of subpatches.David Robillard1-9/+13
2010-02-07Show type (LV2, LADSPA, etc) label in plugin window rather than URI.David Robillard1-15/+15
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-2/+2
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-5/+7
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-6/+9
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-2/+2
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-12-11Build against old Gtkmm (without clear icon in text entries).David Robillard1-0/+5
2009-11-16Add close button to node properties dialog.David Robillard1-8/+1
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-11-16Clean up load plugin window and add close button.David Robillard1-26/+12
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-0/+3
2009-05-30Multi-select in load plugin window (add several plugins at once).David Robillard1-71/+84
2009-05-30Fix load plugin window.David Robillard1-1/+3
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-12/+26
2009-05-28Generic plugin property mechanism.David Robillard1-38/+14