| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a silly mistake of parsing overscan flag. | mukai@chromium.org | 2013-01-12 | 2 | -10/+14 |
* | x11: Add a hack to detect touch-cancel events from X11. | sadrul@chromium.org | 2013-01-11 | 1 | -2/+35 |
* | Checks the possibility of overscans from EDID extension data. | mukai@chromium.org | 2013-01-08 | 3 | -55/+353 |
* | Handling cursor visibility changing events for ChromeOS | sheckylin@chromium.org | 2012-12-08 | 4 | -21/+139 |
* | Revert 171223. | tommi@chromium.org | 2012-12-05 | 4 | -139/+21 |
* | Handling cursor visibility changing events for ChromeOS | sheckylin@chromium.org | 2012-12-05 | 4 | -21/+139 |
* | Support 3f swipe for tab scrubbing | davemoore@chromium.org | 2012-11-29 | 2 | -5/+22 |
* | Revert 170138 - Support 3f swipe for tab scrubbing | davemoore@chromium.org | 2012-11-29 | 2 | -22/+5 |
* | Support 3f swipe for tab scrubbing | davemoore@chromium.org | 2012-11-29 | 2 | -5/+22 |
* | Fill out the background of all displays when display bounds have changed. | mukai@chromium.org | 2012-11-16 | 2 | -0/+23 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 1 | -1/+1 |
* | ui: Split some bits out of event_constants into event_utils. | sadrul@chromium.org | 2012-11-05 | 4 | -1/+6 |
* | Desktop aura: Cleanup to cursors. | erg@chromium.org | 2012-11-01 | 2 | -10/+0 |
* | Desktop aura: Fix tab dragging | erg@chromium.org | 2012-11-01 | 2 | -0/+9 |
* | Stop using "FE" (Unspecified Text) for extracting display names. | mukai@chromium.org | 2012-10-25 | 1 | -14/+0 |
* | Adding command line flags for calibration | skuhne@chromium.org | 2012-10-23 | 1 | -31/+67 |
* | Speculative compile fix for the valgrind bots. | erg@chromium.org | 2012-10-17 | 2 | -89/+90 |
* | linux_aura: Reland fix tab dragging performance. | erg@chromium.org | 2012-10-17 | 2 | -0/+92 |
* | Revert 162381 - linux_aura: Fix tab dragging performance. | tommi@chromium.org | 2012-10-17 | 2 | -91/+0 |
* | linux_aura: Fix tab dragging performance. | erg@chromium.org | 2012-10-17 | 2 | -0/+91 |
* | fix events_x.cc compile error | scottmg@chromium.org | 2012-10-12 | 1 | -1/+2 |
* | x11: Use kernel timestamps for touch events (if available). | sadrul@chromium.org | 2012-10-11 | 3 | -0/+10 |
* | Let TouchFactory use master pointer events whenever available | sheckylin@chromium.org | 2012-10-11 | 1 | -12/+12 |
* | linux: Make X error logging more precise. | derat@chromium.org | 2012-10-10 | 1 | -3/+3 |
* | Remove implicit flooring Scale() method from Point and Size. | danakj@chromium.org | 2012-10-09 | 1 | -1/+2 |
* | Speculative fix for window dragging in X11 multi monitor setups | jamesr@chromium.org | 2012-10-09 | 1 | -1/+4 |
* | Disabled top calibration | skuhne@chromium.org | 2012-10-03 | 1 | -1/+3 |
* | Use correct location for Enter/LeaveNotify | oshima@chromium.org | 2012-10-03 | 2 | -1/+33 |
* | Fix tab dragging in unity2d | jamesr@chromium.org | 2012-09-27 | 2 | -7/+52 |
* | Make shared memory segments writable only by their rightful owners. | palmer@chromium.org | 2012-09-24 | 1 | -6/+25 |
* | aura-x11: Fix cursor flickering for some custom cursors. | sadrul@chromium.org | 2012-09-17 | 1 | -4/+28 |
* | x11 cmt: Use atom-cache for the CMT valuators. | sadrul@chromium.org | 2012-09-14 | 2 | -18/+32 |
* | linux-aura: Fix wheel scrolling on some systems (e.g. precise). | sadrul@chromium.org | 2012-09-14 | 1 | -0/+6 |
* | Desktop aura: Use the X11 clipboard for text. | erg@chromium.org | 2012-09-13 | 2 | -0/+97 |
* | Fix memory leaks caused by misuse of XFree. | mazda@chromium.org | 2012-09-11 | 2 | -1/+37 |
* | Add "Display" item in the uber tray. | mukai@chromium.org | 2012-09-11 | 2 | -3/+18 |
* | Move ash specific cursor code to CursorManager. | mazda@chromium.org | 2012-09-11 | 3 | -0/+69 |
* | Revert 156070 - Add a new tray item for the current multi display configuration. | dcheng@chromium.org | 2012-09-11 | 2 | -18/+3 |
* | Add a new tray item for the current multi display configuration. | mukai@chromium.org | 2012-09-11 | 2 | -3/+18 |
* | Don't update display info when brightness is set to 0, or device goes to slee... | oshima@chromium.org | 2012-09-10 | 2 | -0/+19 |
* | Touch: Adding switch for X calibration and disabling it temporarily. | skuhne@chromium.org | 2012-09-07 | 1 | -13/+18 |
* | aura: Coalesce touch-update events. | sadrul@chromium.org | 2012-09-06 | 1 | -1/+2 |
* | events: Move some files into ui/base/events/ | sadrul@chromium.org | 2012-09-04 | 3 | -3/+3 |
* | Only set _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED if the custom frame is enabled. | tony@chromium.org | 2012-08-23 | 2 | -3/+10 |
* | Use persistent ID/names for displays. | mukai@chromium.org | 2012-08-21 | 2 | -0/+194 |
* | Desktop Aura: Allow tab drags out of window. | erg@chromium.org | 2012-08-17 | 1 | -3/+26 |
* | Clean up some detritus that accumulated during the fixing of 125937. | ben@chromium.org | 2012-08-15 | 1 | -4/+0 |
* | Fixes bug where Env/RootWindow would cache the wrong button | sky@chromium.org | 2012-08-14 | 1 | -0/+23 |
* | Replace views::Event with ui::Event. | beng@google.com | 2012-08-10 | 1 | -0/+4 |
* | Fixed calibration | skuhne@chromium.org | 2012-08-09 | 1 | -9/+9 |