summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Moved loading out to it's own namespace.David Robillard4-12/+13
2007-05-01Morph disconnect button into cancel while attempting a connectionDavid Robillard1-2/+5
2007-05-01GUI cleanups.David Robillard4-59/+83
2007-05-01Fixed remote patch loading.David Robillard1-2/+3
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard11-24/+51
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard5-4688/+3065
2007-04-29Replace URIs in load plugin dialog with user friendly strings.David Robillard2-1/+31
2007-04-23Moved range controls from node controls window to popup dialog to declutter.David Robillard7-138/+548
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard3-3/+81
2007-04-19Renamed SLV2Model SLV2World.David Robillard2-12/+4
2007-04-18Added cURL compiler flags.David Robillard1-2/+2
2007-04-17Added missing files.David Robillard2-0/+384
2007-04-16Updated Jack version checked by configure.David Robillard8-20/+367
2007-04-12Remote patch indexing, loading from online patch repository.David Robillard3-34/+169
2007-04-12Updated Raptor dependency to 1.4.14 (for Turtle serialization).David Robillard10-12/+334
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-1/+1
2007-04-11Fix control range restoring when reattaching to the engine (properly store po...David Robillard1-14/+8
2007-04-11Crank up control slider precision.David Robillard1-26/+74
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard1-5/+8
2007-04-09Bugfixes.David Robillard1-1/+1
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard2-2/+3
2007-04-07Visual tweaks.David Robillard7-40/+65
2007-04-07Fixed connection to patch MIDI ports when loading deprecated patches.David Robillard3-9/+21
2007-04-07Fix for overly loopy connections over short distances.David Robillard4-10/+45
2007-04-06Fixed overly dark connection colours.David Robillard1-1/+2
2007-04-06Fix Ingenuity icon.David Robillard1-13/+13
2007-04-06Icon fixes.David Robillard2-2/+2
2007-03-30Serialization fixes.David Robillard6-11/+18
2007-03-25Fixed construction algorithm bugs.David Robillard1-1/+0
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard6-66/+71
2007-03-11Added "Ingenuity" to window titles.David Robillard1-1/+1
2007-03-11Fixed node context menu.David Robillard2-5/+7
2007-02-23Toolbar/breadcrumb fixes.David Robillard3-28/+29
2007-02-23GUI touchups.David Robillard1-49/+95
2007-02-18Updated URLs.David Robillard1-1/+1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard2-10/+10
2007-02-07Updated Copyright notices.David Robillard66-67/+132
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting things...David Robillard3-13/+16
2007-02-07Mad sed-fu for consistent private member naming.David Robillard49-966/+966
2007-01-23Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.David Robillard1-2/+2
2007-01-22Created Raul namespace.David Robillard3-4/+4
2007-01-16Deprecated patch loading.David Robillard2-26/+34
2007-01-14Fixed launching of external ingen process from ingenuity.David Robillard2-14/+33
2007-01-12Close control windows on node destruction.David Robillard3-1/+14
2007-01-12Control value persistence/serialization.David Robillard6-20/+25
2007-01-08Alsa MIDI fixed.David Robillard1-3/+3
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard1-21/+36
2007-01-07Minor about dialog updates.David Robillard1-3/+3
2007-01-07Fix crash when clicking currently active breadcrumb.David Robillard2-3/+2
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard4-5/+11