| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a qualified path for ui_resources.h grit includes. | tfarina@chromium.org | 2014-08-17 | 4 | -4/+4 |
* | MacViews: Implement scrollbar theming. | andresantoso@chromium.org | 2014-08-14 | 4 | -1/+162 |
* | For the Mac port of views, we need to draw the corner part to connect the | andresantoso@chromium.org | 2014-08-14 | 1 | -5/+0 |
* | MacViews: Get NativeTheme colors from the system preferences | tapted@chromium.org | 2014-07-31 | 5 | -8/+252 |
* | Revert of MacViews: Get NativeTheme colors from the system preferences (https... | tapted@chromium.org | 2014-07-30 | 5 | -213/+9 |
* | MacViews: Get NativeTheme colors from the system preferences | tapted@chromium.org | 2014-07-30 | 5 | -9/+213 |
* | add missing 'break' in switch statement | estade@chromium.org | 2014-07-16 | 1 | -0/+1 |
* | Fixes for re-enabling more MSVC level 4 warnings: ui/ edition | pkasting@chromium.org | 2014-07-12 | 1 | -47/+23 |
* | Lots of random cleanups, mostly for native_theme_win.cc: | pkasting@chromium.org | 2014-07-11 | 4 | -591/+527 |
* | Don't put a text shadow on blue buttons in gtk theme mode. | estade@chromium.org | 2014-07-10 | 2 | -0/+4 |
* | setConfig is deprecated, use setInfo or allocPixels instead | reed@google.com | 2014-07-01 | 1 | -3/+3 |
* | better GTK theming for blue buttons | estade@chromium.org | 2014-06-25 | 2 | -4/+4 |
* | Combobox arrow theming for aura linux | estade@chromium.org | 2014-06-17 | 7 | -18/+51 |
* | MacViews: Provide CreateNativeWidget and a stub NativeThemeMac in NativeWidge... | tapted@chromium.org | 2014-06-12 | 2 | -3/+6 |
* | Remove theme colors from FallbackTheme which are defined in common_theme.cc | estade@chromium.org | 2014-06-11 | 1 | -62/+2 |
* | Paint state transition for overlay 9 patch scrollbars | weiliangc@chromium.org | 2014-06-10 | 5 | -0/+108 |
* | Remove base/memory/scoped_handle.h | brettw@chromium.org | 2014-06-10 | 1 | -1/+0 |
* | fix text color of BlueButton on GTK-theme-mode Linux Aura. | estade@chromium.org | 2014-06-05 | 3 | -0/+32 |
* | Add GN buildfiles for ui/compositor and snapshot. | brettw@chromium.org | 2014-05-30 | 1 | -1/+1 |
* | Add content renderer to the GN build | brettw@chromium.org | 2014-05-28 | 1 | -1/+1 |
* | Revert 273079 "Add content renderer to the GN build" | brettw@chromium.org | 2014-05-28 | 1 | -1/+1 |
* | Add content renderer to the GN build | brettw@chromium.org | 2014-05-28 | 1 | -1/+1 |
* | Make tooltips have their own toplevel window on Linux. This allows tooltips f... | pkotwicz@chromium.org | 2014-05-27 | 2 | -0/+4 |
* | Add more BUILD.gn files to build these targets with GN. | tfarina@chromium.org | 2014-05-24 | 1 | -0/+56 |
* | use simpler gradient factories (in prep for removing SkUnitMapper param) | reed@google.com | 2014-05-19 | 1 | -2/+2 |
* | setLocalMatrix is deprecated, so pass the matrix to the factory | reed@google.com | 2014-05-14 | 1 | -7/+8 |
* | Linux Aura: Update Widget when the native theme instance in use changes. | estade@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Linux Aura: get tooltip background color from theme | estade@chromium.org | 2014-04-30 | 2 | -0/+8 |
* | Revert of Linux Aura: get tooltip background color from theme (https://codere... | robliao@chromium.org | 2014-04-29 | 2 | -8/+0 |
* | Linux Aura: get tooltip background color from theme | estade@chromium.org | 2014-04-29 | 2 | -0/+8 |
* | Update Windows UI on system color changes. | msw@chromium.org | 2014-04-25 | 6 | -11/+70 |
* | [Mac] Redesign the avatar bubble UI. Again. | noms@chromium.org | 2014-04-23 | 4 | -0/+14 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 4 | -141/+0 |
* | GTK: Adds #error statements to GTK code to root out unknown bots. | erg@chromium.org | 2014-04-10 | 1 | -0/+2 |
* | views: Fix linux omnibox colors by refactoring omnibox_result_view.cc. | erg@chromium.org | 2014-04-04 | 3 | -0/+116 |
* | linux_aura: Don't inject black in WrenchMenu::GetForegroundColor(). | erg@chromium.org | 2014-03-21 | 4 | -0/+8 |
* | Add 9 patch scrollbar assets to native theme | weiliangc@chromium.org | 2014-03-18 | 5 | -2/+177 |
* | Revert 256930 "Add 9 patch scrollbar assets to native theme" | jam@chromium.org | 2014-03-13 | 5 | -181/+2 |
* | Add 9 patch scrollbar assets to native theme | weiliangc@chromium.org | 2014-03-13 | 5 | -2/+181 |
* | Move ui.gyp into ui/base/ directory. | tfarina@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | use SkColorType instead of (deprecated) SkBitmap::Config for copyTo | reed@chromium.org | 2014-03-10 | 1 | -2/+2 |
* | Fixes bug in paint scrollbar corner (again) | sky@chromium.org | 2014-02-14 | 1 | -1/+6 |
* | Changes all aura code to use windows scrollbars | sky@chromium.org | 2014-02-10 | 5 | -305/+145 |
* | Fixes bug in paint scrollbar corner | sky@chromium.org | 2014-02-07 | 2 | -2/+10 |
* | Makes windows using the native theme when in high contrast mode | sky@chromium.org | 2014-02-07 | 4 | -24/+66 |
* | Default theme: Draw consistent borders for <input>, listbox <select>, and <te... | tkent@chromium.org | 2014-02-04 | 1 | -76/+8 |
* | Fix crash in NativeThemeWin::PaintIndirect when HDC allocation fails | junov@chromium.org | 2014-01-30 | 1 | -0/+2 |
* | Tweaks for scrollbar insets | sky@chromium.org | 2014-01-29 | 1 | -10/+3 |
* | Plumbs through support for painting the scrollbarcorner | sky@chromium.org | 2014-01-29 | 6 | -0/+28 |
* | ui/native_theme: Remove native_theme_win_unittest.cc file. | tfarina@chromium.org | 2014-01-26 | 1 | -15/+0 |