summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-04fix ardour-button text bleedRobin Gareus
2014-01-04continued work on processor-routing visualizationRobin Gareus
2014-01-04processor drag box onlyRobin Gareus
2014-01-04fix PixFader size allocationRobin Gareus
2014-01-03pre-select reasonable-synth as InstrumentRobin Gareus
2014-01-03don't split process cycle at endRobin Gareus
2014-01-03improve clarity of logic parenthesesPaul Davis
2014-01-03Merge branch 'master' of https://github.com/derAbgang/ardourPaul Davis
2014-01-03don't declare hilight variable twiceNils Philippsen
2014-01-03get rid of const warningsNils Philippsen
2014-01-02mantis 0005805derAbgang
2014-01-02use new DragHandle canvas objectPaul Davis
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-02remove debug output, try a new approach to name text placementPaul Davis
2014-01-02debug output for time axis item name font handlingPaul Davis
2014-01-02change min dimension of rubberband rect to 2 pixelsPaul Davis
2014-01-02enforce a minimum 5x5 pixel size for the rubber band rectPaul Davis
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2014-01-02Fix tests compilation after Control API changesJulien de Kozak
2014-01-02avoid GTK packing warning when using >1 backendPaul Davis
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-31reduce the maximum horizontal zoom to 1 day @ 48kHz == 1600 pixels, to try to...Paul Davis
2013-12-31fix up visibility control for automation linesPaul Davis
2013-12-31just use show() and hide() to manage control point visibility in automation l...Paul Davis
2013-12-31remove use of canvas property_foo() since it did nothing (and has now been re...Paul Davis
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-30add preferences slider for waveview clip level (not working just right yet)Paul Davis
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-30add (debug) names to various itemsPaul Davis
2013-12-30improve debug messageRobin Gareus
2013-12-30remove cruftRobin Gareus
2013-12-30fix assert for non-existing MIDI patch-namesRobin Gareus
2013-12-30visualize # of channels in processor-box splitting iconRobin 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