| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce GetCompositionCharacterBounds. | nona@chromium.org | 2012-06-04 | 2 | -0/+10 |
* | ui: Use utility functions from base/win throughout. | tfarina@chromium.org | 2012-06-03 | 1 | -3/+4 |
* | Cleanup: Remove vector::at() calls in SimpleMenuModel. Do CHECKs instead. | thestig@chromium.org | 2012-06-02 | 2 | -14/+21 |
* | Proactive tweaking of window shadow code to try to fix problem. | avi@chromium.org | 2012-06-01 | 1 | -5/+8 |
* | Support Home, Search, Favorites, Refresh, Stop, Back, and Forward keys on an ... | yusukes@chromium.org | 2012-06-01 | 1 | -7/+44 |
* | ash: Holding down shift slows window animations for debugging | jamescook@chromium.org | 2012-06-01 | 2 | -4/+4 |
* | GestureScrollEnd event had non-zero velocity causing overscroll on software f... | rjkroege@chromium.org | 2012-06-01 | 1 | -4/+8 |
* | Adds switch to disable generating mouse events from touch events and | sky@chromium.org | 2012-05-31 | 3 | -9/+10 |
* | ui: No need to tag enum types with UI_EXPORT in header files. | tfarina@chromium.org | 2012-05-31 | 1 | -9/+8 |
* | Support for the OSK in the native text field (e.g. the Find box) on Win8 clas... | tommi@chromium.org | 2012-05-31 | 1 | -0/+40 |
* | ui/base/models: Modernize TreeNodeModel unittests. | tfarina@chromium.org | 2012-05-31 | 1 | -20/+16 |
* | Introduce TextInputTestSupport. | nona@chromium.org | 2012-05-31 | 3 | -0/+68 |
* | Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views... | pkotwicz@chromium.org | 2012-05-31 | 11 | -92/+110 |
* | Don't convert the cursor image to RGBA in SkBitmapToXcursorImage | oshima@chromium.org | 2012-05-30 | 1 | -4/+4 |
* | Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/... | kinuko@chromium.org | 2012-05-30 | 5 | -180/+246 |
* | Revert 139398 - gesture recognizer: Allow multi-finger pinch/scroll gestures. | kinuko@chromium.org | 2012-05-30 | 5 | -246/+180 |
* | aura/cros: Rename MessagePump{X => AuraX11}. | erg@chromium.org | 2012-05-29 | 1 | -2/+2 |
* | gesture recognizer: Allow multi-finger pinch/scroll gestures. | sadrul@chromium.org | 2012-05-29 | 5 | -180/+246 |
* | Updating XTBs based on .GRDs from branch 1132 | dharani@chromium.org | 2012-05-29 | 2 | -1/+3 |
* | content: Move javascript_message_type.h into content/ from ui/. | tfarina@chromium.org | 2012-05-28 | 1 | -21/+0 |
* | Remove the enable_metro GYP flag, effectively making it on by default. | joi@chromium.org | 2012-05-26 | 1 | -4/+3 |
* | Merge native_theme resources into ui_resources_standard | oshima@chromium.org | 2012-05-26 | 118 | -90/+3 |
* | native_theme_base/android had copied and pasted versions of DrawBitmapInt and... | pkotwicz@chromium.org | 2012-05-25 | 4 | -146/+24 |
* | Promotes touch-devices to ui_base so that ash can use it. | sky@chromium.org | 2012-05-25 | 4 | -0/+43 |
* | Draw dragged file text with NO_SUBPIXEL_RENDERING flag. | asvitkine@chromium.org | 2012-05-25 | 1 | -3/+5 |
* | XI2.2: Make sure valuators values are reported correctly. | sadrul@chromium.org | 2012-05-25 | 5 | -235/+321 |
* | Revert 139051 because it broke build on non-X11 systems (windows, mac). | sadrul@chromium.org | 2012-05-25 | 5 | -321/+235 |
* | XI2.2: Make sure valuators values are reported correctly. | sadrul@chromium.org | 2012-05-25 | 5 | -235/+321 |
* | Load 2x resources for touch. | oshima@chromium.org | 2012-05-25 | 3 | -2/+25 |
* | Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima... | pkotwicz@chromium.org | 2012-05-24 | 6 | -34/+50 |
* | Revert "Revert 137734 - Select theme resources from ResourceBundle at request... | flackr@chromium.org | 2012-05-24 | 18 | -100/+238 |
* | Adding new touch style for wrench menu | skuhne@chromium.org | 2012-05-24 | 1 | -1/+4 |
* | Right now, the 2x data pack also contains 1x images. This is correct in the c... | flackr@chromium.org | 2012-05-23 | 1 | -0/+7 |
* | Coverity: Fix uninitialized scalar variables. | kmadhusu@chromium.org | 2012-05-23 | 2 | -1/+4 |
* | Users stuck in fullscreen mode when running gnome-shell. | tony@chromium.org | 2012-05-22 | 2 | -0/+15 |
* | 2x Cursor support. | oshima@chromium.org | 2012-05-22 | 1 | -0/+2 |
* | Desktop aura: Put x11 cache in aura, instead of ui/base/x/. | erg@google.com | 2012-05-22 | 2 | -123/+0 |
* | Fix a couple of bugs with the image skia implementation | pkotwicz@chromium.org | 2012-05-22 | 1 | -5/+6 |
* | Fix crash in the accessibility code in the shared build. The problem is that ... | tommi@chromium.org | 2012-05-22 | 2 | -0/+131 |
* | Remove virtual keyboard support: | yusukes@google.com | 2012-05-22 | 1 | -1/+0 |
* | Support both old and new valuator formats for times and flings. | davemoore@chromium.org | 2012-05-20 | 1 | -19/+82 |
* | ui/base/models: Remove unnecessary virtuals from ListModel functions. | tfarina@chromium.org | 2012-05-20 | 1 | -11/+11 |
* | touch: Make sure the correct radius values are used for touch events. | sadrul@chromium.org | 2012-05-19 | 1 | -2/+2 |
* | Flash window by pulsing their launcher icon state indicator | davemoore@chromium.org | 2012-05-19 | 2 | -3/+8 |
* | 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 |
* | Adding Gesture Recognition to RenderWidgetHostViewWin (web client) | girard@chromium.org | 2012-05-18 | 1 | -1/+10 |
* | Set a maximum radius size for touch events | tdanderson@chromium.org | 2012-05-18 | 3 | -0/+14 |
* | 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 | 3 | -29/+31 |