summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Squeeze blank lines.David Robillard3-3/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard64-1024/+960
2012-03-26Update for latest LV2.David Robillard1-2/+2
2012-03-25Update for latest atom extension.David Robillard4-5/+5
2012-03-20Show entire UI (with menu and status bar) for LV2 UI.David Robillard3-4/+20
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard21-120/+152
2012-03-16Preliminary work towards native LV2 UI.David Robillard14-772/+1148
2012-03-16Remove ping() from interface, just use a get instead.David Robillard1-3/+2
2012-03-16Merge ClientInterface and ServerInterface.David Robillard25-38/+36
2012-03-16Remove activity from interface and use set_property() instead.David Robillard2-3/+6
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-2/+2
2012-03-12Centralise atom creation in forge object.David Robillard21-100/+141
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard4-8/+11
2012-03-12Make port controls actually do something.David Robillard2-37/+36
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard3-6/+8
2012-03-11Fix crash when showing port properties window.David Robillard1-0/+1
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard6-30/+30
2012-03-10Delete trailing whitespace.David Robillard2-3/+3
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard5-5/+5
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard3-11/+2
2011-12-23Use source port colour for connection colour.David Robillard1-2/+1
2011-12-18Use opaque port colours.David Robillard1-6/+6
2011-12-10Fix event handling.David Robillard2-2/+5
2011-12-08Clean up port event stuff.David Robillard3-9/+35
2011-12-08Make canvas direction a property.David Robillard1-2/+2
2011-12-08Fix node moving (inform user via "moved" signal).David Robillard6-12/+12
2011-12-07Fix event handling.David Robillard1-0/+7
2011-12-07Remove cruft from public API.David Robillard3-10/+3
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard14-69/+67
2011-12-06Death to Module.cpp.David Robillard3-14/+6
2011-12-05Move event handling down to C level.David Robillard3-6/+12
2011-12-04Move module port management stuff down to C level.David Robillard1-1/+1
2011-12-04Move module ports down to C level.David Robillard2-6/+6
2011-12-04Remove redundant _canvas field from Item.David Robillard2-4/+4
2011-12-03Don't expose canvas data structures.David Robillard6-46/+60
2011-12-02Joinable => Node.David Robillard4-12/+12
2011-12-02Node => Circle.David Robillard1-2/+2
2011-12-02Remove Shape::store_location() in favour of Joinable::signal_moved.David Robillard2-0/+6
2011-12-02Connection => Edge.David Robillard4-7/+7
2011-12-02Ellipse => Node.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard3-6/+3
2011-12-01Use consistent property wrappers for x and y coordinates.David Robillard3-10/+10
2011-12-01Fix compilation.David Robillard7-13/+13
2011-12-01Remove menu stuff from FlowCanvas.David Robillard6-2/+21
2011-11-30Connectable => Joinable.David Robillard4-12/+12
2011-11-30Possible for for old Gtk versions.David Robillard1-6/+0
2011-11-29Remove all centering stuff. Nothing but trouble.David Robillard1-1/+1
2011-11-29Remove libgnomecanvasmm dependency.David Robillard8-10/+3
2011-11-28Make Item no longer a Gnome::Canvas::Group.David Robillard2-0/+6