summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-01-07Fix crash when clicking currently active breadcrumb.David Robillard2-3/+2
2007-01-06Fixed Alsa MIDI.David Robillard1-1/+1
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard24-97/+183
2007-01-06Work on Port destruction (still broken).David Robillard20-137/+233
2007-01-02Fix building non-monolithic Ingenuity.David Robillard5-38/+15
2007-01-02Initial work on dynamic (Jack) buffer resizing (still unworking).David Robillard17-160/+232
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 Robillard8-38/+57
2006-12-13Updated Quit tooltip.David Robillard1-1/+1
2006-12-13Repeated attaching/reattaching/etc/etc with Ingenuity.David Robillard6-74/+62
2006-12-13Simpler/Faster/Prettier/Saner connection curves.David Robillard1-8/+0
2006-12-13GUI tweaks.David Robillard2-51/+40
2006-12-12Loading subpatches (ie not just into root).David Robillard7-49/+118
2006-12-12Connection loading.David Robillard17-186/+474
2006-12-11Serialization of patch ports.David Robillard13-61/+106
2006-12-09More loading progress (node positions restore).David Robillard9-20/+143
2006-12-09Preliminary patch loading (just loads nodes from RDF).David Robillard19-83/+344
2006-12-08Fixed plugin type issuesDavid Robillard16-33/+62
2006-12-02More serialization workDavid Robillard6-295/+376
2006-12-01Serialization workDavid Robillard3-21/+98
2006-11-23Updated for Jack MIDI APIDavid Robillard2-3/+3
2006-11-06Fixed serialization of connections (or anything using RDF blank nodes).David Robillard2-49/+29
2006-10-28Added proper new loading interface to Serializer, updated everything that use...David Robillard7-71/+85
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard4-9/+190
2006-10-16Another alsa bug.David Robillard1-1/+1
2006-10-16Another alsa fixDavid Robillard1-2/+2
2006-10-16Alsa fix.David Robillard1-2/+2
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard39-197/+32
2006-10-16Magic flashy PaneExpander(TM) 2.0.David Robillard1-4/+2
2006-10-16Minor flowcanvas visual touchups.David Robillard1-23/+28
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard17-88/+138
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-14Removed unecessary template parameters which broke builds on.. um.. the exact...David Robillard1-2/+2
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 Robillard190-1751/+674
2006-10-04Global build system, build system bugfixes.David Robillard12-95/+80
2006-10-04Bug fixes.David Robillard13-91/+326
2006-10-03shared_ptr bugfixes.David Robillard22-237/+329
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard25-359/+865
2006-09-19Alsa MIDI fixes.David Robillard15-623/+224
2006-09-18More store error correcting fixes.David Robillard6-26/+47
2006-09-18Work on loading old (deprecated) patches.David Robillard66-981/+1253
2006-09-17Patch clearing.David Robillard3-3/+21
2006-09-17Patch tree window fixes.David Robillard3-6/+9
2006-09-16Fixes for building w/o DSSI.David Robillard5-10/+12