summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-01-02make raise_to_top() and lower_to_bottom() no-ops if item is already in the ri...Paul Davis
2014-01-02add drag handle source to wscriptPaul Davis
2014-01-02basic, prototypical drag handle implementationPaul Davis
2014-01-02tweak design of time axis view item name text handlingPaul Davis
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2014-01-02Fix tests compilation after Control API changesJulien de Kozak
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-31remove legacy CANVAS_COMPATIBILITY property_foo() stuff (related to gnomecanv...Paul Davis
2013-12-31debug message: print uint8 channel as integer not charRobin Gareus
2013-12-30fix an errant visibility macroPaul Davis
2013-12-30change clip level variable units to dB (conversion likely not complete yet)Paul Davis
2013-12-30add new configurable parameter for waveview clip levelPaul Davis
2013-12-30define signal associated with configurable clipping level to Canvas::WaveViewPaul Davis
2013-12-30add configurable clipping level to Canvas::WaveViewPaul Davis
2013-12-30ignore invisible items when picking the current itemPaul Davis
2013-12-30improve debug messageRobin Gareus
2013-12-30fix assert for non-existing MIDI patch-namesRobin Gareus
2013-12-30optimize peak calculation of silent buffersRobin Gareus
2013-12-30NOOP. remove trailing whitespaceRobin Gareus
2013-12-30make meters request constant buffersRobin Gareus
2013-12-29try to rationalize logic for displaying/hiding regionview (time axis view ite...Paul Davis
2013-12-29use buffer APIs instead of raw memcpy, fix plugin bypassRobin Gareus
2013-12-29add proper namespace to PBD::demangle for systems without execinfoPaul Davis
2013-12-28fix replicate_missing_region_channels optionRobin Gareus
2013-12-28Merge branch 'master' into cairocanvasPaul Davis
2013-12-28slight optimization of PolyItem::render_path()Paul Davis
2013-12-28remove unused API to explicitly set/unset buffer silent flagRobin Gareus
2013-12-28centralize buffer silent-flagRobin Gareus
2013-12-27add visibility/export control to libcanvasPaul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-27add support for old compilers w/o implicit stdboolRobin Gareus
2013-12-27initialize some uninitialized variablesRobin Gareus
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
2013-12-23Re-enable export file tagging. No idea why this code has dropped out at some ...Sakari Bergen
2013-12-22add K12/RMS meter typeRobin Gareus
2013-12-21fix up OSC support to conform to new CP API and pay attention to feedback set...Paul Davis
2013-12-21conform to new CP APIPaul Davis
2013-12-21conform to new CP APIPaul Davis
2013-12-21new CP API and fix several egregious bugs with port handling when switching d...Paul Davis
2013-12-21remove debug outputPaul Davis
2013-12-21conform to new CP API designPaul Davis
2013-12-21conform to new CP API designPaul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ...Paul Davis
2013-12-19midi_clock_slave: fix bandwidth to 2/60 for best resultsHans Baier
2013-12-19interpolation_test: add some necessary assertions Hans Baier
2013-12-18midi_clock_slave: fix wrong calculation of loop errorHans Baier
2013-12-18midi_clock_slave.cc: Better debug messagesHans Baier
2013-12-18midi clock slave: make bandwidth variable according to period sizeHans Baier