index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
skia
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so
erg@google.com
2009-03-19
1
-0
/
+4
*
Revert "Now have a TextButton rendering." Broke Windows.
erg@google.com
2009-03-19
1
-4
/
+0
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...
erg@google.com
2009-03-19
1
-0
/
+4
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
1
-0
/
+69
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
2
-3
/
+1
*
Basic windowless plugins, try 2.
evan@chromium.org
2009-03-13
4
-0
/
+19
*
Fix memory leak of "screen size bitmap" (e.g. 1.5M if 750x548)
jrg@chromium.org
2009-03-07
1
-5
/
+4
*
Linux: remove GdkSkia.*
agl@chromium.org
2009-03-05
2
-608
/
+0
*
Fix the non-Windows builds. This makes makes the Windows code conditional on ...
brettw@chromium.org
2009-03-02
1
-0
/
+16
*
Fix and uncomment the tests I broke in my transparency patch. Turns out
brettw@chromium.org
2009-03-02
1
-6
/
+4
*
Fix some unit tests that I broke in the transparency patch. Comment out two
brettw@chromium.org
2009-02-27
2
-4
/
+26
*
Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...
brettw@chromium.org
2009-02-27
7
-172
/
+23
*
Bitmap transport
agl@chromium.org
2009-02-20
6
-16
/
+76
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
4
-0
/
+17
*
Implement gdk_skia_draw_segments. Initial implementation does not support
jhawkins@chromium.org
2009-01-30
1
-1
/
+19
*
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...
thestig@chromium.org
2009-01-30
4
-7
/
+6
*
Linux Skia: add an option to build a canvas from a provided memory buffer
agl@chromium.org
2009-01-22
4
-5
/
+41
*
Add back convolver_unittest.cc and image_operations_unittest.cc.
maruel@chromium.org
2009-01-22
3
-112
/
+83
*
Reverting 8462,8458 since it broke the linux builder.
maruel@chromium.org
2009-01-22
3
-75
/
+111
*
Add back convolver_unittest.cc and image_operations_unittest.cc.
maruel@chromium.org
2009-01-22
3
-111
/
+75
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+2
*
Clean up some Skia logging stuff. This unfortunately doesn't re-enable it for
brettw@chromium.org
2009-01-14
1
-20
/
+23
*
Remove a bunch of base dependencies from skia/ext. The only nontrivial change is
brettw@chromium.org
2009-01-14
10
-37
/
+41
*
Hook up skia's assertions to our logging system.
brettw@chromium.org
2009-01-12
1
-0
/
+20
*
Move the vector canvas unit test data to the skia/ext directory. It wasn't
brettw@chromium.org
2009-01-08
85
-62
/
+36
*
Linux: Move GdkSkia to skia/ext
agl@chromium.org
2009-01-07
2
-0
/
+590
*
Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit expe...
pinkerton@google.com
2009-01-06
1
-2
/
+5
*
Reverting 7318.
brettw@google.com
2008-12-19
10
-135
/
+165
*
Reverting 7317.
brettw@google.com
2008-12-19
10
-164
/
+135
*
Remove base dependencies in the Windows-specific skia/ext code.
brettw@google.com
2008-12-19
10
-135
/
+164
*
Move the "platform" wrappers in skia/ext to the skia namespace.
brettw@google.com
2008-12-17
28
-110
/
+104
*
Move skia_utils into the skia namespace.
brettw@google.com
2008-12-12
6
-8
/
+14
*
Move Image operations and convolver to the skia namespace and clean up a few ...
brettw@google.com
2008-12-12
6
-85
/
+89
*
Reverting 6709,6708,6706.
brettw@google.com
2008-12-10
6
-123
/
+135
*
Use crappy apple define instead of OS_ defines since those don't exist for Skia.
brettw@google.com
2008-12-10
1
-1
/
+1
*
Add an additional include to get skASSERT.
brettw@google.com
2008-12-10
1
-0
/
+1
*
Remove base dependency from image_operations and associated unittests. I also...
brettw@google.com
2008-12-10
6
-134
/
+121
*
Split the cross-platform part of skia_utils_win into skia_utils. Use this new
brettw@google.com
2008-12-03
4
-21
/
+52
*
Move base/gfx/skia_util to skia/ext/skia_util_win.
brettw@google.com
2008-12-03
4
-2
/
+133
*
Move skia_utils_mac from base/gfx to skia/ext.
brettw@google.com
2008-12-03
4
-2
/
+136
*
Move convolver and image_operations from base/gfx to skia/ext. This is just
brettw@google.com
2008-12-03
6
-0
/
+1172
*
Revert my skia file moves because of layout test failures.
brettw@google.com
2008-12-03
16
-1487
/
+5
*
Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.
brettw@google.com
2008-12-02
16
-5
/
+1487
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
6
-10
/
+10
*
Fix a header rename I missed on the last step.
brettw@google.com
2008-11-22
1
-1
/
+1
*
Fix header names.
brettw@google.com
2008-11-22
1
-3
/
+3
*
Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ...
brettw@google.com
2008-11-22
8
-0
/
+390
*
Move skia extensions from the port to skia/ext for Windows only. Fixed the
brettw@google.com
2008-11-21
13
-0
/
+3402
*
Move the platform files form port to skia for Mac only. Hopefully this won't ...
brettw@google.com
2008-11-21
6
-0
/
+800