summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Add UI for adding arbitrary object properties to properties dialog.David Robillard3-27/+342
2012-07-27Sshh.David Robillard1-2/+0
2012-07-26Fix creation of polyphonic nodes from plugin dialog.David Robillard1-4/+3
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard3-4/+10
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard2-0/+25
2012-07-16Tidy.David Robillard1-1/+1
2012-06-30Fix occasional crashes after node deletion (fix #843).David Robillard1-0/+4
2012-06-12Tidy.David Robillard1-14/+11
2012-06-12Add "expose" (to parent) operation for ports.David Robillard4-31/+70
2012-05-23Trim unnecessary includes.David Robillard3-5/+0
2012-05-23Fix creation of event ports via GUI.David Robillard1-0/+4
2012-05-23Update status bar only for control ports with the pointer over them.David Robillard2-7/+11
2012-05-23Fix crash when loading polyphonic patches.David Robillard1-4/+9
2012-05-22More work on test suite.David Robillard1-1/+2
2012-05-14Remove useless abs and fix compilation error on some platforms (fix ticket #8...David Robillard1-1/+1
2012-05-14Clean up Thread interface.David Robillard1-3/+2
2012-05-13Handle exception by reference.David Robillard3-6/+6
2012-05-13Initialize all members on construction.David Robillard2-8/+21
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-1/+5
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard4-3/+12
2012-05-12Don't send selection information to the server.David Robillard3-22/+0
2012-05-12Get copy and paste working again.David Robillard1-27/+42
2012-05-11Avoid including gtkmm.hDavid Robillard30-27/+99
2012-05-11Move Forge to the appropriate namespace.David Robillard3-4/+4
2012-05-11Add missing includes.David Robillard22-7/+45
2012-05-11Lint.David Robillard2-18/+18
2012-05-11"Connection" => "Edge"David Robillard4-32/+28
2012-05-11Clean up and better document World interface.David Robillard3-13/+12
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard21-109/+105
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard3-5/+5
2012-05-10LV2URIMap => URIMap.David Robillard19-48/+41
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard2-5/+12
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard2-2/+2
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-13/+4
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard2-2/+2
2012-05-01Remove half baked control window stuff. The canvas is better anyway.David Robillard22-1135/+5
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard2-0/+36
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard4-44/+38
2012-04-28Lint.David Robillard19-47/+69
2012-04-28Remove using declarations from headers.David Robillard44-283/+304
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-1/+1
2012-04-26Fix undefined reference.David Robillard1-3/+3
2012-04-25Move more functionality down to C canvas.David Robillard1-2/+2
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard3-22/+22
2012-04-24Move more implementation to C GanvCanvas.David Robillard1-1/+1
2012-04-24Give canvas focus by default so keyboard commands work.David Robillard5-17/+7
2012-04-24Fix downward signal flow display (i.e. port labels disabled).David Robillard2-11/+2
2012-04-24Update copyright stuff in about dialog.David Robillard1-3/+3
2012-04-23Fix polyphony widgets (fix #664).David Robillard2-3/+10