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
/
gfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer window destruction until GPU finished drawing.
backer@chromium.org
2010-11-30
3
-7
/
+87
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-9
/
+6
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-6
/
+9
*
Resize synchronization for Linux.
backer@chromium.org
2010-11-25
2
-3
/
+39
*
Replace TabContentsViewGtk with TabContentsViewViews as part of the ongoing
anicolao@chromium.org
2010-11-24
5
-1
/
+22
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
1
-7
/
+8
*
Refactoring of cursor usage (primarily for linux).
sadrul@chromium.org
2010-11-23
2
-0
/
+44
*
Convert SizeStringInt from taking a wstring to a string16.
tony@chromium.org
2010-11-22
6
-10
/
+17
*
Add 1px black border for ChromeOS status button.
xiyuan@chromium.org
2010-11-18
2
-69
/
+180
*
[gtk] make tab title font irrespective of display DPI.
estade@chromium.org
2010-11-12
2
-5
/
+5
*
gtk: refactor copy-pasted code
evan@chromium.org
2010-11-05
2
-0
/
+25
*
Revert "gtk: refactor copy-pasted code"
evan@chromium.org
2010-11-05
2
-25
/
+0
*
gtk: refactor copy-pasted code
evan@chromium.org
2010-11-05
2
-0
/
+25
*
Removes SQLite dependency from gfx
bulach@chromium.org
2010-11-04
1
-1
/
+0
*
Cleanup: Remove base/gtk_util.h by moving its methods to
jhawkins@chromium.org
2010-10-29
3
-23
/
+72
*
Alternative to overlays on X windows.
piman@chromium.org
2010-10-28
5
-115
/
+245
*
[gtk] spoof proof infobars, take 2
estade@chromium.org
2010-10-26
3
-10
/
+45
*
Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlying
rsesek@chromium.org
2010-10-21
4
-4
/
+252
*
Add FORMAT_SkBitmap to JPEGCodec.
klobag@chromium.org
2010-10-19
2
-7
/
+15
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-2
/
+2
*
Move scoped_cftyperef from base to base/mac, use the new namespace, and name it
brettw@chromium.org
2010-10-17
2
-6
/
+6
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
2
-9
/
+9
*
Landing http://codereview.chromium.org/3786003 for Grace
jrg@chromium.org
2010-10-14
1
-8
/
+8
*
gfx: Get rid of deprecated version of CreateIconFileFromSkBitmap.
tfarina@chromium.org
2010-10-14
3
-12
/
+5
*
Make drawing consistent with webkit wrt default colors and effects
davemoore@chromium.org
2010-10-11
1
-4
/
+4
*
Fixed include in test_webkit_client
davemoore@chromium.org
2010-10-10
6
-0
/
+577
*
Revert 62068 - Move implementation of linux scrollbars from webkit using new
davemoore@chromium.org
2010-10-09
6
-577
/
+0
*
Move implementation of linux scrollbars from webkit using new
davemoore@chromium.org
2010-10-09
6
-0
/
+577
*
Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7
georgey@chromium.org
2010-10-06
5
-3
/
+166
*
Create an X window overlay with static ID for GL contexts.
piman@chromium.org
2010-10-06
2
-11
/
+139
*
Revert 61561 - Create an X window overlay with static ID for GL contexts.
dhollowa@chromium.org
2010-10-05
2
-139
/
+11
*
Create an X window overlay with static ID for GL contexts.
piman@chromium.org
2010-10-05
2
-11
/
+139
*
Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed().
rsesek@chromium.org
2010-10-05
1
-1
/
+16
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
4
-8
/
+8
*
clang/mac: Fix most problems in unittest targets in webkit.gyp
thakis@chromium.org
2010-10-03
2
-4
/
+4
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
4
-1
/
+7
*
Remove use of Skia's safeUnref() in favor of SkSafeUnref(...)
vandebo@chromium.org
2010-09-24
2
-3
/
+3
*
Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.
jhawkins@chromium.org
2010-09-21
1
-6
/
+6
*
Cleanup: Delete some 0 byte sized files that we no longer reference.
thestig@chromium.org
2010-09-16
1
-0
/
+0
*
Fix problem with extension context menu items losing top-level icon.
asargent@chromium.org
2010-09-16
2
-4
/
+27
*
Fix bug in gfx::Font if the PangoFontDescription's size is absolute.
sky@chromium.org
2010-09-02
1
-0
/
+7
*
Fix a change that has been checked in by mistake in r52157
oshima@chromium.org
2010-08-31
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
3
-4
/
+2
*
Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...
pkasting@chromium.org
2010-08-18
6
-25
/
+26
*
Cleanup:
pkasting@chromium.org
2010-08-17
9
-461
/
+192
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
1
-1
/
+2
*
Re-land just the project file changes from r55416. This makes projects that use
brettw@chromium.org
2010-08-15
1
-0
/
+1
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
19
-970
/
+1401
*
FBTF: Minor gfx/ header cleanup.
erg@google.com
2010-08-10
8
-4
/
+16
*
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...
nsylvain@chromium.org
2010-08-09
2
-3
/
+1
[next]