aboutsummaryrefslogtreecommitdiff
path: root/debugger/QT/SkRasterWidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix debugger w.r.t. sk_sp changesrobertphillips2016-03-241-2/+2
* Update debugger to use SkPixmaprobertphillips2016-03-101-7/+7
* Unbust the old debuggerrobertphillips2016-03-011-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* debugger: SW rasterize the picture only when it changeskkinnunen2015-01-131-31/+48
* Remove draw window size state from SkDebugCanvaskkinnunen2015-01-051-1/+0
* Make debugger raster window background blackkkinnunen2014-12-221-1/+1
* Try out scalar picture sizesrobertphillips2014-08-291-1/+1
* hide SkBitmap::setConfigreed2014-06-091-4/+2
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-2/+2
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-2/+2
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-2/+2
* fix swapped bitmap channels on Mac for debuggerhumper@google.com2013-07-101-1/+4
* Add overdraw visualization to the debuggerrobertphillips@google.com2013-02-061-0/+1
* Defining new color constat for transparent colorjunov@google.com2012-12-061-1/+1
* Refactoring into a public facing facing SkDebugger class first pass.chudy@google.com2012-08-071-7/+5
* Moved the ownership of the current clip and current matrix into the debug can...chudy@google.com2012-08-031-4/+1
* Optimization: SkDebugCanvas is capable of pausing and drawing incrementally i...chudy@google.com2012-08-011-16/+12
* Optimized hit testing feature, refactored into seperate function from canvas ...chudy@google.com2012-07-311-7/+3
* Fixed numerous mem errorschudy@google.com2012-07-311-8/+7
* Canvas size initializes correctly when drawing from a skia picturechudy@google.com2012-07-301-24/+29
* Added missing files to fix build.chudy@google.com2012-07-281-0/+64