summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* some fixes and warning disables in ui/ for building on win x64scottmg@chromium.org2013-01-155-11/+10
* Use ITfDocumentMgr::GetBase instead of ITfDocumentMgr::GetTop to cancel an on...Yukawa@chromium.org2013-01-141-1/+7
* Fix a silly mistake of parsing overscan flag.mukai@chromium.org2013-01-122-10/+14
* estade@ review feedback on r175674, makes code prettier and less susceptible ...dbeam@chromium.org2013-01-111-12/+13
* add OWNERS file for src/ui/base/dialogs/gtkestade@chromium.org2013-01-111-0/+2
* x11: Add a hack to detect touch-cancel events from X11.sadrul@chromium.org2013-01-111-2/+35
* Scaling scroll/fling events in multi-monitor setupsheckylin@chromium.org2013-01-102-0/+10
* Added TapSuppressionController params to gesture configurationsmohsen@chromium.org2013-01-092-0/+22
* Corrected logic in IsTouchDevicePresent to ignore pen devices.girard@chromium.org2013-01-091-3/+3
* [gtk] Fix file filter bug for <input type=file accept=mime/type>.dbeam@chromium.org2013-01-091-3/+20
* Removes SimpleMenuModel::FlipIndex. It was only used bysky@chromium.org2013-01-093-25/+13
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2013-01-081-1/+3
* Get drag and drop working on Win Ash.jam@chromium.org2013-01-087-15/+74
* Changed enable-new-menu-style flag to be on by default.yefim@chromium.org2013-01-082-4/+4
* Checks the possibility of overscans from EDID extension data.mukai@chromium.org2013-01-083-55/+353
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-076-9/+9
* Whenever we set plain text on the standard clipboard, also settony@chromium.org2013-01-074-35/+19
* Track input latency with UMA statsdavemoore@chromium.org2013-01-075-49/+84
* Fix a test suppression caused by windows floating point differences.rjkroege@chromium.org2013-01-021-31/+13
* Switch to Cocoa APIs for fullscreen.avi@chromium.org2012-12-291-8/+10
* [Android WebView] Fix some locale related TODOs.benm@chromium.org2012-12-211-4/+1
* Moves TabStripSelectionModel to ui/base/models and renamessky@chromium.org2012-12-213-0/+466
* Move explanatory comment re: iOS supported scale factors.blundell@chromium.org2012-12-201-4/+0
* Clean-up EventHandler class comment.bryeung@chromium.org2012-12-201-2/+2
* Fixes a wrong comment and misunderstanding of issue 127200.yuki@chromium.org2012-12-201-11/+8
* Add a unit-test to sanity-check the USB<->native keycode mapping.wez@chromium.org2012-12-192-4/+107
* Adjust fonts (part of 137349): Add SmallBoldFont to ResourceBundle.sschmitz@chromium.org2012-12-193-4/+15
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-185-15/+9
* Consolidate dialog style flags and strings; etc.msw@chromium.org2012-12-172-10/+14
* Changing SmallFont size from 10px to 11px. sschmitz@chromium.org2012-12-161-1/+1
* Add XKB keycode for non-US backslash to USB keycode tablewez@chromium.org2012-12-151-4/+3
* Use CTM on touchscreens.ynovikov@chromium.org2012-12-152-8/+7
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-145-9/+9
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-145-19/+22
* Use per-file ownership for usb_keycode_map*.wez@chromium.org2012-12-141-3/+2
* Add rudimentary support for custom cursors in Chrome Aura Windows.ananta@chromium.org2012-12-141-4/+6
* Cleans up the set of TableColumn constructors.sky@chromium.org2012-12-132-46/+1
* Suppress failing test VelocityCalculatorTest.RequiresEnoughData on windows.rjkroege@google.com2012-12-131-1/+9
* Use consistent velocity trend to start a touch scroll gesture.rjkroege@chromium.org2012-12-137-39/+99
* Update Chrome OS font settings to use Noto Sans UI and other Noto fontsjshin@chromium.org2012-12-1310-8/+10
* Remove separator from top of Apps v2 context menus.wez@chromium.org2012-12-132-0/+10
* Make EventHandler.dispatcher_ a stackstevenjb@chromium.org2012-12-103-10/+14
* Updating XTBs based on .GRDs from branch 1312dharani@google.com2012-12-1052-4/+264
* events: Change the way a 'handled' event is dispatched.sadrul@chromium.org2012-12-103-11/+23
* Revert 171934xiyuan@chromium.org2012-12-086-73/+28
* Use consistent velocity trend to start a touch scroll gesture.rjkroege@chromium.org2012-12-086-28/+73
* Handling cursor visibility changing events for ChromeOSsheckylin@chromium.org2012-12-085-35/+151
* Ensure that keyboard input works in Windows 8 Metro Ashananta@chromium.org2012-12-084-17/+20
* Get drag and drop working for win aura.jam@chromium.org2012-12-083-13/+30
* events: Introduce non-cancelable events.sadrul@chromium.org2012-12-072-3/+21