summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-18Remove 'i18n.h' from some VC projects where it's no longer neededJohn Emmas
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14canvas HSV color serialization needs LocaleGuardPaul Davis
2016-07-13initialize some uninitialized variablesRobin Gareus
2016-07-05add fill-area feature to poly-lineRobin Gareus
2016-06-04Fix FramedCurve Outside fill for curve.nick_m
2016-06-04More FramedCurve render worknick_m
2016-06-04Fix framed curve thinko.nick_m
2016-06-03Small cleanup in FramedCurve.nick_m
2016-06-03Fix assorted drawing bugs in framed curve.nick_m
2016-06-01port 7e716d27 to XFadeCurveRobin Gareus
2016-06-02Fix conditional on uninitialised idx (via n_samples) in framed curve.nick_m
2016-05-29Hopefully finally fix tempo curve flickering.nick_m
2016-05-28Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2016-05-27Tempo ramps - finally fix flicker in framed curve.nick_m
2016-05-27Yr,[p ramps - fix flickering tempo curves when zoomed in.nick_m
2016-05-27Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.nick_m
2016-05-27Tempo ramps - revert earlier change to Canvas::Curvenick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-17backport canvas color functions from MixbusRobin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-04-27canvas tooltips, tooRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-03-01remove debug outputRobin Gareus
2016-03-01fix waveform flickering during recordingRobin Gareus
2016-03-01NO OP, whitespaceRobin Gareus
2016-03-01protect current_request with request_queue_lockRobin Gareus
2016-03-01use glib mutex APIRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-28force waveform images to be least 1px wideRobin Gareus
2016-02-27try to narrow down #6478Robin Gareus
2016-02-27Accommodate 'lua' search paths in various projects where they're neededJohn Emmas
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-21make threaded waveview rendering a configure time option (enabled by default)Paul Davis
2016-02-19Revert "disable threaded waveform rendering for 4.7"Robin Gareus
2016-02-18disable threaded waveform rendering for 4.7Paul Davis
2016-01-16The return of threaded waveform rendering and related crashes.Robin Gareus
2015-12-16disable threaded waveview rendering.Paul Davis
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-02fix crash when cleaning up canvas itemsRobin Gareus
2015-10-22remove invalid assertion - #6634Robin Gareus
2015-10-06Include button number in canvas button press/release debug infoTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-14amend previous commit.Robin Gareus