summaryrefslogtreecommitdiffstats
path: root/src/progs
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Updated Copyright notices.David Robillard70-71/+140
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 for building against local raul.David Robillard1-1/+1
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 Robillard5-6/+12
2007-01-06Work on Port destruction (still broken).David Robillard4-15/+23
2007-01-02Fix building non-monolithic Ingenuity.David Robillard2-1/+11
2006-12-23Minor GUI touch-ups.David Robillard7-316/+275
2006-12-13Dropped port translucency a touch.David Robillard1-4/+4
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard6-25/+41
2006-12-13Updated Quit tooltip.David Robillard1-1/+1
2006-12-13Repeated attaching/reattaching/etc/etc with Ingenuity.David Robillard6-74/+62
2006-12-13GUI tweaks.David Robillard2-51/+40
2006-12-12Loading subpatches (ie not just into root).David Robillard3-8/+14
2006-12-12Connection loading.David Robillard5-59/+337
2006-12-11Serialization of patch ports.David Robillard1-8/+7
2006-12-09More loading progress (node positions restore).David Robillard2-9/+7
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard10-46/+62
2006-12-08Fixed plugin type issuesDavid Robillard2-5/+5
2006-12-02More serialization workDavid Robillard1-1/+6
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard5-36/+42
2006-10-16Magic flashy PaneExpander(TM) 2.0.David Robillard1-4/+2
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard4-72/+26
2006-10-15Vertical control strips in Ingen (loaded from Glade now)David Robillard6-291/+370
2006-10-15Fixed patch ports and some bugs.David Robillard4-12/+11
2006-10-05Added missing desktop entry files.David Robillard1-0/+10
2006-10-05Set window icons to.. somethingDavid Robillard1-12/+12
2006-10-05Fixed missing include in flowcanvas (uint32_t).David Robillard3-1/+61
2006-10-05More build system fixes, everything now builds against the local copy if topl...David Robillard3-5/+5
2006-10-04Moved generic utility stuff to new library "raul".David Robillard58-262/+262
2006-10-04Global build system, build system bugfixes.David Robillard7-11/+12
2006-10-04Bug fixes.David Robillard9-17/+186
2006-10-03shared_ptr bugfixes.David Robillard16-110/+158
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard10-61/+72
2006-09-19Alsa MIDI fixes.David Robillard8-573/+105
2006-09-18Work on loading old (deprecated) patches.David Robillard15-337/+115
2006-09-17Patch tree window fixes.David Robillard3-6/+9
2006-09-15Eliminated unecessary PatchPort class.David Robillard8-129/+13
2006-09-15Fixed FlowCanvas #include directives (to include FLOWCANVAS prefix).David Robillard23-250/+164
2006-09-14Patch port and breadcrumb fixes.David Robillard8-53/+87