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
/
ui
/
gfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in log statement.
nick@chromium.org
2013-01-26
1
-1
/
+1
*
png_codec_unittest.cc leaks stl::vector row_pointers on encoding error.
noel@chromium.org
2013-01-25
1
-30
/
+22
*
Comment memory leak in the PNG encoder on encoding error.
noel@chromium.org
2013-01-25
1
-1
/
+3
*
Changes the format of gfx::Display's ID.
mukai@chromium.org
2013-01-25
2
-4
/
+14
*
Adds oshima to OWNER of Display.
mukai@chromium.org
2013-01-25
1
-0
/
+4
*
Don't use BinaryImageSource for ButtonImageSource
oshima@chromium.org
2013-01-24
1
-13
/
+20
*
Memory leak in module png_codec.cc on encoder error.
noel@chromium.org
2013-01-24
1
-6
/
+9
*
Use correct favicon scale factor on Android.
aruslan@chromium.org
2013-01-24
7
-39
/
+149
*
Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...
pkotwicz@chromium.org
2013-01-23
9
-97
/
+90
*
ui: Prevent negative sizes.
danakj@chromium.org
2013-01-23
4
-22
/
+13
*
ui: Prevent negative sizes in unit tests.
danakj@chromium.org
2013-01-23
2
-22
/
+1
*
Revert "ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes alwa...
danakj@chromium.org
2013-01-22
7
-47
/
+45
*
Finally rip the global StackingClient bandaid off.
erg@chromium.org
2013-01-22
1
-0
/
+7
*
Make new-style page scale work on Android.
aelias@chromium.org
2013-01-21
1
-1
/
+1
*
Nukes MenuModel::GetFirstItemIndex. It is only needed for windows, so
sky@chromium.org
2013-01-18
1
-6
/
+0
*
Memory leak in jpeg_codec.cc on encoder error.
noel@chromium.org
2013-01-18
1
-4
/
+11
*
Fallback to 1x scale factor if the images doesn't have the target
oshima@chromium.org
2013-01-18
3
-102
/
+81
*
Putting back: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-18
1
-7
/
+0
*
Add myself to the owner of image_skia_ stuff
oshima@chromium.org
2013-01-17
1
-0
/
+3
*
Revert 177288
ilevy@chromium.org
2013-01-17
1
-0
/
+7
*
cc: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-17
1
-7
/
+0
*
Add additional error handling and null checking to ImageSkiaOperations
pkotwicz@chromium.org
2013-01-16
3
-10
/
+67
*
Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIden...
reed@google.com
2013-01-16
2
-33
/
+29
*
some fixes and warning disables in ui/ for building on win x64
scottmg@chromium.org
2013-01-15
2
-6
/
+6
*
Migrate more functions from MathUtil to gfx::Transform
shawnsingh@chromium.org
2013-01-15
4
-233
/
+1291
*
Add support for getting the 256x256 app icon on Windows as a SkBitmap.
asvitkine@chromium.org
2013-01-14
3
-2
/
+113
*
ui/gfx: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-12
9
-21
/
+21
*
Add check to make sure that mask image and target image have the same size.
oshima@chromium.org
2013-01-11
1
-0
/
+2
*
This patch prevents the creation of some render targets by informing the logi...
whunt@chromium.org
2013-01-09
1
-0
/
+9
*
Remove DCHECK for negative sizes for Android
nyquist@chromium.org
2013-01-09
1
-0
/
+7
*
Fix a couple test cases where we should be doing floating point comparisons.
thestig@chromium.org
2013-01-09
2
-11
/
+10
*
Add support for adding 256x256 pngs to Windows .ico files.
asvitkine@chromium.org
2013-01-08
3
-41
/
+120
*
Rotated Images
harrym@chromium.org
2013-01-08
1
-0
/
+1
*
ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.
danakj@chromium.org
2013-01-08
7
-45
/
+47
*
Flip the default value of the flag to enable scaling in ImageSkiaOperations.
oshima@chromium.org
2013-01-08
3
-8
/
+8
*
Don't scale mask image for new tab button.
oshima@chromium.org
2013-01-07
1
-1
/
+0
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
3
-1
/
+75
*
Add fuzziness to checking whether the colors of two SkBitmaps are equal for I...
pkotwicz@chromium.org
2013-01-04
3
-27
/
+38
*
Inline gfx::QuadF and gfx::Transform ctor/dtors
jamesr@chromium.org
2013-01-03
2
-27
/
+12
*
Remove ScopedAllowIO from font_fallback_win.cc.
asvitkine@chromium.org
2012-12-27
1
-3
/
+0
*
Add ToString() to gfx::Transform for easier debugging.
danakj@chromium.org
2012-12-20
2
-0
/
+29
*
Use generated shim headers for zlib.
phajdan.jr@chromium.org
2012-12-18
1
-9
/
+1
*
Rotated Images
harrym@chromium.org
2012-12-18
5
-5
/
+160
*
Generate shim headers for libpng
phajdan.jr@chromium.org
2012-12-18
2
-10
/
+1
*
Revert 173315
nkostylev@chromium.org
2012-12-15
2
-1
/
+13
*
gfx: The destructor of DisplayObserver does not need to be out-of-line.
tfarina@chromium.org
2012-12-15
2
-13
/
+1
*
Add rudimentary support for custom cursors in Chrome Aura Windows.
ananta@chromium.org
2012-12-14
2
-1
/
+62
*
Aggressively inline implementation of gfx::Transform
shawnsingh@google.com
2012-12-13
2
-53
/
+20
*
Removes Image(const unsigned char* png, size_t input_size) in favor of using ...
pkotwicz@chromium.org
2012-12-13
10
-63
/
+55
*
Improve K-mean dominant color selection for favicons
jamescook@chromium.org
2012-12-11
3
-3
/
+71
[next]