summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Use port name from SLV2 for labels where possible (fix ticket #636).David Robillard2-8/+8
2011-02-18Trim more cruft.David Robillard2-7/+1
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard5-49/+23
2011-02-17Jack session support for ingen.David Robillard2-4/+9
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-7/+3
2011-02-17Map "Draw" to C-d (don't clash with C-p for "Properties").David Robillard1-1/+1
2011-02-16Tidy.David Robillard2-6/+4
2011-02-16Tidy up serialiser interface.David Robillard1-3/+2
2011-02-16Use simpler, single, file extensions.David Robillard1-1/+2
2011-02-16Drop redlandmm for sordmm.David Robillard4-9/+7
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+3
2011-02-15Trim more redlandmm API.David Robillard2-2/+0
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-0/+3
2011-01-31Non-SPARQL LV2 presets implementation (compile against new slv2).David Robillard1-27/+58
2011-01-08Support via waf for running from the build directory.David Robillard3-16/+34
2010-12-25Trim raul/Atom.hpp include tree.David Robillard1-2/+1
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-5/+4
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-1/+1
2010-12-16Updates for waf 1.6.David Robillard1-8/+8
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard2-20/+6
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard2-5/+17
2010-11-30Consistent naming for URI quarks.David Robillard3-5/+5
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-1/+1
2010-10-28Add missing local library dependencies.David Robillard1-1/+1
2010-10-28OSX compilation fix: #include missing <math.h> and use std::isnan.David Robillard1-2/+3
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard4-9/+11
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard66-67/+67
2010-06-04Give patch window a default width and height for inferior window managers.David Robillard1-0/+2
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard2-0/+2
2010-03-07Fix module context menus (only steal patch window events for key events).David Robillard1-1/+6
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 Robillard10-55/+54
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard4-11/+14
2010-03-04Scroll to origin on Home key press.David Robillard1-0/+3
2010-03-04Cascade when several objects are added via keyboard in sequence.David Robillard2-9/+18
2010-03-04Keyboard mnemonics for port add menuitems.David Robillard1-6/+6
2010-03-04Pop up patch context menu on space or menu key press (i.e. ability to add stu...David Robillard2-4/+32
2010-03-04Fix non-canvas key bindings (alt-f for file and such).David Robillard2-6/+3
2010-03-04Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter).David Robillard4-55/+19
2010-03-04Fix Cancel button of quit confirmation dialog (don't hide the last patch wind...David Robillard1-1/+1
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard4-37/+53
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-02-26Add center parameter to FlowCanvas::Canvas::arrange with default value trueDavid Robillard3-4/+4
2010-02-26Arrange at the top left and scroll to top left corner by default.David Robillard1-2/+0
2010-02-26Show control ports in control dialog (fix regression from r2492).David Robillard1-1/+2
2010-02-25Work on contexts and polymorphic ports.David Robillard11-77/+70
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-2/+2
2010-02-23Fix various code issues discovered by cppcheck.David Robillard7-18/+12