summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-26Clean up Ganv API.David Robillard1-1/+1
2014-03-31Make port colours configurable.David Robillard1-1/+1
2013-03-17Update copyright date.David Robillard1-1/+1
2013-02-05Fix bad format strings.David Robillard1-3/+3
2012-08-10Fix a ton of warnings.David Robillard1-3/+3
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard1-1/+1
2011-11-27Document public API.David Robillard1-1/+1
2011-11-25Remove Raul dependency.David Robillard1-2/+0
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-9/+20
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-2/+2
2011-06-20Fix crashes on jack client exit.David Robillard1-4/+1
2011-06-19Remove module from canvas when Jack clients exit.David Robillard1-4/+1
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-3/+1
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-6/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-9/+8
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-01-09Code cleanups (cpplint).David Robillard1-1/+1
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-2/+2
2011-01-06Clean up port cache (fix crashes and wacky behaviour caused when clients/port...David Robillard1-17/+1
2010-12-18Fix compilation.David Robillard1-1/+1
2010-12-18Remove previously committed warning, which isn't always a problem... :/David Robillard1-2/+1
2010-12-18Remove pointless empty module resize.David Robillard1-2/+2
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-0/+2
2010-12-15Clean up code.David Robillard1-3/+3
2010-12-14Better error messages.David Robillard1-10/+14
2010-12-14Use Raul::log for console logging.David Robillard1-9/+10
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-8/+8
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard1-3/+6
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-21Fix crash for very short lived Jack ports (fix ticket #188).David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-10-01Integrate patchage into build system.David Robillard1-2/+2
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-2/+2
2008-07-10Fix patchage/raul building without jack.David Robillard1-3/+7
2008-03-16Yet more Patchage D-Bus fixes.David Robillard1-4/+3
2008-03-16Fix Jack D-Bus stuff.David Robillard1-1/+1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-0/+5
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-7/+22
2008-02-23Fix drawing issues on refresh.David Robillard1-1/+1
2008-02-20Support jack client de-registration event.David Robillard1-0/+17
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard1-76/+9