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
*
Ozone: Split create dumb buffers in a separate function
tiago.vignatti@intel.com
2014-03-25
2
-37
/
+46
*
[Win] alt + space opens system menu at wrong position in RTL ui.
mmaliszkiewicz@opera.com
2014-03-24
1
-2
/
+3
*
x11: Move X11ErrorHandler out of //base/ into //ui/gfx/x/
sadrul@chromium.org
2014-03-19
3
-0
/
+72
*
[Ozone] Adding DRI implementation for cursor
dnicoara@chromium.org
2014-03-19
11
-48
/
+218
*
Fix rendering of matches with associated keyword match
skanuj@chromium.org
2014-03-19
1
-1
/
+2
*
gfx: Remove third_party/angle from ui/gfx/DEPS.
sadrul@chromium.org
2014-03-18
1
-1
/
+0
*
evdev: dri: Add CursorFactoryOzone implementation for DRI platform
spang@chromium.org
2014-03-18
4
-11
/
+36
*
Fix "unreachable code" warnings (MSVC warning 4702) in ui/.
pkasting@chromium.org
2014-03-18
1
-1
/
+2
*
Add 9 patch scrollbar assets to native theme
weiliangc@chromium.org
2014-03-18
2
-27
/
+38
*
android: Log crash in CreateSkBitmapFromJavaBitmap
powei@chromium.org
2014-03-18
1
-2
/
+5
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
1
-3
/
+6
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-5
/
+5
*
Revert 256930 "Add 9 patch scrollbar assets to native theme"
jam@chromium.org
2014-03-13
2
-39
/
+27
*
Add 9 patch scrollbar assets to native theme
weiliangc@chromium.org
2014-03-13
2
-27
/
+39
*
Move supports-high-dpi flag into registry.
girard@chromium.org
2014-03-13
2
-10
/
+35
*
use SkColorType instead of (deprecated) SkBitmap::Config
reed@google.com
2014-03-12
7
-83
/
+56
*
Rename the gfx::Tweens to names the designers like better
pkotwicz@chromium.org
2014-03-12
2
-24
/
+25
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
1
-1
/
+1
*
Enable ui/gfx/geometry unittests in gfx_unittests
dnicoara@chromium.org
2014-03-11
1
-29
/
+17
*
mac: Let task manager use IDR_PRODUCT_LOGO_16 instead of NSApplicationIcon.
thakis@chromium.org
2014-03-08
2
-10
/
+0
*
Avoid repeated command-line checks for forced DPI scale
jdduke@chromium.org
2014-03-07
1
-1
/
+3
*
[Ozone] Fix casting issue
dnicoara@chromium.org
2014-03-06
1
-1
/
+1
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-3
/
+3
*
[Android] Modify CreateJavaBitmap to accept SkBitmap::Config and export the API.
vivek.vg@samsung.com
2014-03-06
2
-13
/
+19
*
Clip Views textfield drag images to selected text.
msw@chromium.org
2014-03-06
2
-27
/
+0
*
Overlay interface for ozone.
alexst@chromium.org
2014-03-05
5
-0
/
+147
*
Android::Pass Bitmap.Config instead of bool to CreateJavaBitmap
siva.gunturi@samsung.com
2014-03-05
1
-10
/
+28
*
SkBitmap::Config is deprecated, switch to using SkColorType
reed@google.com
2014-03-04
1
-5
/
+4
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
2
-4
/
+6
*
Skia is disassociating information about the state of the clip from the clip ...
robertphillips@google.com
2014-03-03
2
-10
/
+15
*
Add temporary instrumentation to diagnose a RenderTextWin crash.
asvitkine@chromium.org
2014-02-28
1
-0
/
+7
*
Convert scoped_ptr_malloc -> scoped_ptr, part 3.
viettrungluu@chromium.org
2014-02-28
1
-1
/
+1
*
Makes it clear in unittests that the system is missing some of fonts.
yukishiino@chromium.org
2014-02-27
1
-2
/
+14
*
API to Convert Java Bitmap Config to SkBitmap::Config
siva.gunturi@samsung.com
2014-02-26
3
-3
/
+46
*
Move creation of DesktopScreen to DesktopFactory.
kalyan.kondapally@intel.com
2014-02-26
2
-9
/
+0
*
[Android] Expose scaling-related constants in ViewConfiguration (v2)
jdduke@chromium.org
2014-02-25
2
-7
/
+46
*
Use SkLayerDrawLooper::Builder to construct SkLayerDrawLooper.
dominikg@chromium.org
2014-02-25
1
-5
/
+4
*
[Android] Add owners for ui/gfx/android
jdduke@chromium.org
2014-02-24
1
-1
/
+3
*
Infinite Suggest - views implementation
skanuj@chromium.org
2014-02-24
4
-17
/
+21
*
[Android] Remove runtime scaling constant queries
jdduke@chromium.org
2014-02-22
2
-46
/
+7
*
[Android] Port Scroller.java to C++ and use for fling animations
jdduke@chromium.org
2014-02-22
4
-0
/
+729
*
Clean-up: Removes an unused forward declaration in canvas.h.
yukishiino@chromium.org
2014-02-21
1
-1
/
+0
*
[Android] Expose additional ViewConfiguration-related constants
jdduke@chromium.org
2014-02-20
3
-33
/
+184
*
Clean-up: Removes the obsolete Canvas::GetStringWidth(Font version).
yukishiino@chromium.org
2014-02-20
2
-9
/
+0
*
Revert of Fix CreateHRGNFromSkPath to support arbitrary SkPaths. (https://cod...
tapted@chromium.org
2014-02-17
2
-86
/
+10
*
Only use subpixel-positioned text in UI when requested.
derat@chromium.org
2014-02-15
4
-8
/
+13
*
Fix CreateHRGNFromSkPath to support arbitrary SkPaths.
wez@chromium.org
2014-02-15
2
-10
/
+86
*
[Ozone] Disable TextUtils.GetStringWidth on Ozone
dnicoara@chromium.org
2014-02-15
1
-1
/
+7
*
ozone: Use gfx::Display size for touch scaling
spang@chromium.org
2014-02-13
2
-11
/
+0
*
Clean-up: Renames gfx::Font's methods and removes its obsolete methods.
yukishiino@chromium.org
2014-02-13
18
-135
/
+57
[next]