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
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfx::Image: Refactor to avoid assuming scoped_ptr lifetime.
mgiuca
2016-03-17
2
-9
/
+11
*
Fix use-after-free in gfx::Image.
mgiuca
2016-03-15
2
-2
/
+8
*
ui: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-25
2
-0
/
+3
*
Upstream iOS forks to ui/gfx/ unit tests and test support.
sdefresne
2016-02-16
2
-3
/
+25
*
Switch to standard integer types in ui/gfx/.
avi
2015-12-23
17
-5
/
+35
*
Use proper namespace in skia/ext
scroggo
2015-12-10
4
-11
/
+11
*
gfx: Use std::move() instead of Pass() for scoped_ptr.
danakj
2015-11-25
1
-3
/
+4
*
gfx::ImageSkia: Added a note about using this class vs ImageFamily.
mgiuca
2015-11-23
1
-0
/
+5
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
1
-0
/
+2
*
ScopedPtrMap -> std::map from /ui/gfx/image
limasdf
2015-11-19
2
-5
/
+5
*
Added ImageFamily::CreateExact, which scales the best image to size.
mgiuca
2015-11-10
3
-1
/
+96
*
Remove some implicit Point to PointF conversions, add helpers.
danakj
2015-10-22
1
-1
/
+1
*
Add methods to check for exact gfx::Image equality and make most tests use it
pkotwicz
2015-09-29
4
-35
/
+103
*
gfx: Make conversions from Size to SizeF be explicit.
danakj
2015-09-25
2
-3
/
+3
*
Cleanup: IWYU for base/gtest_prod_util.h.
thestig
2015-09-25
2
-12
/
+2
*
Partially fix compilation of media_unittests with Xcode 7 (OS X 10.11 SDK).
sdefresne
2015-09-14
1
-1
/
+1
*
Update usages of std::map to use ScopedPtrMap.
mgiuca
2015-06-25
2
-10
/
+10
*
gfx: Make ImageSkipRep bitmaps immutable.
danakj
2015-05-08
4
-8
/
+7
*
gfx::Image: AddRepresentation takes a scoped_ptr, not a raw ptr.
mgiuca
2015-04-21
2
-36
/
+37
*
Set FixedSource image unscaled in ImageSkiaTest
qiankun.miao
2015-03-26
1
-1
/
+11
*
ui/gfx: Cleanup - replace a call to SkBitmapToNSImage().
tfarina
2015-01-24
1
-1
/
+3
*
Enable strict-virtual-specifiers for iOS builds.
droger
2015-01-20
2
-13
/
+7
*
Update {virtual,override,final} for ui/ to follow C++11 style.
dcheng
2015-01-09
1
-3
/
+0
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
10
-11
/
+11
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
2
-3
/
+3
*
Cleanup: Update the path to insets and point headers.
tfarina
2014-12-23
1
-3
/
+3
*
Switch users of foundation_util.h to include it directly and clean up uses of...
avi
2014-12-21
3
-2
/
+3
*
ui/gfx: Return make_scoped_ptr when/where possible.
tfarina
2014-11-24
1
-2
/
+2
*
Stop building ui_unittests target.
tfarina
2014-11-18
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
2
-4
/
+2
*
Standardize usage of virtual/override/final in ui/
dcheng
2014-10-21
4
-80
/
+49
*
The ScaleImageSkiaRep function which attempts to scale the image to the desir...
ananta
2014-10-16
1
-2
/
+1
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
5
-29
/
+29
*
Falls back to 1x image if the resource doesn't have the scale data.
mukai
2014-10-08
2
-28
/
+104
*
Remove kDisableArbitraryScaleFactorInImageSkia flag.
mukai
2014-10-07
3
-25
/
+2
*
Enables 300P support for iOS.
rohitrao
2014-09-16
1
-0
/
+109
*
MacViews: Get ImageTest to pass
andresantoso
2014-08-28
1
-4
/
+3
*
Use 2x resources for 1.25
oshima@chromium.org
2014-07-12
2
-25
/
+47
*
SkBitmap::Config is deprecated, use SkColorType instead
reed@google.com
2014-07-08
1
-2
/
+2
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
5
-25
/
+12
*
Use ImageSkiaSource to create ImageSkia from ImagePNGReps
oshima@chromium.org
2014-06-20
3
-35
/
+111
*
Revert 278589 "Use ImageSkiaSource to create ImageSkia from Imag..."
ricow@chromium.org
2014-06-20
3
-109
/
+35
*
Use ImageSkiaSource to create ImageSkia from ImagePNGReps
oshima@chromium.org
2014-06-20
3
-35
/
+109
*
Enable arbitrary scale factor
oshima@chromium.org
2014-06-11
2
-15
/
+1
*
Remove forward declarations of unused ImageRepGdk and ImageRepCairo
pkotwicz@chromium.org
2014-05-26
2
-8
/
+1
*
Update comment for ImageSkiaRep(gfx::Size, float);
oshima@chromium.org
2014-05-16
1
-1
/
+3
*
Fixes use-of-uninitialized-value MSan error in image_skia_unittest
mukai@chromium.org
2014-05-16
2
-3
/
+4
*
Allows arbitrary scale factor in ImageSkia.
mukai@chromium.org
2014-05-15
3
-15
/
+245
*
Add ImageSkiaRep::unscaled that tells if the image is for unscaled image.
oshima@chromium.org
2014-05-11
4
-9
/
+62
*
Scrub deprecated Skia APIs.
fmalita@chromium.org
2014-05-10
3
-3
/
+3
[next]