summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-386/+0
2008-09-29Fix crash when using ingen -gl to load a patch (because the plugin hasn't arr...David Robillard1-3/+3
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard1-1/+8
2008-09-15Make view togglable between symbols and human names (just LV2 plugins for now).David Robillard1-1/+31
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard1-4/+10
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard1-4/+4
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard1-2/+2
2008-08-18More copy/paste and serialisation work.David Robillard1-1/+2
2008-08-17Set/send/etc properties through the engine.David Robillard1-1/+19
2008-08-17More serialization work.David Robillard1-7/+11
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-1/+9
2008-08-14Fix crash when attempting to pop up the GUI of a node with no plugin.David Robillard1-1/+1
2008-08-14Fix initial stacked border state of modules on patch importing.David Robillard1-2/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard1-81/+21
2008-06-23Formatting.David Robillard1-1/+1
2008-06-10Spell kludge correctly :)David Robillard1-1/+1
2008-05-20Fix various problems with control port values.David Robillard1-1/+0
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 Robillard1-4/+6
2008-04-12LV2 UI extension updates from larsl.David Robillard1-1/+1
2007-12-21Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro...David Robillard1-59/+60
2007-10-18Fix module size on renaming.David Robillard1-0/+1
2007-10-09Fix OSC patching.David Robillard1-4/+7
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-8/+8
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-3/+3
2007-10-07Added shared abstract interface for ports.David Robillard1-2/+10
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-1/+1
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 Robillard1-17/+26
2007-10-05Fix ridiculous CPU chewing on embedded LV2 GUIs.David Robillard1-0/+11
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard1-1/+1
2007-10-03Initialise GUI controls for popped up GUIs as well.David Robillard1-17/+31
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-03Apply/tweak patch from larsl to apply matching style to embedded GUIs.David Robillard1-0/+7
2007-10-03Hide LV2 GUI context menu items for non-LV2 nodes.David Robillard1-4/+0
2007-10-03Fix embed gui/popup gui/show controls items in node menu.David Robillard1-8/+21
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 Robillard1-1/+1
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard1-4/+32
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 Robillard1-7/+12
2007-09-24LV2 UI interface cleanups.David Robillard1-2/+2
2007-09-23Embedded LV2 GUI resizing.David Robillard1-11/+27
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 Robillard1-1/+54
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-2/+2