Add option to limit automatable control parmaters
[ardour.git] / libs / canvas /
2018-10-17 Andreas MüllerPrevent excessive meter redraws for inactive meters...
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-07-08 Paul Davismake velocity bars thinner (from alex mitchell)
2018-07-05 John EmmasAccommodate newly introduced source(s) in our MSVC...
2018-07-03 Paul Davismethod for setting whether or not to show velocity...
2018-07-03 Paul Davisfix rectangle computation, and re-use alex' color compu...
2018-07-03 Paul Davisadd a guess at appropriate color management for note...
2018-07-03 Paul Davisuse new Canvas::Note object for (sustained) note display
2018-07-03 Paul Davisinitial implementation of a more specialized canvas...
2018-07-03 Paul Davisminor code optimization for Rectangle::render()
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-02-14 John EmmasAccommodate the change from libtimecode to libtemporal
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisadd basic data members and methods for adding an explic...
2017-07-19 John EmmasMSVC changes needed to implement the new 'waveview...
2017-07-18 Robin GareusFix NSGLView invalidation
2017-07-17 Robin GareusPurify libcanvas, remove libardour dependency
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
2017-06-29 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-28 Robin Gareusfix OSX builds (llmath compat)
2017-06-26 Tim MayberryFix friend declaration in WaveView code for non-c+...
2017-06-25 Tim MayberryReimplementation of large parts of the WaveView class
2017-06-25 Tim MayberryAdd Canvas::get_microseconds_since_render_start() method
2017-06-25 Tim MayberryAdd Canvas::get_last_render_start_timestamp method
2017-06-25 Tim MayberryOnly call Gtk::Widget::queue_draw_area in canvas when...
2017-06-25 Tim MayberryAdd an optional ArdourCanvas::Item::prepare_for_render...
2017-06-25 Tim MayberryAdd PreRender signal to the canvas
2017-06-25 Tim MayberryWhitespace fixes in canvas.h
2017-06-22 Tim MayberryRemove unused ArdourCanvas::HSV constructor
2017-06-22 Tim MayberryRemove LocaleGuards from SVAModifier and HSV classes
2017-05-14 Robin GareusFix out-of-bounds waveform image rendering. 5.9
2017-04-18 Tim MayberryUse PBD::to_string from pbd/string_convert.h in WaveVie...
2017-04-18 Tim MayberryUse locale independent string conversion functions...
2017-04-16 Robin GareusStop tooltip timeout when a canvas-widget or item is...
2017-03-21 Robin Gareusconsolidate NSGLView
2017-03-21 Robin GareusAllow to selectively use NSGLView Canvas
2017-03-20 Robin GareusTowards a consistent render() API.
2017-03-20 Robin GareusForward un/map events to NSGLView
2017-03-20 Robin GareusMove NSGlView into libgtkmm2ext
2017-03-20 Robin GareusFix OSX canvas when used without openGL NSView
2017-03-20 Robin GareusUse NSGLView with patched gdk
2017-03-19 Robin GareusPrepare NSView/OpenGL Canvas (to speed up rendering...
2017-03-17 Robin GareusSnow White and the Pharaoh (mac rendering)
2017-03-17 Robin GareusNO-OP: whitespace
2017-03-11 Robin GareusDisable Retina/Appple pango text-width workaround
2017-02-01 Paul Daviscanvas::grid - more tweaks and improvements
2017-02-01 Paul Daviscanvas::grid : compute all row/col extents
2017-02-01 Paul Davisbasics of row/col span for Canvas::Grid
2017-02-01 Paul Davischange Grid API to avoid unnecessary Duple and open...
2017-02-01 Paul Davisclear up some CSS padding/margin confusion, and add...
2017-02-01 Paul Daviscanvas::grid starts being able to do its job a little
2017-02-01 Paul Davisadd basic data members and methods for adding an explic...
2017-02-01 Paul Davissome initial bits of work on canvas allocation
2017-01-25 Paul Davisyet another case of misplaced parentheses during the...
2017-01-25 Paul Davisanother case of misplaced parentheses during the remova...
2017-01-24 Paul DavisThis wasn't supposed to be pushed to master.
2017-01-24 Paul Davisadd basic data members and methods for adding an explic...
2017-01-19 Paul Davisremove use of boost::optional to define "undefined...
2017-01-18 Paul Davisfix up Canvas::Grid child layout
2017-01-18 Paul Daviscorrect translation matrix for Canvas::Widget
2017-01-18 Paul Davisdo not add items twice to their canvas parent!
2017-01-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-15 Paul Daviscanvas::grid: get padding and margin to work; remove...
2017-01-15 Paul Davisget grid layout working
2017-01-15 Paul Davistweak Grid repositioning code to be a little more O(N)
2017-01-15 Paul Davisbasic (and probably wrong) Canvas::Grid child placement
2017-01-15 Paul Davisinclude Canvas::Grid in build script
2017-01-15 Paul Davisinitial skeleton for a Grid canvas item
2016-12-28 nick_madd ArdourCanvas::Flag::width()
2016-12-19 Robin GareusTowards packing CairoWidgets on ArdourCanvas.
2016-12-19 Robin Gareusvertically center text in time rulers
2016-12-19 Robin GareusNO-OP: whitespace
2016-12-15 nick_mfix unused Outside filled framed curve for constant...
2016-12-15 nick_mrevert c3ab67dd now that this misbehaviour is understood.
2016-12-15 nick_mfix issue with disappearing tempo curve at constant...
2016-12-15 nick_mamend incomplete change in previous commit.
2016-12-15 nick_mmore work on patch change redisplay.
2016-12-11 nick_mgo back to always interpolating framed curve points.
2016-11-30 Robin Gareusfix compilation with newer version of *mm and gcc-6...
2016-11-30 Robin Gareusprefer bool operator
2016-10-29 Robin GareusFix crash with empty patch-names.
2016-10-16 nick_mTempo curve cleanup, now also works on optimized builds.
2016-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
2016-09-30 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-09-28 Paul Davisfix errors reported by pixman for meter redraws (and...
2016-09-27 Paul Davisprovide ArdourCanvas::Text::{width,height}()
2016-09-27 Paul Davisoptimize canvas meter redrawing (as in the non-canvas...
2016-09-27 Paul Davisbug fixes for vertically-drawn Canvas::Meter
2016-09-27 Paul Davisbug fixes for Canvas::Box
2016-09-27 Paul Davisadd canvas-based Meter object
2016-09-27 Paul Davisadd new Box container for Canvas.
2016-09-27 Paul Davisadd variant of Rect::expand() that allows different...
2016-09-27 Paul Davisdon't do as much work if a Rectangle has no outline...
2016-09-27 Paul Davismake inclusion/exclusion of hidden children optional...
2016-09-27 Paul Davisadd Item::add_front()
2016-09-27 Paul Davismake Item::child_changed() virtual
2016-09-27 Paul Davisput change_alpha() into ArdourCanvas namespace as intended
2016-09-27 Paul Davisa slew of unconnected mostly minor tweaks to get Push2...
next