First-time startup logic update.
[ardour.git] / libs / canvas /
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...
2016-09-13 Tim MayberryAdd missing header include guards in canvas library
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-18 John EmmasRemove 'i18n.h' from some VC projects where it's no...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Paul Daviscanvas HSV color serialization needs LocaleGuard
2016-07-13 Robin Gareusinitialize some uninitialized variables
2016-07-04 Robin Gareusadd fill-area feature to poly-line
2016-06-03 nick_mFix FramedCurve Outside fill for curve.
2016-06-03 nick_mMore FramedCurve render work
2016-06-03 nick_mFix framed curve thinko.
2016-06-02 nick_mSmall cleanup in FramedCurve.
2016-06-02 nick_mFix assorted drawing bugs in framed curve.
2016-06-01 Robin Gareusport 7e716d27 to XFadeCurve
2016-06-01 nick_mFix conditional on uninitialised idx (via n_samples...
2016-05-28 nick_mHopefully finally fix tempo curve flickering.
2016-05-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-27 nick_mTempo ramps - finally fix flicker in framed curve.
2016-05-27 nick_mYr,[p ramps - fix flickering tempo curves when zoomed in.
2016-05-27 nick_mTempo ramps - add Canvas::FramedCurve and use it in...
2016-05-27 nick_mTempo ramps - revert earlier change to Canvas::Curve
2016-05-27 nick_mTempo ramps - add visualtempo curve, dragging bbt or...
2016-05-27 nick_mCrapola - this is an experimental performance hack...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-04-26 Robin Gareuscanvas tooltips, too
2016-04-04 John EmmasModify our MSVC projects to build liblua as a DLL rathe...
2016-03-01 Robin Gareusremove debug output
2016-03-01 Robin Gareusfix waveform flickering during recording
2016-03-01 Robin GareusNO OP, whitespace
2016-03-01 Robin Gareusprotect current_request with request_queue_lock
2016-03-01 Robin Gareususe glib mutex API
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusforce waveform images to be least 1px wide
2016-02-27 Robin Gareustry to narrow down #6478
2016-02-27 John EmmasAccommodate 'lua' search paths in various projects...
2016-02-22 Adrian KnothSpelling correction patch from Debian
2016-02-21 Paul Davismake threaded waveview rendering a configure time optio...
2016-02-19 Robin GareusRevert "disable threaded waveform rendering for 4.7"
2016-02-18 Paul Davisdisable threaded waveform rendering for 4.7
2016-01-16 Robin GareusThe return of threaded waveform rendering and related...
2015-12-16 Paul Davisdisable threaded waveview rendering.
2015-12-01 Tim MayberryMove PBD symbol demangle functions into pbd/demangle...
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
next