summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
2008-08-22Fix compilation when build doesn't include Ingen GTK client.David Robillard1-0/+3
2008-08-20Make distcheck fixes.David Robillard2-7/+3
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard1-4/+10
2008-08-19Slightly more reliable OSC comms. Still not really up to the task of receivi...David Robillard3-11/+17
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard11-26/+35
2008-08-19Remove weird virtual inheritance interface overlay thing from client in favou...David Robillard3-22/+18
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard1-2/+2
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard1-2/+2
2008-08-19Write lv2:index for patch ports.David Robillard1-3/+3
2008-08-18Fix copy/paste of internal nodes.David Robillard1-2/+2
2008-08-18Fix copy/paste between different patches.David Robillard2-8/+5
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard3-6/+27
2008-08-18More copy/paste and serialisation work.David Robillard5-18/+31
2008-08-17Copy/paste of patch ports.David Robillard2-1/+21
2008-08-17Copy/paste of connections.David Robillard2-6/+11
2008-08-17Select pasted objects.David Robillard1-0/+9
2008-08-17Set/send/etc properties through the engine.David Robillard2-1/+20
2008-08-17Fix copy/paste.David Robillard1-1/+1
2008-08-17Serialise connections as proper resources.David Robillard1-1/+1
2008-08-17More serialization work.David Robillard9-31/+92
2008-08-17Tidy.David Robillard2-2/+2
2008-08-17Clean up parser into generic form that can parse anything (rather than just t...David Robillard6-22/+20
2008-08-17Remove remnants of imperative polyphony interface.David Robillard3-3/+5
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard10-30/+51
2008-08-17Rename 'Loader' 'Parser'.David Robillard3-12/+9
2008-08-17There!David Robillard7-73/+33
2008-08-17Cloooser...David Robillard2-6/+3
2008-08-16Closer...David Robillard2-3/+3
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard2-3/+10
2008-08-16Fix ingen -cDavid Robillard3-9/+12
2008-08-16Remove outdated message about set_dev_environment.shDavid Robillard1-4/+2
2008-08-16Add missing Store.cpp.David Robillard4-27/+24
2008-08-16Fix 'ingen -egl'.David Robillard1-1/+2
2008-08-16Factor out common store functionality.David Robillard3-4/+2
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard9-8/+9
2008-08-15Push serialiser down into core ('world').David Robillard9-41/+38
2008-08-15Add strong Symbol class (just a restricted string, like path) and use it for ...David Robillard1-1/+1
2008-08-14Support toggle controls on module ports.David Robillard1-0/+3
2008-08-14Support for toggle ports in control window (shown as a checkbox).David Robillard8-642/+719
2008-08-14Only show GUI menu items for nodes with available GUIs.David Robillard1-1/+5
2008-08-14Don't load engine module twice.David Robillard1-17/+14
2008-08-14Don't present (or even load widgets from XML) connection window until some ti...David Robillard2-57/+120
2008-08-14Shave some more time off startup (send commands off before updating GUI thing...David Robillard2-21/+24
2008-08-14Don't wait for plugins from ingen, show root patch window as soon as possible...David Robillard1-40/+16
2008-08-14Defer menu creation until it is actually requested (speeds up startup time-to...David Robillard4-49/+86
2008-08-14Fix deadlock.David Robillard1-3/+1
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard1-1/+1
2008-08-14Clamp range of voice selector in node control window.David Robillard4-8/+27
2008-08-14Fix crash when attempting to pop up the GUI of a node with no plugin.David Robillard1-1/+1
2008-08-14Fix crash when showing control window for root patch.David Robillard1-1/+1