summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas.cc
AgeCommit message (Expand)Author
2020-03-25remove accumulated debug outputPaul Davis
2020-03-25more playhead-drag/click locate debuggingPaul Davis
2020-01-05Add a missing semicolonJohn Emmas
2020-01-04Return of image-surface backed canvas (windows graphics performance)Robin Gareus
2019-12-27Replace explicit image-surface with cairo pattern/groupRobin Gareus
2019-12-27Allow for per-widget image-surface backingRobin Gareus
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-07-18Fix NSGLView invalidationRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-06-26Add Canvas::get_microseconds_since_render_start() methodTim Mayberry
2017-06-26Add Canvas::get_last_render_start_timestamp methodTim Mayberry
2017-06-26Only call Gtk::Widget::queue_draw_area in canvas when item and visible area i...Tim Mayberry
2017-06-26Add an optional ArdourCanvas::Item::prepare_for_render interfaceTim Mayberry
2017-06-26Add PreRender signal to the canvasTim Mayberry
2017-04-17Stop tooltip timeout when a canvas-widget or item is hidden.Robin Gareus
2017-03-21consolidate NSGLViewRobin Gareus
2017-03-21Allow to selectively use NSGLView CanvasRobin Gareus
2017-03-20Forward un/map events to NSGLViewRobin Gareus
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus
2017-03-20Fix OSX canvas when used without openGL NSViewRobin Gareus
2017-03-20Use NSGLView with patched gdkRobin Gareus
2017-03-19Prepare NSView/OpenGL Canvas (to speed up rendering on [mac]OS[X]Robin Gareus
2017-03-17Snow White and the Pharaoh (mac rendering)Robin Gareus
2017-03-17NO-OP: whitespaceRobin Gareus
2017-01-25yet another case of misplaced parentheses during the removal of boost::option...Paul Davis
2017-01-25another case of misplaced parentheses during the removal of boost::optional f...Paul Davis
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-04-27canvas tooltips, tooRobin Gareus
2016-02-22Spelling correction patch from DebianAdrian Knoth
2015-11-02fix crash when cleaning up canvas itemsRobin 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-05-02gfx-card & performance testingRobin Gareus
2015-04-09Position (and size) canvas tooltips such that they better resemble Gtk tooltipsJohn Emmas
2015-04-09Delete a canvas tooltip after we've finished with itJohn Emmas
2015-02-12_single_exposure is now a member variable for each GtkCanvas.Ben Loftis
2015-02-09correct drawing of rectangle borders.Paul Davis
2015-02-03tweak to help with uncoalesced rendersBen Loftis
2015-02-03render canvas using the GDK region rather than the GDK area.Paul Davis
2015-01-24ScrollGroups are kept in their own list, so ::window_to_canvas() does not nee...Paul Davis
2015-01-16Put playhead on top of everything.David Robillard
2015-01-12Fix mouse event position offset bug.David Robillard
2014-12-31Fix alleged use of uninitialized variable.David Robillard
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-13fix defineRobin Gareus
2014-11-10tweak canvas on_expose_event() handler to avoid unnecessary save/paint/restorePaul Davis
2014-11-10add required header for compilationPaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis