summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-07Added shared abstract interface for ports.David Robillard4-19/+28
2007-10-07Remove DSSI.David Robillard8-455/+1
2007-10-07Begin using shared virtual Node interface client side.David Robillard18-59/+65
2007-10-06Access to object properties window via context menu (most importantly the por...David Robillard12-68/+101
2007-10-06Fix building without libcurl.David Robillard3-5/+21
2007-10-06Removed comment that's no longer applicable. It was a bad comment. Yay.David Robillard1-3/+0
2007-10-05Fix embedded LV2 GUI resizing.David Robillard2-18/+28
2007-10-05Fix ridiculous CPU chewing on embedded LV2 GUIs.David Robillard2-0/+13
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard6-9/+31
2007-10-03Initialise GUI controls for popped up GUIs as well.David Robillard2-17/+32
2007-10-03Set initial values for embedded LV2 GUIs.David Robillard1-2/+9
2007-10-03Fix embedded widget size (don't crop pixels on the RHS).David Robillard1-3/+3
2007-10-03Always hide toolbar text.David Robillard3-1/+5
2007-10-03Apply/tweak patch from larsl to apply matching style to embedded GUIs.David Robillard2-1/+27
2007-10-03s/Ingenuity/Ingen/David Robillard3-12/+12
2007-10-03Hide LV2 GUI context menu items for non-LV2 nodes.David Robillard2-11/+9
2007-10-03Fix embed gui/popup gui/show controls items in node menu.David Robillard2-12/+25
2007-10-02Graceful shutdown on Ctrl+C (hopefully?).David Robillard1-3/+3
2007-10-02Revert completely broken glade file. gg, glade-3....David Robillard1-462/+884
2007-10-02Maybe turn off text labels on ingen toolbar, possibly.David Robillard1-884/+462
2007-10-02Fix LV2 GUI updating on initial plugin creation (ie w/o having to restart GUI).David Robillard1-6/+11
2007-10-01Fix unembedding/reembedding of LV2 GUIs.David Robillard1-6/+2
2007-10-01Blink MIDI ports on message transmission.David Robillard5-4/+59
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard2-4/+35
2007-09-26Fix plugin embedding toggling.David Robillard1-2/+10
2007-09-24Avoid thread creation and glade stuff on module/port creation (defer until me...David Robillard7-27/+39
2007-09-24LV2 UI interface cleanups.David Robillard1-2/+2
2007-09-23Embedded LV2 GUI resizing.David Robillard2-11/+28
2007-09-23LV2 GUI embedding w/ proper sizing.David Robillard1-10/+20
2007-09-23Fix liblo thing for real this time.David Robillard1-2/+6
2007-09-23Fix some weird liblo problem, probably in a breakey and/or leakey way.David Robillard1-1/+1
2007-09-23Working LV2 GUI embedding, except for size issues...David Robillard5-474/+550
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard4-6/+9
2007-09-22Type oblivious set_port_value interface.David Robillard2-3/+3
2007-09-22LV2 UI extension updates.David Robillard4-8/+55
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ...David Robillard3-10/+3