Use test utility function to find evoral test files
[ardour.git] / libs / canvas /
2014-12-02 Paul Davisfirst pass at optimization for low-level canvas code
2014-11-29 David RobillardShow discrete/toggled automation as stepped line.
2014-11-28 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-27 David RobillardFix calculation using uninitialized value.
2014-11-26 Paul Davisget correct ::distance() and ::delta() implementations...
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-25 David RobillardRemove dead code.
2014-11-18 David RobillardAvoid possible use of uninitialized values.
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-11 Paul Davisfurther work on new color manipulation code
2014-11-10 Paul Davisadd required header for compilation
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-08 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-07 Paul Davismove canvas colors code into its own file(s)
2014-11-07 Paul Daviswhen drawing only part of a Canvas::Rectangle outline...
2014-11-07 Robin Gareustentative fix for canvas background/image surface
2014-11-07 Paul Davisadd API to extract color from ArdourCanvas::Text and...
2014-11-07 Paul Davischanging the clamp_width of an ArdourCanvas::Text needs...
2014-11-06 Paul Davisraising/lowering canvas items should trigger a redraw
2014-11-06 Paul Daviscorrect the rendering of Rectangle outlines, and the...
2014-11-06 Paul Davisadd Rect::shrink(Distance) even though it arguably...
2014-11-06 Paul Davisadd some more outline enums to ArdourCanvas::Rectangle
2014-11-06 Paul Davisallow derived classes to access Item::{scroll,position...
2014-11-05 Paul Davisalter implementation of ArdourCanvas::contrasting_text_...
2014-11-05 Paul Davisadd ArdourCanvas::Fill::set_pattern() to allow any...
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-11-04 Paul Davisadd new TimeRectangle to ArdourCanvas
2014-10-31 Paul Davismore changes for rectangle outlining
2014-10-31 Paul Daviscomment fix and expansion re: Canvas::Rectangle outline
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
2014-10-28 Robin Gareusallow to use cairo-image/software surface for canvas...
2014-10-28 Robin Gareusremove unused old API
2014-10-24 Paul Davisadd #include that had gone unnoticed before
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-14 Paul DavisContainers should not consider the size of invisible...
2014-10-13 Paul Davisremove default/testing tooltips from the canvas
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-09-22 Paul Davisalter the way the border of Canvas::Rectangle is drawn...
2014-09-12 Robin GareusNOOP, remove trailing whitespace
2014-09-12 Robin Gareuswaveform drawing details:
2014-09-12 Robin Gareuswaveform: really draw 1px lines.
2014-09-12 Robin Gareusupdate waveform drawing for zoomed-in, non-overlapping...
2014-09-07 Paul Davisadd Canvas::Ruler::set_metric() to allow ruler metrics...
2014-09-07 Paul Davischange Metric element of a Canvas::Ruler item into...
2014-09-01 Robin GareusMatch canvas outline to rectangle
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
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-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-15 nick_mRender waveview components onto alpha masks to simplify...
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-03 Paul Davisactually do something in WaveView::region_resized(...
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 Davisadd event-insensitivity to the list of conditions that...
2014-06-30 Paul Davisverbose cursor text is always outlined
2014-06-30 Paul Davisallow Canvas::Text to have outline drawn in a contrasti...
2014-06-30 Paul Davismove contrasting_text_color() into ArdourCanvas
2014-06-30 Paul Davisinvisible items/containers should not add their childre...
2014-06-30 Paul Davisadditional DEBUG_TRACE message for canvas current item...
2014-06-29 John EmmasChange some declarations from 'struct' to 'class' ...
2014-06-28 John EmmasAdd (newly introduced) sources to our MSVC projects
2014-06-28 John EmmasRemove (no longer needed) sources from our MSVC projects
2014-06-27 Paul Davisslightly increase size of a Canvas::PolyItem, to avoid...
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-26 Paul Davisadd tracking_text.cc to canvas wscript
2014-06-26 Paul Davisnew TrackingText canvas item, to resolve conceptual...
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-24 Ben Loftislast piece of scroll-wheel checkin, oops
2014-06-24 Ben Loftisadd scroll wheel handler to canvas
2014-06-23 Paul Davisreturn of the zero line
2014-06-23 Paul Davisrevert drawing of rectified waves back to previous...
2014-06-23 Paul Daviscompletely rethink waveform rendering (again)
2014-06-23 Paul Davisfix logic error that meant one side of the waveform...
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul Davisadd missing new files for canvas redesign
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-19 Paul Davisif we're not going to notify parents of bbox changes...
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 Davisa set of 3 fixes that cure Canvas::Text leaving dirty...
2014-06-17 Paul Davisuse a different approach for indicating expose rects...
next