summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-20Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...David Robillard2-6/+17
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard5-8/+11
2010-02-18Use property_visible instead of set_visible which is apparently missing from ...David Robillard1-5/+5
2010-02-14Ssshh.David Robillard1-3/+0
2010-02-14Toggle sensitivity of voices spinbutton according to radio buttons.David Robillard2-21/+6
2010-02-14Merge LoadPatchWindow and LoadSubpatchWindow.David Robillard13-576/+203
2010-02-14Set unique keyboard mnemonics for widgets.David Robillard2-86/+31
2010-02-14Fix plugin and subpatch name offsets.David Robillard2-13/+7
2010-02-14Fix loading of subpatches.David Robillard8-302/+332
2010-02-14Remove voice specific control setting.David Robillard4-153/+5
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard4-1/+30