fix issue with initialization of a BBT_Time variable.
[ardour.git] / libs / canvas / canvas /
2017-09-18 Paul Davisadd basic data members and methods for adding an explic...
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-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 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-04-16 Robin GareusStop tooltip timeout when a canvas-widget or item is...
2017-03-21 Robin GareusAllow to selectively use NSGLView Canvas
2017-03-20 Robin GareusForward un/map events to NSGLView
2017-03-20 Robin GareusMove NSGlView into libgtkmm2ext
2017-03-19 Robin GareusPrepare NSView/OpenGL Canvas (to speed up rendering...
2017-02-01 Paul Daviscanvas::grid - more tweaks and improvements
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-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 Davisdo not add items twice to their canvas parent!
2017-01-15 Paul Davisbasic (and probably wrong) Canvas::Grid child placement
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-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
2016-09-27 Paul Davisprovide ArdourCanvas::Text::{width,height}()
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 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 Davisa slew of unconnected mostly minor tweaks to get Push2...
2016-09-13 Tim MayberryAdd missing header include guards in canvas library
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-04 Robin Gareusadd fill-area feature to poly-line
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-09-06 Robin Gareusconsistent pango-text layout size - fixes #6490
2015-09-02 Robin Gareuswaveform, mutex for _current_image
2015-08-20 Robin Gareusclear waveform cache when shape changes - fixes #6525
2015-07-16 Ben Loftismerge fix
2015-06-23 Paul Davisseveral changes, major and minor, to improve threaded...
2015-06-23 Paul Daviscreate sortable, linear list for cache clearing on...
2015-06-23 Paul Davischange location for initialization of static WaveView...
2015-06-19 Paul Davisstop pixel jitter when changing waveview height.
2015-06-19 Paul Davisattempt to correctly respond to changes in _amplitude_a...
2015-06-19 Paul Davisfix compiler const-cast warning
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-06-11 Paul Davismore refactoring of WaveView threaded code to try to...
2015-06-11 Paul Davisdon't queue a callback with the idle event for waveview...
2015-06-10 Paul Davisadd PBD::DEBUG::WaveView
2015-06-04 Paul Davisuse existing partial existing waveview images (if they...
2015-06-04 Paul Davisuse existing partial existing waveview images (if they...
2015-06-01 Paul Davisdrop in threaded waveview changes via the two affected...
2015-04-29 Paul DavisNOOP: fix indentation
2015-04-29 GZharun[Summary] Should have been committed with previous...
2015-04-29 Paul Davisfix issue with manual merge conflict
2015-04-29 Paul Davismanually apply grygorii's API to manage a correction...
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
2015-04-29 Paul Davisadd API to Ruler to optionally draw a divider (2 single...
2015-04-29 Paul Davisadd Rectangle::vertical_fraction() as a convenience...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 nick_mBetter fix for 6183.
2015-03-28 nick_mBetter fix for 6183.
2015-03-21 nick_mProvide an image if there are no peaks.
2015-03-14 David RobillardMove PC flags to avoid obscuring region name.
2015-02-12 Ben Loftisadd accessor methods for single_exposure
2015-02-12 Ben Loftis_single_exposure is now a member variable for each...
2015-02-12 Paul Davissimplify Canvas::Rectangle rendering to avoid unnecessa...
2015-02-12 Paul DavisCanvas::Rect::contains() should treat its right/left...
2015-02-11 Paul Davisadd a sort-of hack to allow us to avoid drawing the...
2015-02-09 Paul Daviscanvas items must be able to use fractional positions...
2015-01-17 David RobillardRevert "Kludgey fix for invisible playhead when scrolled."
2015-01-17 David RobillardCompute arrow bbox manually to appease crazy canvas.
2015-01-17 David RobillardKludgey fix for invisible playhead when scrolled.
2015-01-17 David RobillardPut playhead on top of everything.
2014-12-19 Paul Davisadd ArdourCanvas::change_alpha()
2014-12-18 Paul Davischange Item::visible() to Item::self_visible(); add...
2014-12-15 Paul Davisadd getters for SVAModifier
2014-12-15 Paul Davisfix up SVAModifier constructors
2014-12-15 Paul Davisadd SVAModifier to ArdourCanvas color code
2014-12-09 Paul Davislots more color work, closer and closer to being ready...
2014-12-06 David RobillardFix inappropriately massive flag font.
2014-12-02 Paul Davisfirst pass at optimization for low-level canvas code
next