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
/
bitmap_platform_device_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...
nick@chromium.org
2013-02-02
1
-24
/
+73
*
Add skia::RefPtr class to wrap ref counted classes from Skia.
danakj@chromium.org
2012-12-04
1
-8
/
+5
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-5
/
+16
*
Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak!
reed@google.com
2012-11-01
1
-0
/
+6
*
Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap
reed@google.com
2012-10-10
1
-30
/
+58
*
check for valid device before using
reed@google.com
2012-09-24
1
-1
/
+1
*
Now that we can handle NULL from BitmapPlatformDevice::Create, remove the
reed@google.com
2012-09-18
1
-66
/
+1
*
Fix win32 error checking in platform_canvas_skia.cc by moving code into bitma...
reveman@chromium.org
2012-04-17
1
-0
/
+64
*
Don't get screen dc when creating BitmapPlatformDevice
jbauman@chromium.org
2012-04-10
1
-14
/
+1
*
Remove redundant memory clears when constructing BitmapPlatformDevice instanc...
twiz@chromium.org
2012-03-16
1
-14
/
+28
*
Skia DEPS roll to 3147
epoger@chromium.org
2012-02-10
1
-1
/
+2
*
Fix Coverity defects in skia/ext:
vandebo@chromium.org
2012-01-03
1
-4
/
+3
*
Revert 109461 -
twiz@chromium.org
2011-11-14
1
-57
/
+0
*
Re-introduction of release mode checks to determine the cause of CreateDIBSec...
twiz@chromium.org
2011-11-10
1
-0
/
+57
*
Revert 108023 - Debug checks to make it easier to find reason for CanvasT<>::...
groby@chromium.org
2011-11-03
1
-34
/
+0
*
Debug checks to make it easier to find reason for CanvasT<>::initialize crash
groby@chromium.org
2011-10-31
1
-0
/
+34
*
CL removing inheritance of SkDevice from PlatformDevice.
twiz@google.com
2011-08-28
1
-2
/
+2
*
Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice.
twiz@chromium.org
2011-08-25
1
-2
/
+2
*
CL removing inheritance of SkDevice from PlatformDevice.
twiz@chromium.org
2011-08-25
1
-2
/
+2
*
Stop using deprecated factory API for SkDevice
reed@google.com
2011-07-05
1
-11
/
+5
*
Revert 91504 - Stop using deprecated factory API for SkDevice
reed@google.com
2011-07-05
1
-5
/
+11
*
Stop using deprecated factory API for SkDevice
reed@google.com
2011-07-05
1
-11
/
+5
*
CL removing unused copy constructor and assignment operators on BitmapPlatfor...
twiz@chromium.org
2011-06-17
1
-19
/
+0
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-10
/
+2
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+10
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-10
/
+2
*
Assert on BeginPlatformPaint/EndPlatformPaint mismatch.
ctguil@chromium.org
2011-05-11
1
-0
/
+9
*
Update Chrome's Skia Device to use the new device factory interface (http://c...
vandebo@chromium.org
2011-04-29
1
-0
/
+4
*
Fixed a few styles issues in skia::PlatformDevice. Made function names consis...
alokp@chromium.org
2011-04-06
1
-3
/
+3
*
rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint
vandebo@chromium.org
2011-04-05
1
-3
/
+4
*
roll skia
reed@google.com
2011-02-28
1
-1
/
+2
*
Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() ...
reed@google.com
2011-02-25
1
-2
/
+1
*
roll to rev. 846, includes change to SkDevice setMatrixClip() interface
reed@google.com
2011-02-25
1
-1
/
+2
*
roll skia 636:673
thakis@chromium.org
2011-01-08
1
-1
/
+2
*
Revert "roll skia 636:673"
thakis@chromium.org
2011-01-07
1
-2
/
+1
*
roll skia 636:673
thakis@chromium.org
2011-01-07
1
-1
/
+2
*
Roll Skia deps to r621.
vandebo@chromium.org
2010-10-27
1
-4
/
+4
*
Update use of SkCanvas and SkDevice to match change in Skia:
vandebo@chromium.org
2010-10-15
1
-0
/
+8
*
Move BitmapPlatformDevice::makeOpaque into a shared file
tony@chromium.org
2010-09-02
1
-59
/
+0
*
Move BitmapPlatformDeviceData into its own header file.
tony@chromium.org
2010-08-31
1
-55
/
+6
*
Preserve optimized scrolling in the presence of multiple animating rects.
darin@chromium.org
2009-12-04
1
-6
/
+9
*
[Landing for Jonathon Dixon] Tiny code simplification/optimization: remove un...
senorblanco@chromium.org
2009-10-16
1
-3
/
+2
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
1
-33
/
+48
*
Remove misleading comment - we no longer crash when CreateDIBSection() fails,
brettw@google.com
2009-06-11
1
-6
/
+0
*
Fix Skia includes to use the whole path name.
brettw@chromium.org
2009-05-19
1
-4
/
+4
*
Make non-rectangular clip region apply in the correct location.
dglazkov@chromium.org
2009-04-17
1
-3
/
+0
*
Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...
brettw@chromium.org
2009-02-27
1
-111
/
+23
*
Reverting 7318.
brettw@google.com
2008-12-19
1
-25
/
+41
*
Reverting 7317.
brettw@google.com
2008-12-19
1
-41
/
+25
*
Remove base dependencies in the Windows-specific skia/ext code.
brettw@google.com
2008-12-19
1
-25
/
+41
[next]