summaryrefslogtreecommitdiff
path: root/src/input.c
Commit message (Expand)AuthorAgeFilesLines
* input: Schedule pointer sprite repaint when cursor is setJonas Ådahl2014-09-101-1/+3
* touch-input: Don't dereference NULL pointer during full screen fadeDerek Foreman2014-09-051-2/+8
* compositor: add a way to change the keyboard locksGiulio Camuffo2014-09-031-0/+52
* Don't protect xkb_*_unref from NULLRan Benita2014-08-201-6/+3
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-201-33/+37
* compositor: fetch repeat info from weston.iniJonny Lamb2014-08-151-3/+6
* Use the named SINCE_VERSION defines for version checksJasper St. Pierre2014-08-081-1/+1
* input: Send key-repeatJasper St. Pierre2014-08-051-1/+4
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-2/+2
* libinput: Forward frame events to clientsJonas Ådahl2014-04-211-0/+19
* Add a signal for when a seat updates its capabilitiesJason Ekstrand2014-04-021-0/+2
* input: Send leave and enter pair when the surface moves under the cursorKristian Høgsberg2014-02-181-12/+16
* compositor: Drop core ping_handler calloutKristian Høgsberg2014-02-111-16/+0
* input: Run touch binding before calling touch grabKristian Høgsberg2014-02-051-2/+3
* input: Transform to surface coordinates outside resource for loopKristian Høgsberg2014-02-051-3/+3
* input: Remove exported function weston_pointer_verify()Ander Conselvan de Oliveira2014-02-011-3/+17
* input: Fix weston_seat_init_keyboard() error pathAnder Conselvan de Oliveira2014-02-011-7/+14
* input: Empty the current input region when configuring pointer surfacesAnder Conselvan de Oliveira2014-02-011-0/+1
* input: Unlink saved kbd focus listener when releasing seat1.4Jonas Ådahl2014-01-271-0/+3
* input: Ignore touch up events if num_tp is 0Kristian Høgsberg2014-01-081-0/+8
* input: Don't leak the initial keymapRui Matos2014-01-081-0/+1
* compositor: Make pointers visible when an output is unpluggedAnder Conselvan de Oliveira2013-12-161-12/+64
* input: make sure the devices get the resource destruction signalGiulio Camuffo2013-12-061-12/+14
* input: Reset keyboard state when releasing last seat keyboardJonas Ådahl2013-12-031-0/+24
* input: Move the xkb fields from weston_seat to weston_keyboardJonas Ådahl2013-12-031-65/+72
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-5/+4
* input: Reset pointer state when last pointer device was removedJonas Ådahl2013-12-021-0/+7
* input: Reset touch state when last touch device was removedJonas Ådahl2013-12-021-0/+7
* input: Keep track of number of touch points inside touch structJonas Ådahl2013-12-021-7/+6
* compositor: do not recompute size on pointer_set_cursorPekka Paalanen2013-11-281-2/+2
* input: Cancel pointer grabs when compositor loses kb focusKristian Høgsberg2013-11-221-0/+2
* input: set the focus to NULL when the focus's resource is destroyedGiulio Camuffo2013-11-201-23/+85
* input: Fix a segfault in focus checkingJason Ekstrand2013-11-191-1/+4
* input: Don't send leave events to destroyed viewsEmilio Pozuelo Monfort2013-11-191-1/+26
* Add modifier-only bindingDaniel Stone2013-11-191-0/+38
* compositor: add a way to override the default pointer grabGiulio Camuffo2013-11-151-3/+15
* input: let the pointer motion handlers move the pointerGiulio Camuffo2013-11-151-15/+10
* zoom: use the new pointer motion signal to move the zoom frame.Giulio Camuffo2013-11-151-8/+0
* input: add a motion signal to weston_pointerGiulio Camuffo2013-11-151-0/+3
* input.c: Rename default grab functions to be consistentKristian Høgsberg2013-10-281-14/+15
* Add cancel function to grab interfacesJonas Ådahl2013-10-281-6/+42
* input: Remove unused variableJonas Ådahl2013-10-281-2/+0
* input: Properly handle setting touch focus to NULLKristian Høgsberg2013-10-241-1/+2
* input: Add core API to update the keymapRui Matos2013-10-221-0/+109
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-75/+88
* compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg2013-10-221-2/+0
* udev-seat: Repick seat after a new device was addedJonas Ådahl2013-10-211-1/+1
* input: Unmap pointer sprite when no more pointer devices are connectedJonas Ådahl2013-10-211-0/+3
* input: Unset focus of seat device when releasing last referenceJonas Ådahl2013-10-211-0/+6
* evdev: Reference count input device's seat capabilitiesJonas Ådahl2013-10-211-7/+51