Only show user-presets in favorite sidebar
[ardour.git] / libs / canvas / canvas.cc
2017-07-18 Robin GareusFix NSGLView invalidation
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
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-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 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-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-19 Paul Davisremove use of boost::optional to define "undefined...
2016-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
2016-04-26 Robin Gareuscanvas tooltips, too
2016-02-22 Adrian KnothSpelling correction patch from Debian
2015-11-02 Robin Gareusfix crash when cleaning up canvas items
2015-10-06 Tim MayberryInclude button number in canvas button press/release...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-05-02 Robin Gareusgfx-card & performance testing
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-09 John EmmasPosition (and size) canvas tooltips such that they...
2015-04-09 John EmmasDelete a canvas tooltip after we've finished with it
2015-02-12 Ben Loftis_single_exposure is now a member variable for each...
2015-02-09 Paul Daviscorrect drawing of rectangle borders.
2015-02-03 Ben Loftistweak to help with uncoalesced renders
2015-02-03 Paul Davisrender canvas using the GDK region rather than the...
2015-01-24 Paul DavisScrollGroups are kept in their own list, so ::window_to...
2015-01-17 David RobillardPut playhead on top of everything.
2015-01-12 David RobillardFix mouse event position offset bug.
2014-12-31 David RobillardFix alleged use of uninitialized variable.
2014-11-15 David RobillardFix MIDI region keyboard editing (add key handling...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-13 Robin Gareusfix define
2014-11-11 Paul Davistweak canvas on_expose_event() handler to avoid unneces...
2014-11-10 Paul Davisadd required header for compilation
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-07 Robin Gareustentative fix for canvas background/image surface
2014-10-28 Robin Gareusallow to use cairo-image/software surface for canvas...
2014-10-28 Robin Gareusremove unused old API
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-30 Robin Gareusthere's no random() on window, but no matter
2014-09-27 Paul Davisfix compiler warning from missing default statement...
2014-09-26 Paul Davisend tooltip timeout and display for relevant leave...
2014-09-26 Paul Davisfurther tweaks to canvas tooltip mechanism
2014-09-26 Paul Davisdisplay and position canvas tooltip window
2014-09-26 Paul Davisbasic design of Canvas item tooltip mechanism.
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Paul Davismore canvas debugging for current item tracing
2014-07-07 Paul Davisfix potential crash if certain Canvas methods are used...
2014-07-07 Paul DavisAdd Canvas::re_enter() which picks the current item...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Paul Davismore extensive canvas debug message for canvas-enter...
2014-06-30 Paul Davisadditional DEBUG_TRACE message for canvas current item...
2014-06-27 Paul Davisif CANVAS_DEBUG is defined, then the env variable CANVA...
2014-06-27 Paul Davisin Canvas::window_to_canvas(), if either x or y coordin...
2014-06-26 Paul Davisnew API for TrackingText and similar items
2014-06-24 Ben Loftislast piece of scroll-wheel checkin, oops
2014-06-24 Ben Loftisadd scroll wheel handler to canvas
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-22 Paul Davisexplicitly qualify cast to ArdourCanvas::Container...
2014-06-21 Paul Davisrefactor Canvas so that all Items have children; add...
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-18 nick_mCanvas tweaks.
2014-06-17 Paul DavisMerge branch 'cache_fixes' of https://github.com/nmains...
2014-06-17 Paul Davisuse a different approach for indicating expose rects...
2014-06-15 Paul Daviscomment correction regarding Canvas::visible_area()
2014-06-09 Paul Davisremove global canvas scroll offset, to provide no-scrol...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Paul Daviswhen delivering enter/leave events to canvas items...
2014-06-05 Paul Davisfix problems with expose/redraws from canvas where...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisfix missing leftover Canvas::pick_current_item() which...
2014-06-03 Paul Davisuse window-based coordinates when picking current item...
2014-06-03 Paul Davisvarious changes to get independent scrolling to work...
2014-06-03 Paul Davisavoid recursing through the entire canvas when scrollin...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-03 Paul Davisinitial redesign of canvas scrolling to facilitate...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-30 Robin Gareussmooth visual curve drawing
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
2014-03-05 Paul Davismanually revert change to canvas expose handling in...
2014-03-05 Paul Davisbreak down GdkEventExpose into distinct rectangles...
2014-02-25 Paul Davisfix canvas enter/leave bug when point is over a group...
2014-02-25 Paul Davisadd DEBUG::CanvasEnterLeave to allow runtime toggling...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
next