summaryrefslogtreecommitdiffstats
path: root/gfx
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-232-0/+44
* Convert SizeStringInt from taking a wstring to a string16.tony@chromium.org2010-11-226-10/+17
* Add 1px black border for ChromeOS status button.xiyuan@chromium.org2010-11-182-69/+180
* [gtk] make tab title font irrespective of display DPI.estade@chromium.org2010-11-122-5/+5
* gtk: refactor copy-pasted codeevan@chromium.org2010-11-052-0/+25
* Revert "gtk: refactor copy-pasted code"evan@chromium.org2010-11-052-25/+0
* gtk: refactor copy-pasted codeevan@chromium.org2010-11-052-0/+25
* Removes SQLite dependency from gfxbulach@chromium.org2010-11-041-1/+0
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-293-23/+72
* Alternative to overlays on X windows.piman@chromium.org2010-10-285-115/+245
* [gtk] spoof proof infobars, take 2estade@chromium.org2010-10-263-10/+45
* Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlyingrsesek@chromium.org2010-10-214-4/+252
* Add FORMAT_SkBitmap to JPEGCodec.klobag@chromium.org2010-10-192-7/+15
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-2/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-172-6/+6
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-152-9/+9
* Landing http://codereview.chromium.org/3786003 for Gracejrg@chromium.org2010-10-141-8/+8
* gfx: Get rid of deprecated version of CreateIconFileFromSkBitmap.tfarina@chromium.org2010-10-143-12/+5
* Make drawing consistent with webkit wrt default colors and effectsdavemoore@chromium.org2010-10-111-4/+4
* Fixed include in test_webkit_clientdavemoore@chromium.org2010-10-106-0/+577
* Revert 62068 - Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-577/+0
* Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-0/+577
* Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7georgey@chromium.org2010-10-065-3/+166
* Create an X window overlay with static ID for GL contexts.piman@chromium.org2010-10-062-11/+139
* Revert 61561 - Create an X window overlay with static ID for GL contexts.dhollowa@chromium.org2010-10-052-139/+11
* Create an X window overlay with static ID for GL contexts.piman@chromium.org2010-10-052-11/+139
* Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed().rsesek@chromium.org2010-10-051-1/+16
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-044-8/+8
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-032-4/+4
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-304-1/+7
* Remove use of Skia's safeUnref() in favor of SkSafeUnref(...)vandebo@chromium.org2010-09-242-3/+3
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-211-6/+6
* Cleanup: Delete some 0 byte sized files that we no longer reference.thestig@chromium.org2010-09-161-0/+0
* Fix problem with extension context menu items losing top-level icon.asargent@chromium.org2010-09-162-4/+27
* Fix bug in gfx::Font if the PangoFontDescription's size is absolute.sky@chromium.org2010-09-021-0/+7
* Fix a change that has been checked in by mistake in r52157oshima@chromium.org2010-08-311-2/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-273-4/+2
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-186-25/+26
* Cleanup:pkasting@chromium.org2010-08-179-461/+192
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-1/+2
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+1
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-1319-970/+1401
* FBTF: Minor gfx/ header cleanup.erg@google.com2010-08-108-4/+16
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-092-3/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-092-1/+3
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-063-0/+30
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-4/+4
* file_util: Get rid of file_util::AppendToPath in icon_util_unittest.cctfarina@chromium.org2010-07-303-46/+50
* Attempt to reland code reverted in r52599, to take another look at the page c...pkasting@chromium.org2010-07-301-12/+3
* Implement more rendering methods on Canvas.ben@chromium.org2010-07-294-32/+143