summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-10-01Tidy.David Robillard1-9/+10
2011-10-01Hide documentation pane on initial show.David Robillard3-14/+6
2011-10-01Support scrolling in HTML view.David Robillard3-13/+14
2011-10-01Saner default size for initial show of documentation pane.David Robillard3-1/+12
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard7-28/+69
2011-10-01Fix filter selector in load plugin window.David Robillard1-0/+1
2011-09-24Fix keyboard shortcuts for copy and paste.David Robillard1-0/+2
2011-09-24Fix crash when plugin model is not available.David Robillard1-1/+1
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard1-6/+0
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard4-10/+48
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard2-10/+13
2011-09-23Fix patch port canvas positioning across save/load.David Robillard2-15/+17
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard1-1/+3
2011-09-23Animate audio port colours based on levels.David Robillard3-6/+59
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard6-15/+58
2011-09-06Fix crash when clicking patch modules (fix #769).David Robillard1-1/+4
2011-09-01Add C-s hotkey for File->SaveDavid Robillard1-0/+1
2011-08-20Remove cruft.David Robillard1-17/+0
2011-08-20Fix port and node menusDavid Robillard8-1888/+2230
2011-08-20Fix node control windows (ticket #733).David Robillard2-5/+5
2011-07-06Fix errors in UI file (ticket #722)David Robillard1-11/+5
2011-07-04Eliminate weird-looking empty menus on non-control portsDavid Robillard3-17/+16
2011-07-04Fix inability to create subpatches (ticket #722).David Robillard1-0/+2
2011-07-04Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721).David Robillard8-26/+27
2011-06-11Remove dead code.David Robillard1-3/+0
2011-06-10Avoid resizing entirely when adding a port and new size/etc is simple to comp...David Robillard8-27/+30
2011-06-09Automatically resize modules at update time as necessary.David Robillard3-18/+5
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard10-108/+95
2011-06-06Use sane typedefs for collections.David Robillard2-5/+5
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-1/+0
2011-06-04Make all Canvas data members private.David Robillard2-23/+13
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard9-46/+36
2011-06-03Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory.David Robillard1-2/+2
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-25Fix crash on popping up node menu.David Robillard1-5/+7
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard7-21/+16
2011-05-24Move appropriate client headers to public include directory.David Robillard41-76/+85
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard3-40/+10
2011-05-24Tidy up headers.David Robillard1-19/+3
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard7-32/+8
2011-05-21Load UI file from window level (fixes unparented widget warnings).David Robillard2-5/+7
2011-05-21Fix Gtk warnings (avoid loading top level of UI file).David Robillard11-41/+34
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard51-900/+858
2011-05-18Exit when connect window is closed and there are no open patch windows.David Robillard1-1/+1
2011-05-13Make models const in client code.David Robillard47-328/+409
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard15-58/+74
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-10/+11
2011-04-29LilvValue => LilvNode.David Robillard2-38/+38
2011-04-29Terser names for value constructors.David Robillard1-6/+6
2011-04-29Don't hide pointers behind typedefs.David Robillard3-36/+39