summaryrefslogtreecommitdiffstats
path: root/ui/native_theme
Commit message (Expand)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* ui: Eliminate allocating gfx::Canvas on the heap for every view.danakj2015-05-121-2/+1
* Remove last use of IDR_THROBBER on Views (replace with skia throbber).estade2015-05-052-1/+6
* Material throbber: use in tabstripestade2015-05-032-0/+13
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-212-20/+20
* win: fix narrowing warning in native_theme_winscottmg2015-04-141-1/+1
* [AiS] Changed positive and negative text color defaults.dschuyler2015-04-032-42/+46
* [AiS] adding positive and negative theme values.dschuyler2015-03-203-2/+63
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-191-1/+1
* Update {virtual,override,final} to follow C++11 style in ui.dcheng2015-02-061-2/+2
* replace COMPILE_ASSERT with static_assert in ui/mostynb2015-01-142-5/+5
* Cleanup: Update the path to gfx size headers.tfarina2015-01-033-3/+3
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-314-5/+5
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+2
* gn format //uiscottmg2014-12-031-3/+1
* Remove unused render_gutter & gutter_width from menu_separator_winscottmg2014-10-295-19/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-27/+25
* Standardize usage of virtual/override/final in ui/dcheng2014-10-213-35/+34
* MacViews: Handle System colors that have no alpha channeltapted2014-10-171-4/+6
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-097-24/+24
* Remove implicit HANDLE conversions from ui.rvargas2014-09-251-8/+9
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-174-4/+4
* MacViews: Implement scrollbar theming.andresantoso@chromium.org2014-08-144-1/+162
* For the Mac port of views, we need to draw the corner part to connect theandresantoso@chromium.org2014-08-141-5/+0
* MacViews: Get NativeTheme colors from the system preferencestapted@chromium.org2014-07-315-8/+252
* Revert of MacViews: Get NativeTheme colors from the system preferences (https...tapted@chromium.org2014-07-305-213/+9
* MacViews: Get NativeTheme colors from the system preferencestapted@chromium.org2014-07-305-9/+213
* add missing 'break' in switch statementestade@chromium.org2014-07-161-0/+1
* 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-114-591/+527
* Don't put a text shadow on blue buttons in gtk theme mode.estade@chromium.org2014-07-102-0/+4
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-3/+3
* better GTK theming for blue buttonsestade@chromium.org2014-06-252-4/+4
* Combobox arrow theming for aura linuxestade@chromium.org2014-06-177-18/+51
* MacViews: Provide CreateNativeWidget and a stub NativeThemeMac in NativeWidge...tapted@chromium.org2014-06-122-3/+6
* Remove theme colors from FallbackTheme which are defined in common_theme.ccestade@chromium.org2014-06-111-62/+2
* Paint state transition for overlay 9 patch scrollbarsweiliangc@chromium.org2014-06-105-0/+108
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* fix text color of BlueButton on GTK-theme-mode Linux Aura.estade@chromium.org2014-06-053-0/+32
* Add GN buildfiles for ui/compositor and snapshot.brettw@chromium.org2014-05-301-1/+1
* Add content renderer to the GN buildbrettw@chromium.org2014-05-281-1/+1
* Revert 273079 "Add content renderer to the GN build"brettw@chromium.org2014-05-281-1/+1
* Add content renderer to the GN buildbrettw@chromium.org2014-05-281-1/+1
* Make tooltips have their own toplevel window on Linux. This allows tooltips f...pkotwicz@chromium.org2014-05-272-0/+4
* Add more BUILD.gn files to build these targets with GN.tfarina@chromium.org2014-05-241-0/+56
* use simpler gradient factories (in prep for removing SkUnitMapper param)reed@google.com2014-05-191-2/+2
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-7/+8
* Linux Aura: Update Widget when the native theme instance in use changes.estade@chromium.org2014-05-071-1/+1
* Linux Aura: get tooltip background color from themeestade@chromium.org2014-04-302-0/+8