summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-01-13VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-13VBAP backend re-work (part two): speaker positioningRobin Gareus
2014-01-13VBAP backend re-work (part one):Robin Gareus
2014-01-13'libs/timecode' - Change some instances of 'rint' to be 'lrint' (better compa...John Emmas
2014-01-13'libs/evoral' - and add 'Note.impl' to the projectJohn Emmas
2014-01-13'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessa...John Emmas
2014-01-12use LIBEVORAL_TEMPLATE_API with Evoral::NotePaul Davis
2014-01-12fix 64 bit template typesPaul Davis
2014-01-12add new file (required by MSVC) to sources listPaul Davis
2014-01-12use LIBEVORAL_TEMPLATE_APIPaul Davis
2014-01-12add LIBEVORAL_TEMPLATE_API to deal with gcc/msvc difference of opinionPaul Davis
2014-01-12remove VAMP and Rubberband from source treePaul Davis
2014-01-12add -fvisibility=default back to cxx/cflags when building QM DSP and VAMP plu...Paul Davis
2014-01-12add export visibility macroPaul Davis
2014-01-12add new filePaul Davis
2014-01-12add missing export/visibility macroPaul Davis
2014-01-12remove taglib from source tree (require external provision)Paul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-12add export/visibility macros to libtimecode and build as a shared library againPaul Davis
2014-01-12build libsmf as a static library, since it is private to evoral and would oth...Paul Davis
2014-01-12Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-12'libs/evoral' - Move a couple of 'IdentityConverter' functions into their own...John Emmas
2014-01-12'libs/evoral' - DLL visibility stuff and associated changes needed for buildi...John Emmas
2014-01-11fix merge with masterPaul Davis
2014-01-10Support midnam controller value labels.David Robillard
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-10final (?) tweaks to rectangle renderingPaul Davis
2014-01-10clamp expose (queue_redraw()) requests to visible window area, some extra deb...Paul Davis
2014-01-10fix panner search pathRobin Gareus
2014-01-10make no-zero-line be the default for wave views (still shown for normal audio...Paul Davis
2014-01-10fix up thinko in recent raise_to_top/lower_to_bottom optimizationPaul Davis
2014-01-10slightly expand CanvasRender debug outputPaul Davis
2014-01-10don't go through ::deliver_enter_leave() unnecessarilyPaul Davis
2014-01-10re-configure _all_ panners on a route, when panner type changesRobin Gareus
2014-01-10add a fixed priority to panner modulesRobin Gareus
2014-01-09add [missing] left_half_rectangle utilRobin Gareus
2014-01-08prevent Rect::expand() from generating negative coordinates where there were ...Paul Davis
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2014-01-08Fix dither data width assertions and related testsSakari Bergen
2014-01-08tweak rectangle bounding box computationPaul Davis
2014-01-08remove unused codePaul Davis
2014-01-08change rounding used for convert Rect from canvas to window coordinatesPaul Davis
2014-01-08Revert "remove unused code"Paul Davis
2014-01-08remove unused codePaul Davis
2014-01-07shrink waveview zero line to single pixelPaul Davis
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-07mostly fix conceptual error in how canvas rectangle frames are drawnPaul Davis
2014-01-07for now, hide ugly circle thing in drag handlesPaul Davis