aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkRasterWidget.cpp
Commit message (Expand)AuthorAge
* Fix debugger w.r.t. sk_sp changesGravatar robertphillips2016-03-24
* Update debugger to use SkPixmapGravatar robertphillips2016-03-10
* Unbust the old debuggerGravatar robertphillips2016-03-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* debugger: SW rasterize the picture only when it changesGravatar kkinnunen2015-01-13
* Remove draw window size state from SkDebugCanvasGravatar kkinnunen2015-01-05
* Make debugger raster window background blackGravatar kkinnunen2014-12-22
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* hide SkBitmap::setConfigGravatar reed2014-06-09
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* fix swapped bitmap channels on Mac for debuggerGravatar humper@google.com2013-07-10
* Add overdraw visualization to the debuggerGravatar robertphillips@google.com2013-02-06
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Refactoring into a public facing facing SkDebugger class first pass.Gravatar chudy@google.com2012-08-07
* Moved the ownership of the current clip and current matrix into the debug can...Gravatar chudy@google.com2012-08-03
* Optimization: SkDebugCanvas is capable of pausing and drawing incrementally i...Gravatar chudy@google.com2012-08-01
* Optimized hit testing feature, refactored into seperate function from canvas ...Gravatar chudy@google.com2012-07-31
* Fixed numerous mem errorsGravatar chudy@google.com2012-07-31
* Canvas size initializes correctly when drawing from a skia pictureGravatar chudy@google.com2012-07-30
* Added missing files to fix build.Gravatar chudy@google.com2012-07-28