Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b0b03d98afdecc476975151fdb01a6186f57b463
/
src
/
views
b265741
Revert r10603 (Remove operator== from SkPaint) due to Chrome failures
by robertphillips@google.com
· 11 years ago
37ffe8a
Remove operator== from SkPaint
by commit-bot@chromium.org
· 11 years ago
faa5ae4
Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3.
by commit-bot@chromium.org
· 11 years ago
44fb1fa
Make implicit cast explicit to fix r9807 on gcc.
by bungeman@google.com
· 11 years ago
b20a1b5
Minimal changes for SampleApp to eb HiDPI aware on Mac.
by bungeman@google.com
· 11 years ago
4d494f0
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
5e4fe21
Fix shift detection in views on X.
by bungeman@google.com
· 11 years ago
d1f1b67
post Expose event when we see an inval
by reed@google.com
· 11 years ago
7fa22f3
Smallest possible desktop application that uses Skia to render stuff.
by commit-bot@chromium.org
· 11 years ago
a48595d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
acb3d88
use select() so we can wait for XEvents or our timer
by reed@google.com
· 11 years ago
079813e
speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted)
by reed@google.com
· 11 years ago
732c5d5
fix warning related to && and || and parens
by reed@google.com
· 11 years ago
a25c94e
add validate to SkView for debugging
by reed@google.com
· 11 years ago
48821fc
Fix a bug in SkTextBox.
by scroggo@google.com
· 12 years ago
5d7ca95
Fix gyp files to allow ninja to build 64 bit on Mac.
by commit-bot@chromium.org
· 12 years ago
770ab36
Remove deprecated/obsolete Makefiles.
by tfarina@chromium.org
· 12 years ago
b58a639
Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings.
by bsalomon@google.com
· 12 years ago
f381162
use SkStream::NewFromFile()
by mike@reedtribe.org
· 12 years ago
f44957e
Fix GDI device context leak. https://codereview.appspot.com/7682044/
by bungeman@google.com
· 12 years ago
93c7ee3
Removed unused parameters
by sugoi@google.com
· 12 years ago
9c55f80
Fixing some warnings on Linux
by sugoi@google.com
· 12 years ago
64cc810
Make SkOSWindow return the sample count and stencil bit count for its GL context.
by bsalomon@google.com
· 12 years ago
b7f20f2
Unify wgl context creation.
by bsalomon@google.com
· 12 years ago
b12dc38
Add commented out code to create a core profile on windows.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
82502e2
Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052
by bsalomon@google.com
· 12 years ago
b6c933c
fix iOS build after adding modifierKeys to click events
by reed@google.com
· 12 years ago
4e73aa1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e378d83
translate modifier keys for xevents
by reed@google.com
· 12 years ago
3792418
fix linux build
by reed@google.com
· 12 years ago
72708fa
fix win build
by reed@google.com
· 12 years ago
4d5c26d
pass modifier keys to click events (e.g. control | shift etc.)
by reed@google.com
· 12 years ago
05af1af
eliminate all warnings in non-thirdparty code on mac
by humper@google.com
· 12 years ago
2882c57
Fix SampleApp busted images with --picture on windows.
by bsalomon@google.com
· 12 years ago
e5877e6
Delete SkWidget.cpp, which has been #ifdef'ed out for 4+ years.
by tfarina@chromium.org
· 12 years ago
ce9dce0
Fixed canvas creation in SampleApp
by robertphillips@google.com
· 12 years ago
5957f47
retool so we don't need to call SkCanvas::setDevice
by reed@google.com
· 12 years ago
200e53f
fix win-only change (canvas -> rasterCanvas)
by reed@google.com
· 12 years ago
511aa0e
doh(2) fix the other typo
by reed@google.com
· 12 years ago
4c9e2aa
eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call.
by reed@google.com
· 12 years ago
e229e92
Remove deprecated SkOSWindow_wxwidgets.h
by tfarina@chromium.org
· 12 years ago
373ebc6
Suppress some warnings on linux.
by bsalomon@google.com
· 12 years ago
ddd8fa8
Remove SkListWidget.cpp, which has not been compiled for 18 months
by epoger@google.com
· 12 years ago
4e2d4ff
Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years
by epoger@google.com
· 12 years ago
594dd3c
iOS support work in progress
by caryclark@google.com
· 12 years ago
5b5bba3
Addressed xcode analysis complaints
by robertphillips@google.com
· 12 years ago
867cbd8
first cut at making iOS work
by caryclark@google.com
· 12 years ago
0d50bc1
Restore line breaking in SkTextBox. https://codereview.appspot.com/6500078/
by bungeman@google.com
· 12 years ago
0dd5ceb
Fix ANGLE build Review URL: https://codereview.appspot.com/6498045
by borenet@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
3b3e895
remove EdgeType enum. Unimportant distinction, and removing speeds up quickReject
by reed@google.com
· 12 years ago
a22e211
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
by robertphillips@google.com
· 12 years ago
2e40173
revert gpu-less mac sample app, remove busted sample (that has equivalent gm)
by bsalomon@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
6fccbd1
SkTextBox to use public interfaces for line layout.
by bungeman@google.com
· 12 years ago
37946b5
Move animated view headers to correct directory.
by bungeman@google.com
· 12 years ago
59f46b8
Fixed Windows compiler complaints
by robertphillips@google.com
· 12 years ago
a23d048
remove SkInstCnt tracking of SkViewRegistry
by reed@google.com
· 12 years ago
7965548
remove bogus SkViewFactory reference
by reed@google.com
· 12 years ago
563a3b4
more SkInstCnt plumbing fix some typeface leaks
by reed@google.com
· 12 years ago
75356a7
Fixed compile warning in SkOSWindow_unix.cpp
by bsalomon@google.com
· 12 years ago
4bdfb8c
Compiler complaints + some minor cleanup
by robertphillips@google.com
· 12 years ago
679ab31
fix warnings on Mac in src/views
by caryclark@google.com
· 12 years ago
07ef911
Fixed Linux compiler complaints
by robertphillips@google.com
· 12 years ago
8a189b0
Add coverage AA support for SampleApp root layers (windows only)
by bsalomon@google.com
· 13 years ago
1195925
Add MSAA option to SampleApp
by bsalomon@google.com
· 13 years ago
3286989
Remove old D3D9 stuff
by bsalomon@google.com
· 13 years ago
8108c47
Unix SampleApp attach/detach fixup and style fixup
by bsalomon@google.com
· 13 years ago
ed16483
Fix GL attach/detach in Mac SampleApp
by bsalomon@google.com
· 13 years ago
3c4d032
Revert 3857 (which was committed from wrong tree)
by bsalomon@google.com
· 13 years ago
5f017a4
Fix GL attach/detach in Mac SampleApp
by bsalomon@google.com
· 13 years ago
2858b31
Fix line endings in src/view/win (and set the eol style property)
by bsalomon@google.com
· 13 years ago
d5b05ef
Patching Mac files missed in first delivery
by robertphillips@google.com
· 13 years ago
b442a6d
Redelivering r3555 to re-add run-time switching between ANGLE and native opengl
by robertphillips@google.com
· 13 years ago
d5c8fe6
Removed ANGLE namespace requirement
by robertphillips@google.com
· 13 years ago
bd8d7ad
Reverting r3555
by robertphillips@google.com
· 13 years ago
53e96a1
Added run-time switching between OpenGL & ANGLE in SampleApp
by robertphillips@google.com
· 13 years ago
d3b9fbb
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
by robertphillips@google.com
· 13 years ago
5e41b37
Remove circular dependency of views and animator.
by bungeman@google.com
· 13 years ago
c62923d
Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp
by epoger@google.com
· 13 years ago
cbd76ae
Utils must not depend on Views. http://codereview.appspot.com/5867051/
by bungeman@google.com
· 13 years ago
1771cbf
posix: Avoid static initializers in static/global mutexes
by digit@google.com
· 13 years ago
0c00f21
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
by tomhudson@google.com
· 13 years ago
9998c66
remove all references to SkGlobals (obsolete)
by reed@google.com
· 13 years ago
f03bb56
land http://codereview.appspot.com/5244058/ - add matrix to SkView
by reed@google.com
· 13 years ago
9d12f5c
Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043
by bsalomon@google.com
· 13 years ago
889bd8b
Make SkMath.h less visible in public header files.
by tomhudson@google.com
· 13 years ago
17b7894
rolling back the experimental rollbacks in r2178-2179
by epoger@google.com
· 13 years ago
5f22657
rolling tree back to its state as of r2169 to see if that fixes Windows buildbots
by epoger@google.com
· 13 years ago
513909f
Remove compiler warnings (Linux clang, mostly).
by tomhudson@google.com
· 13 years ago
647a804
Core skia changes to prepare for Gr AA Hairline renderer
by bsalomon@google.com
· 13 years ago
ef7bdfa
Added Debugger to Sample App, off by default
by yangsu@google.com
· 13 years ago
2f9462d
Fixed error in SkOSMenu
by yangsu@google.com
· 13 years ago
e55f533
Updated SkOSMenu to use the updated SkEvents
by yangsu@google.com
· 13 years ago
87fac4a
retool SkEvent to own its target ID or target proc
by reed@google.com
· 13 years ago
c514dde
allow events to store their target sink ID
by reed@google.com
· 13 years ago
654d72f
Revised SkOSMenu http://codereview.appspot.com/4827042/
by yangsu@google.com
· 13 years ago
2c2508d
More variable initializations and curly braces to avoid Linux compiler warnings.
by tomhudson@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
Next »