summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-14Fix initial stacked border state of modules on patch importing.David Robillard1-2/+1
2008-08-13Fix crash on 'clear' in plugin selector window.David Robillard1-4/+9
2008-08-13Fix new node default naming from both plugin window and patch context menu.David Robillard2-10/+21
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard3-229/+0
2008-08-13Move crap (now) only used internally by deprecated loader to DeprecatedLoader...David Robillard5-5/+0
2008-08-13Remove control modifier which conflicted with multi-select in FlowCanvas.David Robillard2-22/+18
2008-08-12Fix plugin selection window (adding the same plugin twice in a row works, nic...David Robillard1-8/+12
2008-07-30Allow loading multiple subpatches at once (in Load Patch dialog from context ...David Robillard1-2/+12
2008-07-29Add converted Smack 909 patches.David Robillard1-2/+0
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard9-69/+52
2008-06-23Move widget embedding down to FlowCanvas.David Robillard2-88/+22
2008-06-23Formatting.David Robillard1-1/+1
2008-06-10Spell kludge correctly :)David Robillard1-1/+1
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard9-15/+38
2008-06-09Fix prompting for filename when patch is loaded from command line.David Robillard2-6/+1
2008-06-09Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in...David Robillard4-20/+61
2008-06-09Fix lingering breadcrumbs of destroyed subpatches (ticket #80).David Robillard6-17/+17
2008-06-09Fix port control slider synchronization issues.David Robillard3-5/+4
2008-06-09Fix compilation.David Robillard1-3/+3
2008-06-09Bump liblo dependency to 0.25 (SVN).David Robillard2-10/+11
2008-06-09Store information from patch properties window.David Robillard2-8/+10
2008-06-09Make sure plugin window isn't modal (hopefully...).David Robillard1-0/+1
2008-06-09Add quick context menu for Internal 'plugins'.David Robillard2-2/+30
2008-05-20Fix various problems with control port values.David Robillard6-12/+16