summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Trim include dependency tree.David Robillard34-91/+117
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-1/+2
2008-12-03Don't allow renaming to the same name (fix ticket #282).David Robillard1-2/+4
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard7-45/+67
2008-12-02Fix potential segfault when right-clicking patch nodes.David Robillard1-2/+2
2008-11-30Some support for bundle saving.David Robillard3-29/+43
2008-11-29Always/explicitly focus text entry in rename window on present.David Robillard2-1/+10
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard1-1/+1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-6/+5
2008-11-28Sane ontology for internaals.David Robillard1-2/+2
2008-11-28MIDI learn for note trigger node.David Robillard1-1/+2
2008-11-28Add File->Draw to render patch to graphviz (which can then be used to draw to...David Robillard3-0/+64
2008-11-27MIDI learn for control node.David Robillard3-0/+26
2008-11-27Add/install/use Ingen icons.David Robillard1-0/+5
2008-11-27Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the ...David Robillard3-505/+495
2008-11-27Fix menu mnemonics.David Robillard2-516/+492
2008-11-27...David Robillard1-2/+0
2008-11-27Replace "modes" with boolean "edit controls" in tooltips etc.David Robillard5-65/+65
2008-11-27Make use of status bar.David Robillard4-20/+56
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard6-12/+39
2008-11-24Fix crash on mouse over of subpatches.David Robillard1-1/+2
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard1-2/+1
2008-11-22Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord...David Robillard5-13/+12
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard8-31/+128
2008-11-22Add option to hide port labels.David Robillard8-499/+534
2008-11-22Finer grained locking on RDF world lock when parsing: prevents deadlock on lo...David Robillard1-3/+9
2008-11-22Tolerate plugins with nonsense ranges (fix ticket #268).David Robillard1-0/+2
2008-11-22Hide polyphonic menu entry for event ports (fix ticket #270).David Robillard1-0/+3
2008-11-22Fix subpatch loading (fix ticket #271).David Robillard1-2/+0
2008-11-17Update year.David Robillard1-1/+1
2008-11-17Tidy up console output.David Robillard2-2/+1
2008-11-17Fix initial active state of created subpatches.David Robillard2-3/+7
2008-11-16Remember patch save file location in client (fix ticket #239).David Robillard1-13/+7
2008-11-16Accelerators for all context menu entries (ticket #264).David Robillard1-492/+492
2008-11-16Fix clashing menu accelerators (fix ticket #263).David Robillard1-2/+6
2008-11-16Set new patch window non-resizeable so it's sized sanely in tiling WMs.David Robillard1-486/+487
2008-11-16Shutup.David Robillard1-3/+1
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard7-49/+58
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-1/+1
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard3-6/+10
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-1/+1
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard4-17/+13
2008-10-20Actually use installation location variables for everything.David Robillard1-3/+3
2008-10-19Make ingen actually run again :)David Robillard3-7/+8
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard40-63/+63
2008-10-12Resize portless modules properly (e.g. new subpatch creation).David Robillard1-2/+2
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard3-542/+486
2008-10-12Fix blank port names for plugins without human names (ie all LADSPA and inter...David Robillard1-6/+9
2008-10-12Fix Om patch loading (import and load as child).David Robillard1-11/+15