| Commit message (Expand) | Author | Age | Files | Lines |
* | Add custom cursors for 1x and 2x | oshima@chromium.org | 2012-05-22 | 4 | -2/+28 |
* | Remove virtual keyboard support: | yusukes@google.com | 2012-05-22 | 1 | -1/+0 |
* | ash: New assets for uber-tray. | sadrul@chromium.org | 2012-05-22 | 18 | -10/+10 |
* | Implement High Contrast mode for Chrome OS. | zork@chromium.org | 2012-05-22 | 2 | -2/+20 |
* | Add support for new WebKit::WebFilterOperation construction API behind ifdef | jamesr@chromium.org | 2012-05-22 | 1 | -1/+6 |
* | aura: Fix the sythentic mouse-event location. | sadrul@chromium.org | 2012-05-21 | 1 | -2/+7 |
* | Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia | pkotwicz@chromium.org | 2012-05-21 | 9 | -48/+52 |
* | Support both old and new valuator formats for times and flings. | davemoore@chromium.org | 2012-05-20 | 1 | -19/+82 |
* | Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const... | pkotwicz@chromium.org | 2012-05-20 | 4 | -15/+14 |
* | ui/base/models: Remove unnecessary virtuals from ListModel functions. | tfarina@chromium.org | 2012-05-20 | 1 | -11/+11 |
* | Reorganize app/theme resources | oshima@chromium.org | 2012-05-19 | 25 | -0/+0 |
* | aura: Fix external texture layers when scaling up | piman@chromium.org | 2012-05-19 | 1 | -1/+1 |
* | Reorganize image files in ui/resources | oshima@chromium.org | 2012-05-19 | 507 | -362/+362 |
* | Add instantiation declarations for PointBase, SizeBase, RectBase | thakis@chromium.org | 2012-05-19 | 6 | -0/+24 |
* | touch: Make sure the correct radius values are used for touch events. | sadrul@chromium.org | 2012-05-19 | 3 | -8/+10 |
* | Flash window by pulsing their launcher icon state indicator | davemoore@chromium.org | 2012-05-19 | 5 | -4/+14 |
* | Enable disabled omnibox tests on aura | oshima@chromium.org | 2012-05-19 | 4 | -26/+29 |
* | Re-organize resource files for native_theme | oshima@chromium.org | 2012-05-18 | 115 | -60/+60 |
* | accelerators: Remove deprecated Accelerator ctor that takes booleans. | tfarina@chromium.org | 2012-05-18 | 3 | -77/+85 |
* | Aura/ash: On Desktops, use an aura::client to resolve screen coordinates. | erg@chromium.org | 2012-05-18 | 7 | -28/+153 |
* | ash: Add the SYNTHETIC flag to mouse-events generated from gestures. | sadrul@chromium.org | 2012-05-18 | 3 | -2/+67 |
* | Adding Gesture Recognition to RenderWidgetHostViewWin (web client) | girard@chromium.org | 2012-05-18 | 4 | -9/+20 |
* | Set a maximum radius size for touch events | tdanderson@chromium.org | 2012-05-18 | 3 | -0/+14 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 9 | -61/+70 |
* | Add new attention state to launcher | davemoore@chromium.org | 2012-05-18 | 2 | -1/+5 |
* | ui: Change ListModel to operate in size_t instead of int. | tfarina@chromium.org | 2012-05-18 | 7 | -45/+47 |
* | Add trace events to measure GPU process startup timing and time to first pres... | apatrick@chromium.org | 2012-05-18 | 2 | -11/+14 |
* | ui: Export GetModifiersFromACCEL() function to fix win shared build. | tfarina@chromium.org | 2012-05-18 | 1 | -1/+1 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 19 | -47/+86 |
* | Revert 137059 - Better fix for closing uber tray when clicking on Desktop | pkotwicz@chromium.org | 2012-05-17 | 4 | -33/+9 |
* | Gets touch semantics working on windows. Specifically the following: | sky@chromium.org | 2012-05-17 | 4 | -17/+53 |
* | Use Layer's target visibility instead of the current visibility in Window::Se... | mazda@chromium.org | 2012-05-17 | 1 | -10/+7 |
* | Reverting 137736 because 137059 broke the bookmark bubble. In particular, usi... | pkotwicz@chromium.org | 2012-05-17 | 2 | -36/+1 |
* | Revert 137752 - Revert 137059 - Better fix for closing uber tray when clickin... | fischman@chromium.org | 2012-05-17 | 4 | -9/+33 |
* | Compute the enclosing rectangle for circles/ellipses generated from a series ... | tdanderson@chromium.org | 2012-05-17 | 13 | -5/+369 |
* | Revert 137059 - Better fix for closing uber tray when clicking on Desktop | pkotwicz@chromium.org | 2012-05-17 | 4 | -33/+9 |
* | Revert 137734 - Select theme resources from ResourceBundle at requested scale... | fischman@chromium.org | 2012-05-17 | 20 | -227/+106 |
* | views: Do not set capture on a widget if it cannot be activated. | sadrul@chromium.org | 2012-05-17 | 2 | -1/+36 |
* | Select theme resources from ResourceBundle at requested scale factor. | flackr@chromium.org | 2012-05-17 | 20 | -106/+227 |
* | Fix logging of string16s from gfx namespace on Windows. | asvitkine@chromium.org | 2012-05-17 | 5 | -24/+28 |
* | ash: Select omnibox text on mouse up instead of down. | derat@chromium.org | 2012-05-17 | 1 | -7/+11 |
* | Make Chrome limp briefly before freaking out with aura no ash. | ben@chromium.org | 2012-05-17 | 3 | -1/+13 |
* | Fix a couple of bugs with the image skia implementation | pkotwicz@chromium.org | 2012-05-17 | 1 | -1/+1 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 7 | -15/+21 |
* | Add locale tray icon | stevenjb@google.com | 2012-05-17 | 2 | -0/+1 |
* | Remove ui-enable-dip option | oshima@chromium.org | 2012-05-17 | 9 | -138/+41 |
* | Let Chrome app handle Ash accelerators first if the app is launched as a window. | yusukes@chromium.org | 2012-05-17 | 6 | -49/+110 |
* | Revert 137622 - Fix a couple of bugs with the image skia implementation | pkotwicz@chromium.org | 2012-05-17 | 8 | -39/+14 |
* | Fix a couple of bugs with the image skia implementation | pkotwicz@chromium.org | 2012-05-17 | 8 | -14/+39 |
* | app_list: Update colors and sizes for v2. | xiyuan@chromium.org | 2012-05-17 | 5 | -34/+62 |