index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
views
/
unix
Commit message (
Expand
)
Author
Age
*
Sample app uses Ganesh before calling SkGraphics::Init().
mtklein
2016-08-09
*
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
brianosman
2016-05-05
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
detach -> release
mtklein
2016-03-16
*
Force tiles in SampleApp to integer boundaries.
bungeman
2016-03-03
*
Force VisualBench to reset GLContext on GrContext reset
joshualitt
2015-10-21
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow
bsalomon
2015-06-16
*
Expand VisualBench to a real benching tool
joshualitt
2015-06-01
*
CL to add setFullscreen and setVsync to SkWindow
joshualitt
2015-05-27
*
Cleanup public includes directory.
djsollen
2014-11-13
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Handle close button in SkOSWindow_Unix.
bungeman
2014-07-07
*
Cleanup: Remove unused includes from skia_unix.cpp
tfarina@chromium.org
2014-01-11
*
An SkOSWindow for Unix may experience stuttering, with missed events or long ...
commit-bot@chromium.org
2014-01-02
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-20
*
Fix shift detection in views on X.
bungeman@google.com
2013-06-19
*
post Expose event when we see an inval
reed@google.com
2013-06-19
*
Smallest possible desktop application that uses Skia to render stuff.
commit-bot@chromium.org
2013-06-18
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-18
*
use select() so we can wait for XEvents or our timer
reed@google.com
2013-06-17
*
Removed unused parameters
sugoi@google.com
2013-03-12
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
Make SkOSWindow return the sample count and stencil bit count for its GL cont...
bsalomon@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-09
*
translate modifier keys for xevents
reed@google.com
2013-01-08
*
fix linux build
reed@google.com
2013-01-08
*
pass modifier keys to click events (e.g. control | shift etc.)
reed@google.com
2013-01-08
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed compile warning in SkOSWindow_unix.cpp
bsalomon@google.com
2012-06-19
*
Compiler complaints + some minor cleanup
robertphillips@google.com
2012-06-12
*
Add MSAA option to SampleApp
bsalomon@google.com
2012-04-06
*
Unix SampleApp attach/detach fixup and style fixup
bsalomon@google.com
2012-04-03
*
Revert 3857 (which was committed from wrong tree)
bsalomon@google.com
2012-04-03
*
Fix GL attach/detach in Mac SampleApp
bsalomon@google.com
2012-04-03
*
Redelivering r3555 to re-add run-time switching between ANGLE and native opengl
robertphillips@google.com
2012-04-02
*
Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp
epoger@google.com
2012-03-22
*
Utils must not depend on Views.
bungeman@google.com
2012-03-21