aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkDebuggerGUI.h
Commit message (Expand)AuthorAge
* Unbust the old debuggerGravatar robertphillips2016-03-01
* Update debugger UI to auto-refresh the directory listingGravatar djsollen2015-11-18
* Clean up dead code: PictureRendererGravatar mtklein2015-11-18
* Get debugger compiling againGravatar robertphillips2015-10-26
* Debugger: remove dead feature (SkPicture offset display) & fix bug (unbalance...Gravatar robertphillips2015-03-26
* debugger: SW rasterize the picture only when it changesGravatar kkinnunen2015-01-13
* debugger: Update inspector view data consistently while pausedGravatar kkinnunen2015-01-07
* debugger: Remove few redundant variablesGravatar kkinnunen2015-01-05
* debugger: Move Skia initialization out of the GUI widget classGravatar kkinnunen2015-01-02
* debugger: Make draw command image widget resizeGravatar kkinnunen2014-12-30
* debugger: Make settings widget resizeableGravatar kkinnunen2014-12-30
* Change DebugCanvas API to not encourage memory leaksGravatar kkinnunen2014-12-30
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07
* This adds a checkbox to the debugger to allow seeing the effect pathops has o...Gravatar commit-bot@chromium.org2014-05-19
* Debugger improvementsGravatar commit-bot@chromium.org2014-03-25
* The new "mega" viz mode both adds visualization and forces all drawing to the...Gravatar commit-bot@chromium.org2014-03-03
* Make the debugger left panel resizable.Gravatar commit-bot@chromium.org2013-11-21
* Add texture filtering override to debuggerGravatar robertphillips@google.com2013-10-17
* Support MSAA in the picture debuggerGravatar commit-bot@chromium.org2013-08-02
* Separate showing and hiding the debugger settings and inspector.Gravatar bungeman@google.com2013-07-01
* Remove offsetcanvas from debuggerGravatar robertphillips@google.com2013-05-23
* Normalize the debugger's profile times by the repeat countGravatar robertphillips@google.com2013-03-07
* Allow debugger to be compiled without GaneshGravatar robertphillips@google.com2013-02-13
* Add overdraw visualization to the debuggerGravatar robertphillips@google.com2013-02-06
* Add command line options to debuggerGravatar robertphillips@google.com2013-01-28
* Make debugger profiling honor deleted commandsGravatar robertphillips@google.com2012-12-07
* Add drawing of paths to debuggerGravatar robertphillips@google.com2012-11-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* Breakdown profile time by command type in the overview paneGravatar robertphillips@google.com2012-11-19
* Add profiling to debuggerGravatar robertphillips@google.com2012-11-15
* Update debugger GUI to have profile button & list widget to optionally displa...Gravatar robertphillips@google.com2012-11-12
* 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
* Moved the ownership of the current clip and current matrix into the debug can...Gravatar chudy@google.com2012-08-03
* Fixed numerous mem errorsGravatar chudy@google.com2012-07-31
* 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
* 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
* Made everything in SkDebuggerGUI live on the stackGravatar chudy@google.com2012-07-10
* Added stubs for zoom info panel.Gravatar chudy@google.com2012-07-09
* clt debuggerGravatar chudy@google.com2012-06-29