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 GCC build bustage.
darin@chromium.org
2011-07-17
1
-2
/
+2
*
Introduce ui.dll / libui.so for the component build.
darin@chromium.org
2011-07-17
37
-124
/
+163
*
Fix context sharing in CompositorGL.
backer@chromium.org
2011-07-15
2
-111
/
+158
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
8
-41
/
+183
*
Same commit as Issue 7307032: Disabled scrollbars for TOUCH_UI build.
saintlou@chromium.org
2011-07-13
2
-0
/
+8
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
8
-183
/
+41
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
8
-41
/
+183
*
Moving DCHECK to the return value only.
bradnelson@google.com
2011-07-12
1
-1
/
+2
*
Check string to decide if rtl
davemoore@chromium.org
2011-07-08
1
-5
/
+16
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
12
-134
/
+812
*
Share shaders between browser compositors.
backer@chromium.org
2011-07-08
2
-18
/
+31
*
Add chromium_code: 1 to surface.gyp and gl.gyp to pick up -Werror.
thakis@chromium.org
2011-07-08
6
-60
/
+16
*
Revert 91761 - GTK: More 2.18 goodness. Move from macros to real accessor fun...
erg@google.com
2011-07-07
1
-1
/
+1
*
Convert remaining instances of the 'os' variable in grit conditions
tony@chromium.org
2011-07-07
1
-1
/
+1
*
When GL implementation is Mock or None return rather than setting the skia-gp...
bsalomon@google.com
2011-07-07
1
-2
/
+2
*
GTK: More 2.18 goodness. Move from macros to real accessor functions.
erg@chromium.org
2011-07-07
1
-1
/
+1
*
ui: Rename app_unittests_strings to ui_unittests_strings.
tfarina@chromium.org
2011-07-07
1
-1
/
+1
*
Revert 91598 (broke linux64) - Add chromium_code: 1 to surface.gyp and gl.gyp...
thakis@chromium.org
2011-07-06
5
-13
/
+60
*
Add chromium_code: 1 to surface.gyp and gl.gyp to pick up -Werror.
thakis@chromium.org
2011-07-06
5
-60
/
+13
*
Push (not pull) window geometry for the compositor.
backer@chromium.org
2011-07-06
5
-57
/
+64
*
Compile fix for windows.
backer@chromium.org
2011-06-30
1
-1
/
+2
*
Lands http://codereview.chromium.org/7262024/ for Ian:
sky@chromium.org
2011-06-30
3
-0
/
+526
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
1
-2
/
+2
*
Makes it so that if the size of a view with a layer changes or on creating
sky@chromium.org
2011-06-28
1
-0
/
+1
*
Fix checkbox in windows uninstaller.
rogerta@chromium.org
2011-06-27
2
-9
/
+62
*
ui: Remove unnecessary typedefs of testing::Test.
tfarina@chromium.org
2011-06-27
1
-2
/
+4
*
Reland "EGLImage transport for TOUCH_UI".
backer@chromium.org
2011-06-25
6
-0
/
+97
*
Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...
backer@chromium.org
2011-06-25
6
-97
/
+0
*
Use pixmaps and EGLImages to transport image data between GPU process and bro...
backer@chromium.org
2011-06-25
6
-0
/
+97
*
Revert 90395 - Remove the lock in GtkNativeViewManager.
backer@chromium.org
2011-06-25
2
-14
/
+43
*
Expose CompositorGL and TextureGL.
backer@chromium.org
2011-06-25
3
-164
/
+290
*
Remove the lock in GtkNativeViewManager.
tony@chromium.org
2011-06-24
2
-43
/
+14
*
Allow View to have a layer whose texture is updated externally.
backer@chromium.org
2011-06-24
2
-0
/
+10
*
Adds the ability to animate transforms/bounds to View.
sky@chromium.org
2011-06-23
4
-0
/
+293
*
Ref count the browser compositor textures.
backer@chromium.org
2011-06-23
4
-137
/
+130
*
RESOURCE_LEAK coverity fix.
binji@chromium.org
2011-06-22
1
-1
/
+3
*
Fix NativeThemeWin with --enable-accelerated-drawing path.
asvitkine@chromium.org
2011-06-22
1
-11
/
+18
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
2
-17
/
+32
*
Move app/mac/ files to ui/gfx/mac/ directory.
tfarina@chromium.org
2011-06-22
4
-0
/
+144
*
Coverity: Remove dead code in gfx::PathProvider().
thestig@chromium.org
2011-06-21
1
-9
/
+1
*
Adds Compositor::SchedulePaint. The X side is NOTIMPLEMENTED.
sky@chromium.org
2011-06-21
3
-2
/
+19
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
3
-0
/
+140
*
Apply HIDE_PREFIX to Skia strings on linux without doubling underscores.
rhashimoto@chromium.org
2011-06-21
5
-7
/
+78
*
Augment the gfx::Image conversion methods to let callers choose between weak ...
rsesek@chromium.org
2011-06-21
5
-25
/
+138
*
Disable compositor if GL is failed to initialize.
oshima@google.com
2011-06-20
1
-2
/
+2
*
ui: Move resource_bundle_unittest.cc from app.gyp to ui_unittests.gypi.
tfarina@chromium.org
2011-06-20
1
-0
/
+16
*
Improve large tab strip by leveraging touch icons when present.
saintlou@chromium.org
2011-06-17
1
-4
/
+0
*
Take transforms into consideration when deciding the dirty region for child v...
sadrul@chromium.org
2011-06-17
2
-8
/
+8
*
ui/gfx: Cleanup GfxTestSuite class.
tfarina@chromium.org
2011-06-17
2
-12
/
+8
*
roll skia
reed@google.com
2011-06-17
1
-3
/
+3
[next]