don't use the return value from AudioRegion::read_peaks() because it is either zero...
[ardour.git] / libs / canvas /
2015-06-02 Paul Davisdon't use the return value from AudioRegion::read_peaks...
2015-06-02 John EmmasAmend WaveView::send_request() such that it'll compile...
2015-06-02 Paul Davisreinstate absent image.
2015-06-01 Paul Davisremove debug output and get logic correct to cause...
2015-06-01 Paul Davisdrop in threaded waveview changes via the two affected...
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-19 Robin Gareusfix x-fade display access beyond array boundaries
2015-05-02 Robin Gareusgfx-card & performance testing
2015-04-29 Robin Gareusfix double precision abs value computation
2015-04-29 Robin Gareusenable fade-out display by default in A4.
2015-04-29 Paul DavisNOOP: fix indentation
2015-04-29 GZharun[Summary] Should have been committed with previous...
2015-04-29 Paul Davisfix issue with manual merge conflict
2015-04-29 Paul Davismake computation of OS X pango text width correction...
2015-04-29 Paul Davismanually apply grygorii's API to manage a correction...
2015-04-29 Paul Davismanually apply grygorii's waveform amplitude implementation
2015-04-29 GZharun[Summary] Fixed issue when width request from Cavas...
2015-04-29 Paul Davischange placement of ruler divider so that the lower...
2015-04-29 Paul Davisdo the right thing when TrackingText::offset is changed
2015-04-29 Paul DavisFix method hiding in Canvas::Text
2015-04-29 Paul Davischange ruler rendering to change tick heights and move...
2015-04-29 Paul Davisadd missing API
2015-04-29 Paul Davisadd API to Ruler to optionally draw a divider (2 single...
2015-04-29 Paul Daviscorrect implementation for Rectangle::vertical_fraction()
2015-04-29 Paul Davisadd Rectangle::vertical_fraction() as a convenience...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-16 nick_mAmend ac1f7e0b
2015-04-16 nick_mIndicate all clips on rectified view.
2015-04-16 nick_mImprove waveview height and scaling.
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-03-31 Robin Gareusfix OSX/PPC 10.4 long maths
2015-03-30 John EmmasFor the canvas library, #include 'gtkmm2ext/gui_thread...
2015-03-30 nick_mBetter fix for 6183.
2015-03-29 John EmmasFor the canvas library, #include 'gtkmm2ext/gui_thread...
2015-03-28 nick_mBetter fix for 6183.
2015-03-24 nick_mFix 0006183 (waveview crash).
2015-03-21 nick_mRevert mistaken change in e7b0e67bc8e1b546b587ffd803b81...
2015-03-21 nick_mProvide an image if there are no peaks.
2015-03-20 Robin Gareusfix redraw of automation ControlPoints
2015-03-14 David RobillardMove PC flags to avoid obscuring region name.
2015-03-10 nick_mManual merge of the drawing component of waveview branch.
2015-02-20 nick_mThe commit 3da9c3b7403dd57984e1f0d090c7bd902f933225
2015-02-12 Ben Loftisadd accessor methods for single_exposure
2015-02-12 Ben Loftis_single_exposure is now a member variable for each...
2015-02-12 Paul Davisremove naive attempt to avoid drawing first vertical...
2015-02-12 Paul Davissimplify Canvas::Rectangle rendering to avoid unnecessa...
2015-02-12 Paul DavisCanvas::Rect::contains() should treat its right/left...
2015-02-11 Paul Davisadd a sort-of hack to allow us to avoid drawing the...
2015-02-09 Paul Daviscorrect drawing of rectangle borders.
2015-02-09 Paul Daviscanvas items must be able to use fractional positions...
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 DavisScrollGroup::covers_{window,canvas}() need to account...
2015-01-24 Paul DavisScrollGroups are kept in their own list, so ::window_to...
2015-01-21 Robin Gareusapply Theme > “Show waveform clipping”
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-17 David RobillardRevert "Kludgey fix for invisible playhead when scrolled."
2015-01-17 David RobillardCompute arrow bbox manually to appease crazy canvas.
2015-01-17 David RobillardKludgey fix for invisible playhead when scrolled.
2015-01-17 David RobillardPut playhead on top of everything.
2015-01-17 David RobillardUpdate arrow bbox when geometry changes.
2015-01-17 David RobillardFix clipping for scroll groups an offset bbox.
2015-01-12 David RobillardFix mouse event position offset bug.
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-08 David RobillardFix bounding box of rectangles with wide outlines.
2015-01-08 David RobillardClose polygon borders (fix partially drawn hits).
2014-12-31 David RobillardFix alleged use of uninitialized variable.
2014-12-24 David RobillardFix crash when getting width of item with no bbox.
2014-12-19 Paul Davisadd ArdourCanvas::change_alpha()
2014-12-18 Paul Davischange Item::visible() to Item::self_visible(); add...
2014-12-15 Paul Davisadd getters for SVAModifier
2014-12-15 Paul Davisfix typo
2014-12-15 Paul Davismore fixes to SVAModifier constructor(s)
2014-12-15 Paul Davisfix up SVAModifier constructors
2014-12-15 Paul Davisadd SVAModifier to ArdourCanvas color code
2014-12-09 Paul Davislots more color work, closer and closer to being ready...
2014-12-07 Paul Davisremove all explicit button text colors; use contrasting...
2014-12-06 David RobillardFix inappropriately massive flag font.
2014-12-05 Robin Gareusexperimental drawing optimization.
2014-12-05 Paul Davisinclude alpha-delta computation in HSV::delta()
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
next