summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Fix various problems with control port values.David Robillard6-12/+16
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard1-2/+2
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard5-11/+15
2008-05-19Fix multiple ports showing up when attempting to add a MIDI output to a patch.David Robillard1-1/+1
2008-05-15Show error messages from engine in a pop-up dialog.David Robillard2-2/+16
2008-04-12LV2 UI extension updates from larsl.David Robillard1-1/+1
2008-04-12LV2 event/MIDI fixed for Ingen from larsl.David Robillard1-2/+2
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-3/+3
2008-01-23Remove unnecessary subst vars.David Robillard1-2/+0
2008-01-23More LV2 extension work.David Robillard3-0/+28
2008-01-21Work on generic LV2 events.David Robillard3-7/+11
2008-01-07Fix building.David Robillard1-0/+2
2008-01-06Tone down port colours a touch.David Robillard1-4/+4
2008-01-06Use colours derived from Tango-palette (de-candified, darkened).David Robillard1-5/+5
2008-01-02Fix canvas scroll buttons.David Robillard1-0/+3
2007-12-31Clean up and remove useless code in FlowCanvas.David Robillard1-1/+1
2007-12-21Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro...David Robillard2-62/+65
2007-12-20Fix about dialog close button.David Robillard4-3/+11
2007-12-19Fix LV2 GUI embedding.David Robillard3-13/+15
2007-12-05Preliminary evolutionary stuff in machina.David Robillard3-4/+6
2007-12-02Optional edge length hints for FlowCanvas (only used by Machina).David Robillard3-4/+4
2007-11-30Split redland C++ wrappers out from Raul.David Robillard3-13/+27
2007-11-05Add independent building stuff for ingen.David Robillard1-4/+2
2007-10-26Apply module icons patch from larsl (with formatting/visual tweaks).David Robillard4-18/+62
2007-10-23Plugin icon cache and plugin icons in the plugin dialog, from larsl.David Robillard5-31/+38
2007-10-22LV2 icons in plugin menu.David Robillard1-5/+18
2007-10-21Fix various client-side variable state problems.David Robillard4-5/+18
2007-10-21Fix crash on OSC connection.David Robillard3-11/+15
2007-10-21Fix patch serialisation to a string.David Robillard2-13/+9
2007-10-21Fix port properties window.David Robillard1-1/+0
2007-10-18Fix module size on renaming.David Robillard1-0/+1
2007-10-13Fix crash when control dragging on MIDI or OSC ports.David Robillard1-0/+4
2007-10-11Show 'Loading plugins' instead of the more confusing 'Receiving plugins' in c...David Robillard1-1/+1
2007-10-11Attempt at fixing indefined symbols on inferior computers.David Robillard1-1/+2
2007-10-11Fix initial state of radio buttons in connect window when running ingen -eg.David Robillard3-83/+38
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard3-38/+51
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard4-6/+10
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-2/+2
2007-10-09Blink ports connected to outputs when output blinks.David Robillard1-0/+9
2007-10-09Fix OSC patching.David Robillard1-4/+7
2007-10-08Added missing interface/Patch.hpp.David Robillard2-4/+4
2007-10-08s/MetadataMap/Variables/ etc.David Robillard31-104/+100
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard6-14/+20
2007-10-08Dynamically load Serialiser from serialisation module, make it actually work,...David Robillard4-21/+45
2007-10-08Serializer -> Serialiser.David Robillard3-8/+8
2007-10-08Move Serializer from client lib to serialisation lib (engine or client side s...David Robillard3-4/+4
2007-10-08SharedPtr-ify engine side store.David Robillard1-4/+7
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard3-4/+4
2007-10-08Shared abstract Connection interface.David Robillard2-4/+4
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard10-22/+23