summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2015-06-02don't use the return value from AudioRegion::read_peaks() because it is eithe...Paul Davis
2015-06-02Amend WaveView::send_request() such that it'll compile with MSVCJohn Emmas
2015-06-01reinstate absent image.Paul Davis
2015-06-01remove debug output and get logic correct to cause first render to always use...Paul Davis
2015-06-01drop in threaded waveview changes via the two affected files.Paul Davis
2015-05-19fix x-fade display access beyond array boundariesRobin Gareus
2015-05-02gfx-card & performance testingRobin Gareus
2015-04-29fix double precision abs value computationRobin Gareus
2015-04-29enable fade-out display by default in A4.Robin Gareus
2015-04-29NOOP: fix indentationPaul Davis
2015-04-29[Summary] Should have been committed with previous: made background fade opti...GZharun
2015-04-29fix issue with manual merge conflictPaul Davis
2015-04-29make computation of OS X pango text width correction less intrusive/more effi...Paul Davis
2015-04-29manually apply grygorii's API to manage a correction for pango errors in text...Paul Davis
2015-04-29manually apply grygorii's waveform amplitude implementationPaul Davis
2015-04-29[Summary] Fixed issue when width request from Cavas text returned old width v...GZharun
2015-04-29change placement of ruler divider so that the lower line is at the specified ...Paul Davis
2015-04-29do the right thing when TrackingText::offset is changedPaul Davis
2015-04-29Fix method hiding in Canvas::TextPaul Davis
2015-04-29change ruler rendering to change tick heights and move text downPaul Davis
2015-04-29add missing APIPaul Davis
2015-04-29add API to Ruler to optionally draw a divider (2 single pixel horizontal line...Paul Davis
2015-04-29correct implementation for Rectangle::vertical_fraction()Paul Davis
2015-04-29add Rectangle::vertical_fraction() as a convenience methodPaul Davis
2015-04-17Amend ac1f7e0bnick_m
2015-04-17Indicate all clips on rectified view.nick_m
2015-04-17Improve waveview height and scaling.nick_m
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-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-29For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_a...John Emmas
2015-03-29Better fix for 6183.nick_m
2015-03-24Fix 0006183 (waveview crash).nick_m
2015-03-22Revert mistaken change in e7b0e67bc8e1b546b587ffd803b81ad5e67c171anick_m
2015-03-22Provide an image if there are no peaks.nick_m
2015-03-20fix redraw of automation ControlPointsRobin Gareus
2015-03-14Move PC flags to avoid obscuring region name.David Robillard
2015-03-10Manual merge of the drawing component of waveview branch.nick_m
2015-02-20The commit 3da9c3b7403dd57984e1f0d090c7bd902f933225nick_m
2015-02-12add accessor methods for single_exposureBen Loftis
2015-02-12_single_exposure is now a member variable for each GtkCanvas.Ben Loftis
2015-02-11remove naive attempt to avoid drawing first vertical pixel line of Canvas::Wa...Paul Davis
2015-02-11simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remov...Paul Davis
2015-02-11Canvas::Rect::contains() should treat its right/left coordinates as exclusivePaul Davis
2015-02-10add a sort-of hack to allow us to avoid drawing the first pixel of a waveview...Paul Davis
2015-02-09correct drawing of rectangle borders.Paul Davis
2015-02-09canvas items must be able to use fractional positions when rendering.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-24ScrollGroup::covers_{window,canvas}() need to account for possible non-zero p...Paul Davis