summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Move the internals of gfx::Image into a ref-counted storage class.rsesek@chromium.org2011-04-223-49/+124
* Set the events mask when creating a window.backer@chromium.org2011-04-211-0/+3
* Revert high res icon changessail@chromium.org2011-04-207-255/+33
* Fixed longstanding bug on Linux where vsync was disabled becausekbr@chromium.org2011-04-201-1/+1
* step 4 of native theme refactoringrogerta@chromium.org2011-04-203-237/+384
* Add support for multi resolution iconssail@chromium.org2011-04-197-33/+255
* Progress towards fixing 77536backer@chromium.org2011-04-193-2/+27
* Fix osmesa lib path regression in Linux introduced in r82008.zmo@google.com2011-04-191-4/+9
* Revert 81998 - Split OSMesa implementations of *GLContext into GLContextOSMes...apatrick@chromium.org2011-04-189-240/+210
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-28/+26
* Split OSMesa implementations of *GLContext into GLContextOSMesa and *GLSurfac...apatrick@chromium.org2011-04-189-210/+240
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-182-20/+1
* Progress towards fixing 77536backer@chromium.org2011-04-182-1/+20
* Split WGL implementations of *GLContext in GLContextWGL and *GLSurfaceWGL.apatrick@chromium.org2011-04-158-474/+567
* Some style changes (for readability).sadrul@chromium.org2011-04-141-12/+25
* Tweak text with halo to avoid truncated "J".falken@chromium.org2011-04-141-2/+2
* Split EGLContext in GLContextEGL and GLSurfaceEGL.apatrick@chromium.org2011-04-1411-454/+557
* Fix typo in unit test.dcheng@chromium.org2011-04-131-1/+1
* Allow caller to specify compression level of PNGs.dcheng@chromium.org2011-04-134-9/+86
* [Reason for revert: checkdeps failure in png_codec_unittest.cc]nick@chromium.org2011-04-133-85/+9
* Allow caller to specify compression level of PNGs.dcheng@chromium.org2011-04-133-9/+85
* Adds GLContext::LosesAllContextsOnContextLost.amarinichev@chromium.org2011-04-132-0/+19
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-123-12/+12
* step 3 of native theme refactoringrogerta@chromium.org2011-04-123-180/+196
* Fix leak in new fade tab title codesail@chromium.org2011-04-121-11/+9
* Eliminate skia::PlatformCanvas - Step 1 (linux)alokp@chromium.org2011-04-117-67/+59
* Fix crash in fade tab title changesail@chromium.org2011-04-091-5/+12
* Retrieve a larger favicon when availablesaintlou@chromium.org2011-04-081-1/+5
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-082-10/+8
* Fade tab titlessail@chromium.org2011-04-082-4/+299
* Revert 80870 - Fade tab titlesThis change fades tab titles instead of truncat...sail@chromium.org2011-04-082-299/+4
* Fade tab titlessail@chromium.org2011-04-072-4/+299
* Step 2 in refactoring NativeThemeWinrogerta@chromium.org2011-04-075-175/+86
* Removing uneeded test. Because of the native theme cleanup, the methodrogerta@chromium.org2011-04-071-18/+0
* Revert 80748 - Fade tab titlesThis change fades tab titles instead of truncat...sail@chromium.org2011-04-072-299/+4
* Fade tab titlessail@chromium.org2011-04-072-4/+299
* ANGLE has to check for lost device whenever it switches to a context, which c...jbauman@chromium.org2011-04-061-0/+4
* Roll Skiabsalomon@google.com2011-04-064-36/+26
* Switch fonts when Chrome OS locale changes.falken@chromium.org2011-04-062-1/+12
* Step 1 in refactoring NativeThemeWin so that it shares more with the nativerogerta@chromium.org2011-04-054-70/+612
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-17/+9
* Revert 80416 - Fade tab titlesjar@chromium.org2011-04-052-292/+4
* Fade tab titlessail@chromium.org2011-04-052-4/+292
* Revert 80314 - Step 1 in refactoring NativeThemeWin so that it shares more wi...rogerta@chromium.org2011-04-044-622/+70
* Use ResourceBundle for NativeThemeLinux/Chromeos resource images.xiyuan@chromium.org2011-04-044-123/+29
* Step 1 in refactoring NativeThemeWin so that it shares more with the nativerogerta@chromium.org2011-04-044-70/+622
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-304-139/+139
* C++ readability review for Robert Sesek <rsesek@google.com>.rsesek@chromium.org2011-03-303-44/+40
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-2828-8/+5265
* Add the ability to write comments to PNGCodec::Encode.tony@chromium.org2011-03-283-30/+164