| Commit message (Expand) | Author | Age | Files | Lines |
* | Aura: Adds custom cursors for drag and drop. | varunjain@chromium.org | 2012-05-05 | 1 | -0/+1 |
* | Revert 135426 - Aura: Adds custom cursors for drag and drop. | rvargas@google.com | 2012-05-04 | 1 | -1/+0 |
* | Aura: Adds custom cursors for drag and drop. | varunjain@chromium.org | 2012-05-04 | 1 | -0/+1 |
* | linux: Move linux_util.h from gfx/ to ui/base/gtk. | tfarina@chromium.org | 2012-05-04 | 1 | -4/+2 |
* | Aura on Linux: Make a DesktopScreenX11 to match the windows one. | erg@chromium.org | 2012-05-03 | 1 | -1/+0 |
* | Add scale factor tag to data packs | sail@chromium.org | 2012-05-01 | 1 | -0/+1 |
* | Adds a class that makes it easy to subclass a HWND and filter messages sent t... | ben@chromium.org | 2012-04-27 | 1 | -0/+2 |
* | Use touch friendly window buttons in aura when using --touch-optimized-ui. | flackr@chromium.org | 2012-04-27 | 1 | -1/+0 |
* | Make views_examples work in aura without ash. | ben@chromium.org | 2012-04-26 | 1 | -4/+8 |
* | Set toolbar padding to something appropriate for Metro icons. | joi@chromium.org | 2012-04-26 | 1 | -0/+2 |
* | Remove ui/base/win/metro.* and use base/win/metro.* | sail@chromium.org | 2012-04-26 | 1 | -2/+0 |
* | * Separated implementation class from gfx::Screen | oshima@chromium.org | 2012-04-25 | 1 | -1/+4 |
* | Metro/HiDPI: Use metro resource pak in metro mode | sail@chromium.org | 2012-04-25 | 1 | -0/+2 |
* | On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I... | pkotwicz@chromium.org | 2012-04-24 | 1 | -0/+2 |
* | Fix crash because of missing resource when WebKit asks us for the speech inpu... | jam@chromium.org | 2012-04-19 | 1 | -1/+0 |
* | Correct missing path files in Chromium GYP | rsleevi@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | Zero-sized windows are bad. | avi@chromium.org | 2012-04-13 | 1 | -0/+2 |
* | Metro/HiDPI: Cleanup ResourceBundle | sail@chromium.org | 2012-04-12 | 1 | -0/+4 |
* | Metro/HiDPI: Add DPI util functions | sail@chromium.org | 2012-04-12 | 1 | -0/+2 |
* | Work on USE_ASH/USE_AURA split. | erg@chromium.org | 2012-04-12 | 1 | -0/+1 |
* | Use template for Point/Size/Rect and remove duplicates | oshima@chromium.org | 2012-04-11 | 1 | -2/+7 |
* | Revert r131737 "Use template for Point/Size/Rect and remove duplicates " | oshima@chromium.org | 2012-04-11 | 1 | -7/+2 |
* | Use template for Point/Size/Rect and remove duplicates | oshima@chromium.org | 2012-04-11 | 1 | -2/+7 |
* | ash: Better and faster text shadows. | xiyuan@chromium.org | 2012-04-11 | 1 | -0/+2 |
* | Move auto-hiding desktop bar computation from PanelManager to DisplaySettings... | jianli@chromium.org | 2012-04-10 | 1 | -2/+2 |
* | Remove obsolete chromeos specific code | oshima@chromium.org | 2012-04-09 | 1 | -2/+0 |
* | Floating point based Point/Size/Rect and Insets | oshima@chromium.org | 2012-04-09 | 1 | -0/+12 |
* | Remove WAYLAND port | oshima@chromium.org | 2012-04-07 | 1 | -21/+0 |
* | Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class. | asvitkine@chromium.org | 2012-04-06 | 1 | -0/+1 |
* | ui: Move gesture-recognizer into ui/base/. | sadrul@chromium.org | 2012-04-05 | 1 | -0/+16 |
* | Make common utility to load views from nibs. | avi@chromium.org | 2012-04-05 | 1 | -0/+2 |
* | aura-x11: Add custom web cursor support. | sadrul@chromium.org | 2012-04-03 | 1 | -1/+9 |
* | This CL adds pepper flash fullscreen support on Mac. | sail@chromium.org | 2012-04-03 | 1 | -2/+6 |
* | ui/base: Clean up our AcceleratorGtk class. | tfarina@chromium.org | 2012-04-02 | 1 | -0/+1 |
* | Move ui/view/touchui/touch_mode_support.* to ui/base and make it platform | varunjain@chromium.org | 2012-03-29 | 1 | -0/+2 |
* | Remove non-existant files from GYP | rsleevi@chromium.org | 2012-03-29 | 1 | -1/+0 |
* | Address old TODOs, removed GTK code for ChromeOS. | saintlou@chromium.org | 2012-03-19 | 1 | -16/+0 |
* | ui/gfx: Rename canvas_skia_skia to just canvas_skia. | tfarina@chromium.org | 2012-03-18 | 1 | -6/+6 |
* | ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush. | tfarina@chromium.org | 2012-03-17 | 1 | -1/+0 |
* | ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform". | tfarina@chromium.org | 2012-03-17 | 1 | -10/+10 |
* | Invert web content when Windows color scheme is white-on-black. | dmazzoni@chromium.org | 2012-03-17 | 1 | -0/+2 |
* | ui/gfx: Clean up the remaining references to CanvasSkia. | tfarina@chromium.org | 2012-03-17 | 1 | -2/+0 |
* | Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and... | oshima@chromium.org | 2012-03-16 | 1 | -2/+11 |
* | ash: Update app list UI to match latest crwm. | xiyuan@chromium.org | 2012-03-14 | 1 | -1/+3 |
* | Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/... | tfarina@chromium.org | 2012-03-14 | 1 | -0/+2 |
* | Recommit r125950, which was reverted by r125958 due to link failures on win_a... | erg@chromium.org | 2012-03-13 | 1 | -1/+1 |
* | Add Screen stubs for Android | yfriedman@chromium.org | 2012-03-13 | 1 | -0/+1 |
* | Remove views specific gtk dragdrop files from a linux build | jochen@chromium.org | 2012-03-13 | 1 | -0/+3 |
* | ui/base: Move message_box_win.{h,cc} to ui/base/win. | tfarina@chromium.org | 2012-03-12 | 1 | -2/+2 |
* | Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | isherman@chromium.org | 2012-03-10 | 1 | -1/+1 |