summaryrefslogtreecommitdiffstats
path: root/ui/gfx/native_theme_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Reorder methods in native_theme_{base,chromeos,win}.cc to match .h order.benrg@chromium.org2011-11-281-640/+639
* Add a new GetSystemColor method to native theme.benrg@chromium.org2011-11-231-0/+19
* Fix statics in NativeTheme*::instance() to avoid destruction post maindhollowa@chromium.org2011-11-161-2/+2
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-35/+33
* Fixed a minor bug in NativeThemeWin::PaintToNonPlatformCanvas(), which is use...alokp@chromium.org2011-10-031-3/+13
* Fix windows classic scrollbar buttons.scottbyer@chromium.org2011-09-081-1/+16
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-0/+1
* Distinguish menu bullet and menu check when Windows theme is not present.rhashimoto@chromium.org2011-07-261-1/+2
* Fix vertical range slider.rogerta@chromium.org2011-07-191-0/+3
* Fix checkbox in windows uninstaller.rogerta@chromium.org2011-06-271-8/+60
* Fix NativeThemeWin with --enable-accelerated-drawing path.asvitkine@chromium.org2011-06-221-11/+18
* Enable NativeThemeWin to draw to non-HDC backed canvas. For example, an accel...asvitkine@chromium.org2011-06-101-2/+57
* Makes rendering of selected disabled menu items match what windows does. As w...sky@chromium.org2011-05-271-4/+7
* We assume that each SkDevice is our custom PlatformDevice. This assumption is...alokp@chromium.org2011-05-261-0/+7
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-3/+2
* Fix scrollbar buttons in classic windows theme. When I refactored the coderogerta@chromium.org2011-05-261-2/+20
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+3
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-3/+2
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-271-53/+232
* step 4 of native theme refactoringrogerta@chromium.org2011-04-201-143/+289
* step 3 of native theme refactoringrogerta@chromium.org2011-04-121-95/+128
* Eliminate skia::PlatformCanvas - Step 1 (linux)alokp@chromium.org2011-04-111-3/+3
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-4/+4
* Step 1 in refactoring NativeThemeWin so that it shares more with the nativerogerta@chromium.org2011-04-051-8/+292
* Revert 80314 - Step 1 in refactoring NativeThemeWin so that it shares more wi...rogerta@chromium.org2011-04-041-302/+8
* Step 1 in refactoring NativeThemeWin so that it shares more with the nativerogerta@chromium.org2011-04-041-8/+302
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-131/+131
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+874