fix thinko related to streamview construction that caused bad placement/display of...
[ardour.git] / libs /
2014-01-10 Paul Davisfix up thinko in recent raise_to_top/lower_to_bottom...
2014-01-10 Paul Davisslightly expand CanvasRender debug output
2014-01-10 Paul Davisdon't go through ::deliver_enter_leave() unnecessarily
2014-01-08 Paul Davisprevent Rect::expand() from generating negative coordin...
2014-01-08 Paul Davistweak rectangle bounding box computation
2014-01-08 Paul Davisremove unused code
2014-01-08 Paul Davischange rounding used for convert Rect from canvas to...
2014-01-08 Paul DavisRevert "remove unused code"
2014-01-08 Paul Davisremove unused code
2014-01-08 Paul Davisshrink waveview zero line to single pixel
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-08 Paul Davismostly fix conceptual error in how canvas rectangle...
2014-01-08 Paul Davisfor now, hide ugly circle thing in drag handles
2014-01-07 Paul Davisoutline width of 0.5 is stupid and meaningless, and...
2014-01-07 Paul Davisadd missing iterator increment to poly item renders.
2014-01-07 Paul Davissmall optimization to curve rendering
2014-01-07 Robin Gareusmake LV2 presets immediately available
2014-01-07 Robin Gareusremove inadvertently commited debug/devel code
2014-01-06 Paul Davisadd M-Audio 2496 as a recognized card for the mudita24...
2014-01-05 Robin Gareusfix plugin log-sliders for ranges [0..]
2014-01-05 Robin Gareusfix fader default-value line position
2014-01-05 Robin Gareusupdate slider rendering & set style for faders
2014-01-04 Robin Gareusfix detection of aubio library - aubio-0.4 breaks API...
2014-01-04 Robin Gareusprocessor drag box only
2014-01-04 Robin Gareusfix PixFader size allocation
2014-01-03 Robin Gareusdon't split process cycle at end
2014-01-03 Paul Davisimprove clarity of logic parentheses
2014-01-03 Paul DavisMerge branch 'master' of https://github.com/derAbgang...
2014-01-03 Nils Philippsendon't declare hilight variable twice
2014-01-03 Nils Philippsenget rid of const warnings
2014-01-02 derAbgangmantis 0005805
2014-01-02 Paul Davismake raise_to_top() and lower_to_bottom() no-ops if...
2014-01-02 Paul Davisadd drag handle source to wscript
2014-01-02 Paul Davisbasic, prototypical drag handle implementation
2014-01-02 Paul Davistweak design of time axis view item name text handling
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Julien de KozakFix tests compilation after Control API changes
2014-01-01 Robin Gareusvisualize port connections in mixer/processor when...
2013-12-31 Paul Davisremove legacy CANVAS_COMPATIBILITY property_foo() stuff...
2013-12-31 Robin Gareusdebug message: print uint8 channel as integer not char
2013-12-30 Paul Davisfix an errant visibility macro
2013-12-30 Paul Davischange clip level variable units to dB (conversion...
2013-12-30 Paul Davisadd new configurable parameter for waveview clip level
2013-12-30 Paul Davisdefine signal associated with configurable clipping...
2013-12-30 Paul Davisadd configurable clipping level to Canvas::WaveView
2013-12-30 Paul Davisignore invisible items when picking the current item
2013-12-30 Robin Gareusimprove debug message
2013-12-30 Robin Gareusfix assert for non-existing MIDI patch-names
2013-12-30 Robin Gareusoptimize peak calculation of silent buffers
2013-12-30 Robin GareusNOOP. remove trailing whitespace
2013-12-30 Robin Gareusmake meters request constant buffers
2013-12-30 Paul Davistry to rationalize logic for displaying/hiding regionvi...
2013-12-29 Robin Gareususe buffer APIs instead of raw memcpy, fix plugin bypass
2013-12-29 Paul Davisadd proper namespace to PBD::demangle for systems witho...
2013-12-28 Robin Gareusfix replicate_missing_region_channels option
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul Davisslight optimization of PolyItem::render_path()
2013-12-28 Robin Gareusremove unused API to explicitly set/unset buffer silent...
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-12-27 Paul Davisadd visibility/export control to libcanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-27 Robin Gareusadd support for old compilers w/o implicit stdbool
2013-12-27 Robin Gareusinitialize some uninitialized variables
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-23 Sakari BergenRe-enable export file tagging. No idea why this code...
2013-12-22 Robin Gareusadd K12/RMS meter type
2013-12-21 Paul Davisfix up OSC support to conform to new CP API and pay...
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisnew CP API and fix several egregious bugs with port...
2013-12-21 Paul Davisremove debug output
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
2013-12-21 Paul Davisnew ControlProtocolManager API, and proper handling...
2013-12-18 Hans Baiermidi_clock_slave: fix bandwidth to 2/60 for best results
2013-12-18 Hans Baierinterpolation_test: add some necessary assertions
2013-12-18 Hans Baiermidi_clock_slave: fix wrong calculation of loop error
2013-12-18 Hans Baiermidi_clock_slave.cc: Better debug messages
2013-12-17 Hans Baiermidi clock slave: make bandwidth variable according...
2013-12-14 Paul Davisfix a crash caused by not checking if MackieControlProt...
2013-12-14 Robin Gareusrsynth.lv2: fix note off+on follow up:
2013-12-13 Paul Davischange Generic MIDI control so that it handles a SendFe...
2013-12-13 Paul Davismake MIDI UI in libardour handle CallSlot requests...
2013-12-13 Paul DavisMackie Control support now saves & restores port connec...
2013-12-13 Paul Davisremove some unused code from mackie support
2013-12-13 Robin Gareusfix reasonable synth octave
2013-12-13 Robin Gareusxmas-egg
2013-12-13 Paul Davischange enter/exit event delivery to follow X Window...
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-12 Paul Davischange event propagation to be based on parent/child...
2013-12-12 Robin Gareusadjust LV2 ringbuffer size according to LV2:resize...
2013-12-10 Nils Philippsenfix const-ness of names array
2013-12-10 Nils Philippsenadd cmp_nocase_utf8()
2013-12-10 Nils Philippsenuse correct argument order with memset()
2013-12-10 Nils Philippsenuse std::fill_n to fill gain buffer with samples
2013-12-10 Paul DavisMerge branch 'master--ignore-JackTransportNetStarting...
2013-12-10 Paul Davisimplement Curve::covers() in a very primitive way ...
2013-12-09 Paul Davismake PolyLine use distance_to_segment_squared(), and...
next