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 ClipboardGtk::WriteBitmap not unpremultiplying images.
dcheng@chromium.org
2012-10-20
1
-15
/
+7
*
ui: Remove platform-specific operator=()s from gfx::Rect.
danakj@chromium.org
2012-10-19
2
-32
/
+0
*
gfx: Transform is using its own custom function to round a float to an integer.
tfarina@chromium.org
2012-10-18
1
-18
/
+4
*
ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04.
tfarina@chromium.org
2012-10-18
4
-115
/
+115
*
Use LANCZOS3 resize algorithm to generate missing image reps for extension ac...
tbarzic@chromium.org
2012-10-18
2
-5
/
+27
*
Resize images for hi-dpi based on a custom PNG chunk added by GRIT r78, and r...
benrg@chromium.org
2012-10-18
2
-1
/
+25
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
11
-121
/
+114
*
Don't hang if can't downsize font.
vitalybuka@chromium.org
2012-10-13
2
-1
/
+16
*
Makes gfx::Screen an instance, rather than a collection of static methods.
scottmg@chromium.org
2012-10-12
11
-350
/
+467
*
Add gfx::ToRoundedSize() method to round a floating point size to an integer ...
danakj@chromium.org
2012-10-12
3
-0
/
+115
*
Add IsOrigin() method to gfx::Point classes.
danakj@chromium.org
2012-10-12
2
-0
/
+22
*
Implicit coversion operators from integer geometry types to floating point.
danakj@chromium.org
2012-10-11
13
-73
/
+162
*
Switch from FORMAT_BGRA to FORMAT_SkBitmap.
aurimas@chromium.org
2012-10-11
1
-1
/
+1
*
Add gfx::ToRoundedInt safe conversion method from float to int.
danakj@chromium.org
2012-10-11
6
-9
/
+131
*
Revert 161137 - Add gfx::ToRoundedInt safe conversion method from float to int.
acolwell@chromium.org
2012-10-10
6
-131
/
+9
*
Add gfx::ToRoundedInt safe conversion method from float to int.
danakj@chromium.org
2012-10-10
6
-9
/
+131
*
Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2
cpu@chromium.org
2012-10-10
2
-1
/
+61
*
Revert 160976 - The center of a rect is x+width/2, y+height/2
cpu@chromium.org
2012-10-10
2
-61
/
+1
*
The center of a rect is x+width/2, y+height/2
danakj@chromium.org
2012-10-09
2
-1
/
+61
*
Remove implicit flooring Scale() method from Point and Size.
danakj@chromium.org
2012-10-09
14
-25
/
+137
*
Make gfx::ImageSkia(gfx::ImageSkiaRep) explicit
pkotwicz@chromium.org
2012-10-09
2
-2
/
+3
*
Removing an extraneous line in ui/gfx/rest_unittest.
noyau@chromium.org
2012-10-08
1
-1
/
+0
*
Make adding and subtracting gfx:: point types simpler.
danakj@chromium.org
2012-10-05
7
-24
/
+29
*
Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers to
reed@google.com
2012-10-03
2
-0
/
+10
*
Mac Web Intents Part 10: Support derived fonts
sail@chromium.org
2012-10-03
2
-3
/
+48
*
Revert to old rect conversion behaviour in backing_store_mac
vollick@chromium.org
2012-10-02
1
-1
/
+1
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
2
-0
/
+6
*
Support obscured RenderTextWin passwords.
msw@chromium.org
2012-09-28
9
-95
/
+174
*
Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...
vollick@chromium.org
2012-09-28
14
-72
/
+296
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-1
/
+1
*
JavaBitmap class JNI clean up, add new functionality
trchen@chromium.org
2012-09-24
2
-53
/
+50
*
Properly flip the CGContext during UIImage->SkBitmap conversions.
rohitrao@chromium.org
2012-09-24
2
-18
/
+59
*
gfx: Delete another array pointer through scoped_array.
tfarina@chromium.org
2012-09-21
1
-3
/
+1
*
Adds a test to verify that image conversion does not flip a gfx::Image.
rohitrao@chromium.org
2012-09-21
3
-7
/
+50
*
Don't require a decoder in VideoDecodeAccelerationSupport::Destroy
sail@chromium.org
2012-09-20
1
-1
/
+3
*
gfx: Simplify the implementation of RectToSkIRect() function.
tfarina@chromium.org
2012-09-20
1
-2
/
+1
*
Modifies GetPlatformImageColor() to check the color of a given point.
rohitrao@chromium.org
2012-09-19
4
-9
/
+14
*
Upstreaming SelectFileDialog for Android
aurimas@chromium.org
2012-09-18
3
-1
/
+85
*
Add RenderText::SetFont() function to simplify some call sites.
asvitkine@chromium.org
2012-09-18
4
-4
/
+16
*
Change browser/page action default icon defined in manifest to support hidpi.
tbarzic@chromium.org
2012-09-18
1
-6
/
+5
*
Support the various flavors of window-shape setting.
ben@chromium.org
2012-09-17
2
-4
/
+36
*
Remove deprecated gfx::Image::operator NSImage*().
rsesek@chromium.org
2012-09-14
3
-17
/
+4
*
ui/gfx/image: Use STLValueDeleter in ImageStorage.
tfarina@chromium.org
2012-09-14
1
-10
/
+9
*
Adds an iOS implementation of gfx::Image.
rohitrao@chromium.org
2012-09-14
11
-28
/
+360
*
Refactor font linking code out of RenderTextWin.
asvitkine@chromium.org
2012-09-07
5
-241
/
+526
*
Convert the mouse event's location that is captured by aura correctly
oshima@chromium.org
2012-09-07
1
-0
/
+3
*
Refactor RenderTextWin to create helper function LayoutTextRun.
asvitkine@chromium.org
2012-09-06
2
-141
/
+148
*
mac: Use convertSizeFromBacking: instead of the deprecated ...FromBase:
thakis@chromium.org
2012-09-04
1
-2
/
+7
*
Split default font settings into webkit and browser settings having separate ...
flackr@chromium.org
2012-09-04
3
-10
/
+31
*
ui: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-01
2
-2
/
+2
[next]