summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Introduce GetCompositionCharacterBounds.nona@chromium.org2012-06-042-0/+10
* ui: Use utility functions from base/win throughout.tfarina@chromium.org2012-06-031-3/+4
* Cleanup: Remove vector::at() calls in SimpleMenuModel. Do CHECKs instead.thestig@chromium.org2012-06-022-14/+21
* Proactive tweaking of window shadow code to try to fix problem.avi@chromium.org2012-06-011-5/+8
* Support Home, Search, Favorites, Refresh, Stop, Back, and Forward keys on an ...yusukes@chromium.org2012-06-011-7/+44
* ash: Holding down shift slows window animations for debuggingjamescook@chromium.org2012-06-012-4/+4
* GestureScrollEnd event had non-zero velocity causing overscroll on software f...rjkroege@chromium.org2012-06-011-4/+8
* Adds switch to disable generating mouse events from touch events andsky@chromium.org2012-05-313-9/+10
* ui: No need to tag enum types with UI_EXPORT in header files.tfarina@chromium.org2012-05-311-9/+8
* Support for the OSK in the native text field (e.g. the Find box) on Win8 clas...tommi@chromium.org2012-05-311-0/+40
* ui/base/models: Modernize TreeNodeModel unittests.tfarina@chromium.org2012-05-311-20/+16
* Introduce TextInputTestSupport.nona@chromium.org2012-05-313-0/+68
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-3111-92/+110
* Don't convert the cursor image to RGBA in SkBitmapToXcursorImage oshima@chromium.org2012-05-301-4/+4
* Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/...kinuko@chromium.org2012-05-305-180/+246
* Revert 139398 - gesture recognizer: Allow multi-finger pinch/scroll gestures.kinuko@chromium.org2012-05-305-246/+180
* aura/cros: Rename MessagePump{X => AuraX11}.erg@chromium.org2012-05-291-2/+2
* gesture recognizer: Allow multi-finger pinch/scroll gestures.sadrul@chromium.org2012-05-295-180/+246
* Updating XTBs based on .GRDs from branch 1132dharani@chromium.org2012-05-292-1/+3
* content: Move javascript_message_type.h into content/ from ui/.tfarina@chromium.org2012-05-281-21/+0
* Remove the enable_metro GYP flag, effectively making it on by default.joi@chromium.org2012-05-261-4/+3
* Merge native_theme resources into ui_resources_standardoshima@chromium.org2012-05-26118-90/+3
* native_theme_base/android had copied and pasted versions of DrawBitmapInt and...pkotwicz@chromium.org2012-05-254-146/+24
* Promotes touch-devices to ui_base so that ash can use it.sky@chromium.org2012-05-254-0/+43
* Draw dragged file text with NO_SUBPIXEL_RENDERING flag.asvitkine@chromium.org2012-05-251-3/+5
* XI2.2: Make sure valuators values are reported correctly.sadrul@chromium.org2012-05-255-235/+321
* Revert 139051 because it broke build on non-X11 systems (windows, mac).sadrul@chromium.org2012-05-255-321/+235
* XI2.2: Make sure valuators values are reported correctly.sadrul@chromium.org2012-05-255-235/+321
* Load 2x resources for touch.oshima@chromium.org2012-05-253-2/+25
* Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima...pkotwicz@chromium.org2012-05-246-34/+50
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-2418-100/+238
* Adding new touch style for wrench menuskuhne@chromium.org2012-05-241-1/+4
* Right now, the 2x data pack also contains 1x images. This is correct in the c...flackr@chromium.org2012-05-231-0/+7
* Coverity: Fix uninitialized scalar variables.kmadhusu@chromium.org2012-05-232-1/+4
* Users stuck in fullscreen mode when running gnome-shell.tony@chromium.org2012-05-222-0/+15
* 2x Cursor support.oshima@chromium.org2012-05-221-0/+2
* Desktop aura: Put x11 cache in aura, instead of ui/base/x/.erg@google.com2012-05-222-123/+0
* Fix a couple of bugs with the image skia implementationpkotwicz@chromium.org2012-05-221-5/+6
* Fix crash in the accessibility code in the shared build. The problem is that ...tommi@chromium.org2012-05-222-0/+131
* Remove virtual keyboard support:yusukes@google.com2012-05-221-1/+0
* Support both old and new valuator formats for times and flings.davemoore@chromium.org2012-05-201-19/+82
* ui/base/models: Remove unnecessary virtuals from ListModel functions.tfarina@chromium.org2012-05-201-11/+11
* touch: Make sure the correct radius values are used for touch events.sadrul@chromium.org2012-05-191-2/+2
* Flash window by pulsing their launcher icon state indicatordavemoore@chromium.org2012-05-192-3/+8
* Re-organize resource files for native_themeoshima@chromium.org2012-05-18115-60/+60
* accelerators: Remove deprecated Accelerator ctor that takes booleans.tfarina@chromium.org2012-05-183-77/+85
* Adding Gesture Recognition to RenderWidgetHostViewWin (web client)girard@chromium.org2012-05-181-1/+10
* Set a maximum radius size for touch eventstdanderson@chromium.org2012-05-183-0/+14
* Add new attention state to launcherdavemoore@chromium.org2012-05-182-1/+5
* ui: Change ListModel to operate in size_t instead of int.tfarina@chromium.org2012-05-183-29/+31