summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/NodeModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-22LV2 UI extension updates.David Robillard1-8/+22
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ...David Robillard1-8/+1
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard1-4/+7
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard1-5/+5
2007-09-19Toggling of individual node polyphonic state.David Robillard1-9/+9
2007-09-16More obvious visual representation of polyphonic nodes.David Robillard1-3/+2
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard1-0/+8
2007-07-25Distcheck fixes.David Robillard1-0/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-14/+14
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-0/+8
2007-06-06Nicer Flowcanvas naming.David Robillard1-2/+2