summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-3/+1
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-2/+3
2014-03-31Make port colours configurable.David Robillard1-5/+5
2014-03-30StateManager => Configuration.David Robillard1-4/+4
2013-03-17Update copyright date.David Robillard1-1/+1
2012-04-21Fix ALSA.David Robillard1-10/+10
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard1-3/+2
2011-11-27Remove linear searching for connections.David Robillard1-1/+1
2011-11-27Document public API.David Robillard1-3/+3
2011-11-25Remove Raul dependency.David Robillard1-2/+0
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-41/+47
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-11Remove dead code.David Robillard1-4/+0
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-4/+0
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-132/+152
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-32/+48
2011-06-06Use sane typedefs for collections.David Robillard1-2/+2
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-2/+2
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-4/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-21/+3
2011-01-09Code cleanups (cpplint).David Robillard1-5/+5
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-2/+8
2010-12-15Clean up code.David Robillard1-4/+6
2010-12-15Fix previous commit's failed attempt to ignore ports (sane ALSA driver).David Robillard1-44/+86
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-80/+54
2010-12-14Use Raul::log for console logging.David Robillard1-12/+13
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-28/+28
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard1-165/+145
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-4/+4
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-7/+7
2008-06-10Fix handling of clients with duplex alsa ports and jack ports (force split).David Robillard1-9/+25
2008-06-09Fix unresized modules when first connecting to Alsa Sequencer.David Robillard1-1/+13
2008-02-23Plug several memory leaks.David Robillard1-6/+13
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-20/+5
2008-02-22Fix zoom font sizes (kinda).David Robillard1-1/+1
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard1-3/+27
2008-01-09Insignificant patchage refresh performance improvement.David Robillard1-1/+0
2008-01-09More patchage refresh performance improvements.David Robillard1-8/+2
2008-01-09More patchage refresh performance improvements.David Robillard1-18/+3
2008-01-09Patchage refresh performance improvementsDavid Robillard1-10/+0
2007-12-19Follow ALSA changes, in a kludgey ridiculously slow way.David Robillard1-1/+2
2007-12-19Fix some ALSA clients/ports not showing up.David Robillard1-17/+12
2007-07-25Avoid some canvas text measuring overhead in Patchage (module resizing).David Robillard1-14/+46
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard1-1/+3