summaryrefslogtreecommitdiffstats
path: root/ui/native_theme/native_theme_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move theme part drawing functions only used on Windows to NativeThemeWinestade2016-03-171-4/+29
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-111-6/+3
* Enables hot-tracking for overflow extension buttons in the app menuvarkha2016-02-261-1/+1
* Moves ui/base/resource/material_design/* to ui/base/material_design/*varkha2016-01-201-1/+1
* Switch to standard integer types in ui/.avi2015-12-241-1/+2
* Eliminate HICON leaks caused by creating icons from bitmap image.anpol2015-12-181-5/+7
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-4/+2
* Co-locate all NativeTheme Aura colors.estade2015-12-011-7/+16
* Remove unused color from NativeTheme.estade2015-11-181-10/+0
* Move CommonThemeGetSystemColor check to end of platform native themeestade2015-10-221-46/+15
* MacViews: Add a NativeTheme::kColorId_BubbleBackground, fill out some constantstapted2015-09-241-0/+1
* Fix native link colorization on Windows.estade2015-09-211-4/+6
* Change default link color for MD.estade2015-09-151-0/+9
* ui: Stop converting Rect to RectF implicitly in native_theme_win.ccdanakj2015-09-091-1/+1
* Fix -Wswitch warnings in //ui.dcheng2015-07-241-2/+3
* Make SysColorChangeListener Windows-only instead of having an empty shell.mlamouri2015-07-081-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Fix some clang warnings with -Wmissing-braces in ui.dcheng2015-07-011-4/+4
* win: fix narrowing warning in native_theme_winscottmg2015-04-141-1/+1
* [AiS] Changed positive and negative text color defaults.dschuyler2015-04-031-30/+32
* [AiS] adding positive and negative theme values.dschuyler2015-03-201-1/+24
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-2/+2
* Remove unused render_gutter & gutter_width from menu_separator_winscottmg2014-10-291-4/+3
* Remove implicit HANDLE conversions from ui.rvargas2014-09-251-8/+9
* Fixes for re-enabling more MSVC level 4 warnings: ui/ editionpkasting@chromium.org2014-07-121-47/+23
* Lots of random cleanups, mostly for native_theme_win.cc:pkasting@chromium.org2014-07-111-567/+504
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-3/+3
* Combobox arrow theming for aura linuxestade@chromium.org2014-06-171-0/+3
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-7/+8
* Update Windows UI on system color changes.msw@chromium.org2014-04-251-11/+1
* [Mac] Redesign the avatar bubble UI. Again.noms@chromium.org2014-04-231-0/+3
* views: Fix linux omnibox colors by refactoring omnibox_result_view.cc.erg@chromium.org2014-04-041-0/+44
* linux_aura: Don't inject black in WrenchMenu::GetForegroundColor().erg@chromium.org2014-03-211-0/+2
* use SkColorType instead of (deprecated) SkBitmap::Config for copyToreed@chromium.org2014-03-101-2/+2
* Makes windows using the native theme when in high contrast modesky@chromium.org2014-02-071-11/+18
* Fix crash in NativeThemeWin::PaintIndirect when HDC allocation failsjunov@chromium.org2014-01-301-0/+2
* Plumbs through support for painting the scrollbarcornersky@chromium.org2014-01-291-0/+3
* Changes look for scrollbars on windows (2)sky@chromium.org2014-01-221-4/+7
* Revert of Changes look for scrollbars on windows (https://codereview.chromium...jochen@chromium.org2014-01-201-7/+4
* Changes look for scrollbars on windowssky@chromium.org2014-01-201-4/+7
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-1/+1
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-101-2/+2
* Don't draw unfocused selections in RenderText.pkasting@chromium.org2013-07-021-4/+0
* Invert the dialog background color for Windows high contrast.msw@chromium.org2013-06-191-0/+3
* ui: Rename kColorId_TextButton to kColorId_Button in NativeTheme.tfarina@chromium.org2013-05-171-13/+13
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-1/+1
* Removed "disable-new-menu-style" command line switch and related code.yefim@chromium.org2013-04-111-21/+17
* Fix missing scrollbar thumb on WinXP.vangelis@chromium.org2013-04-051-3/+10
* Add support for indeterminate checkbox on Windows classic theme.tkent@chromium.org2013-04-031-0/+11