summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard3-49/+88
2015-04-01Support adding datatype properties.David Robillard4-35/+126
2015-03-28Unify value widgets in properties dialog.David Robillard12-349/+549
2015-03-28Improve properties window.David Robillard5-53/+220
2015-03-16Fix "no subject" errors when sending file paths.David Robillard2-22/+43
2015-03-16Fix launching GUI with no engine.David Robillard4-114/+171
2015-03-16Fix memory leaks.David Robillard1-0/+2
2015-03-15Fix renaming.David Robillard1-0/+1
2015-03-15Bevel edges of sequence ports.David Robillard2-1/+13
2015-03-15Brighten light theme for printing.David Robillard1-5/+5
2015-03-14Set default export format to PDF.David Robillard1-0/+3
2015-03-13Fix crash on LV2 destruction.David Robillard1-1/+3
2015-03-13Fix crash on save in separate GUI process.David Robillard1-0/+3
2015-03-13Check for options interface before getting.David Robillard1-4/+13
2015-03-10Add Raul to libingen_gui_lv2 libs.David Robillard1-1/+1
2015-03-08Clear graph before loading a new preset.David Robillard1-12/+36
2015-03-08Fix UI update on custom UI control changes.David Robillard2-8/+9
2015-03-08Simplify LV2 state restore code.David Robillard1-5/+4
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard9-10/+20
2015-02-24Remove crusty old internal bindings.David Robillard10-245/+3
2015-02-24Demodularize Parser and Serialiser.David Robillard16-155/+60
2015-02-24Add light theme for typesettable canvas export.David Robillard2-0/+15
2015-02-24Use sequence buffer size from Jack.David Robillard8-10/+30
2015-02-22Set Jack port order metadata.David Robillard2-0/+15
2015-02-21Order ports deterministically.David Robillard2-1/+13
2015-02-19Server side presets.David Robillard11-59/+145
2015-02-19Fix invalid boost format string.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard17-18/+18
2015-02-17Fix display of labels when port is created without.David Robillard6-26/+60
2015-02-16Distinguish edge color from port color slightly.David Robillard4-37/+5
2015-02-14Fix type tags for non-controllable ports.David Robillard2-48/+68
2015-02-14Indicate sequence ports with an arrow tag.David Robillard3-18/+21
2015-02-14Show type tags for more port types.David Robillard2-0/+30
2015-02-14Remove no longer used file.David Robillard1-35/+0
2015-02-14Fix quit via window close.David Robillard5-16/+17
2015-02-14Fix save issues.David Robillard2-8/+13
2015-02-14Clean up save dialog stuff.David Robillard2-35/+41
2015-02-14Confirm quit on last window close.David Robillard2-1/+9
2015-02-14Fix close and quit keybindings.David Robillard1-2/+2
2015-02-14Use the same border width for ports and modules.David Robillard1-1/+0
2015-02-09Fix broadcasting to several clients.David Robillard8-55/+35
2015-02-09Stable sort update only by depth to preserve port order.David Robillard2-6/+10
2015-02-08Don't complain about missing ports when deleting things.David Robillard4-6/+8
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard5-30/+48
2015-02-08Server-side copy paste with LV2 state support.David Robillard37-376/+767
2015-02-08Update embedded Gtk style to match blocks.David Robillard1-8/+8
2015-02-07Add missing files.David Robillard2-0/+173
2015-02-07Fix crash when properties window object goes away.David Robillard1-0/+1
2015-02-07Add configure options for stripped down builds.David Robillard1-1/+16
2015-02-07Demodularize socket stuff.David Robillard15-492/+69