aboutsummaryrefslogtreecommitdiff
path: root/tools/viewer
AgeCommit message (Expand)Author
2019-01-23Update Viewer for SkFont overrides.Ben Wagner
2019-01-21Revert "hide hinting and flag enums with PAINT_FLAGS"Hal Canary
2019-01-21hide hinting and flag enums with PAINT_FLAGSMike Reed
2019-01-17Fix variable shadowing in Viewer's ImGui codeBrian Osman
2019-01-10[sksg] Consolidate Matrix node implementationsFlorin Malita
2019-01-10expand flag to include all text-related paint fieldsMike Reed
2019-01-10Make SkAnimTimer support speed controlBrian Osman
2019-01-10Viewer: Add ability to pause timer from GUI and keyboardBrian Osman
2019-01-10[sksg] 4x4 matrix supportFlorin Malita
2019-01-09drawText Cleanup, part 2Hal Canary
2019-01-05Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman
2019-01-04Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman
2019-01-04start to change Viewer's filtering to know about fontsMike Reed
2019-01-04Add SkColorSpace factory from 3x3 row-major gamut and transfer functionBrian Osman
2018-12-11Try out clang-tidy, starting with bugprone-use-after-moveMike Klein
2018-12-06change private alloc methods to also take fontsMike Reed
2018-11-26Add tiled rendering option to viewerBrian Osman
2018-11-26Remove xform canvas mode from Viewer, simplify color managementBrian Osman
2018-11-21[sksg] Expose SkFont::Edging in TextNodeFlorin Malita
2018-11-10[skottie] Make animated image support generally availableFlorin Malita
2018-11-08Revert[4] "hide nested hinting enum"Mike Reed
2018-11-07Reland "Revert "hide nested hinting enum""Mike Klein
2018-11-07Revert "Revert "hide nested hinting enum""Mike Reed
2018-11-07Revert "hide nested hinting enum"Mike Reed
2018-11-07hide nested hinting enumMike Reed
2018-11-01Call GrContext::performDeferredCleanup from viewerChris Dalton
2018-10-30Refactor Nima codeKevin Lubick
2018-10-30hide the SkPaint::Align enum entirelyMike Reed
2018-10-23remove (unused) vertical-textMike Reed
2018-10-04re-precate SkMatrix44::SkMatrix44()Mike Klein
2018-10-02[skottie] External logger supportFlorin Malita
2018-09-24Filter TextBlob paints in Viewer.Ben Wagner
2018-09-19test,tools: whitespace changes for clang-formatHal Canary
2018-09-05Don't use MEM_MOVE=true with SkTArrays of sk_spBrian Salomon
2018-09-05Make Slide::getDimensions pure virtual.Ben Wagner
2018-08-23[skottie] Plumb external SkFontMgrFlorin Malita
2018-08-15added optimizations to speed up skinningRuiqi Mao
2018-08-13Fix viewer assert in onResizeJim Van Verth
2018-08-10Subpixel in Viewer from -1 to 1.Ben Wagner
2018-08-09Viewer to resize Samples with window resize.Ben Wagner
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-08-09[skottie] Optimize opacity layerizationFlorin Malita
2018-08-08migrating SkTDArray towards std::vector apiMike Reed
2018-08-08Revert "migrating SkTDArray towards std::vector api"Mike Reed
2018-08-08migrating SkTDArray towards std::vector apiMike Reed
2018-08-07Improve touch support for iOS viewerJim Van Verth
2018-08-03Fix GUI windows not appearing on first key in viewerBrian Osman
2018-08-03Clean up code for custom slide GUIsBrian Osman
2018-08-01sk_tool::Registry: make an iterator.Hal Canary
2018-08-01Fix !defined(SK_XML) buildsFlorin Malita