aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger
Commit message (Expand)AuthorAge
* debugger: Remove obsolete TODO comment.Gravatar tfarina@chromium.org2012-09-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-28
* Generate debugger MOCs on the flyGravatar fmalita@google.com2012-09-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-27
* Added Qt 4.8.3 moc files for the debuggerGravatar robertphillips@google.com2012-09-26
* remove uses of setBitmapDevice (DEPRECATED)Gravatar reed@google.com2012-09-26
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Got debugger compiling again after SkCanvas API changeGravatar robertphillips@google.com2012-09-20
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-11
* Added Qt 4.8.1 moc files for precise buildsGravatar robertphillips@google.com2012-09-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-07
* Fixed Windows compiler complaints (esp. in debugger)Gravatar robertphillips@google.com2012-09-06
* Added 4.6.2 prefix to existing debugger moc filesGravatar robertphillips@google.com2012-09-06
* Adding 4.8.2 moc files for debuggerGravatar robertphillips@google.com2012-09-06
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Bug Fix: Fixes transformation bug where debugger locked up during incremental...Gravatar chudy@google.com2012-08-14
* Bug Fix: Fixes incremental drawing in conjunction with the highlighting filte...Gravatar chudy@google.com2012-08-14
* Refactored inspector widget such that creating custom tabs for information is...Gravatar chudy@google.com2012-08-14
* Bug Fix: Resets the users zoom and translation every picture load. Was acting...Gravatar chudy@google.com2012-08-14
* Effects Bug FixGravatar chudy@google.com2012-08-13
* Replaced all instances of std strings and vectors in favor of SkStrings and S...Gravatar chudy@google.com2012-08-07
* Refactoring into a public facing facing SkDebugger class first pass.Gravatar chudy@google.com2012-08-07
* Quick mem fix for debug canvas leaking when loading new pics.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
* Added more DrawPoints debugging info for inspectorGravatar chudy@google.com2012-08-01
* Optimization: SkDebugCanvas is capable of pausing and drawing incrementally i...Gravatar chudy@google.com2012-08-01
* Getting rid of compile-time warningsGravatar chudy@google.com2012-07-31
* 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
* Skia Debugger can now save modified pictures.Gravatar chudy@google.com2012-07-28
* Key Shortcuts for Zooming. Refactored some event propogation.Gravatar chudy@google.com2012-07-26
* GL Widget AlphaGravatar chudy@google.com2012-07-26
* Fixed glaring typo in SkDebuggerGUI.cpp, unreviewed.Gravatar chudy@google.com2012-07-19
* Quick bug fix that was rendering debugger unusable.Gravatar chudy@google.com2012-07-19
* Added more features to deletes and breakpointsGravatar chudy@google.com2012-07-17
* Cleaned up icons, added keyboard shortcuts to everythingGravatar chudy@google.com2012-07-16
* Feature, HitBox selects current commandGravatar chudy@google.com2012-07-12
* Bug Fix: Delete redraws correctly when redraw command execution is pausedGravatar chudy@google.com2012-07-12
* SkHitBox added.Gravatar chudy@google.com2012-07-12
* Seperated Space for displaying breakpoint and deletion iconsGravatar chudy@google.com2012-07-12
* Bug Fix: Pause drawing execution feature works due to fixed typoGravatar chudy@google.com2012-07-10
* Bug Fix: Current command mask now dynamically changes based on bounds of window.Gravatar chudy@google.com2012-07-10
* Made everything in SkDebuggerGUI live on the stackGravatar chudy@google.com2012-07-10