index
:
delta/weston.git
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
baserock/genivi-demo-platform/tegra
baserock/genivi/1.2.0
baserock/genivi/1.3.0
baserock/genivi/baseline
baserock/genivi/baseline-h-1.1
baserock/genivi/genivi-demo-platform
baserock/genivi/weston-ivi-shell-patches
baserock/genivi/weston-ivi-tegra
baserock/james/genivi-demo-platform
baserock/james/weston
baserock/james/weston-1.6.0
baserock/jjardon/logind
baserock/jjardon/weston-1.6.0
baserock/jonathanmaw/genivi-demo-jetson
baserock/liw/genivi-h-1.1
baserock/weston-1.10.0/tegra
baserock/weston-1.11.0/tegra
baserock/weston-1.6.0/tegra
baserock/weston-1.6.93/tegra
baserock/weston-1.7.0/tegra
baserock/weston-1.8.0/tegra
baserock/weston-1.9.0/tegra
baserock/weston-ivi-shell-1.4.0-v12
main
master
next
terminal
wayland-demos-0.8
gitlab.freedesktop.org: wayland/weston.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
input: Add comment explaining why pointer isn't freed when device is removed
Derek Foreman
2015-01-08
1
-0
/
+5
*
compositor: add weston_surface_set_label_func()
Pekka Paalanen
2014-12-08
1
-0
/
+10
*
input: send focus events to the focused client when running a key binding
Giulio Camuffo
2014-12-01
1
-2
/
+1
*
input: Use slightly less obscure logic in evdev_notify_keyboard_focus()
Derek Foreman
2014-11-27
1
-0
/
+1
*
input: don't run the key bindings on focus in
Giulio Camuffo
2014-11-24
1
-6
/
+0
*
Revert "input: don't send to clients key events eaten by bindings"
Pekka Paalanen
2014-11-19
1
-48
/
+19
*
input: use tmp var in pointer_unmap_sprite
Pekka Paalanen
2014-11-12
1
-4
/
+6
*
input: don't send to clients key events eaten by bindings
Giulio Camuffo
2014-11-11
1
-19
/
+48
*
input: fix access to invalid resource
Giulio Camuffo
2014-11-11
1
-1
/
+1
*
cosmetic: replace boolean function return values with bool
Derek Foreman
2014-11-04
1
-4
/
+4
*
compositor: send error for surface role resets
Pekka Paalanen
2014-10-08
1
-7
/
+4
*
input: Schedule pointer sprite repaint when cursor is set
Jonas Ådahl
2014-09-10
1
-1
/
+3
*
touch-input: Don't dereference NULL pointer during full screen fade
Derek Foreman
2014-09-05
1
-2
/
+8
*
compositor: add a way to change the keyboard locks
Giulio Camuffo
2014-09-03
1
-0
/
+52
*
Don't protect xkb_*_unref from NULL
Ran Benita
2014-08-20
1
-6
/
+3
*
Replace deprecated xkbcommon symbols with current names
Ran Benita
2014-08-20
1
-33
/
+37
*
compositor: fetch repeat info from weston.ini
Jonny Lamb
2014-08-15
1
-3
/
+6
*
Use the named SINCE_VERSION defines for version checks
Jasper St. Pierre
2014-08-08
1
-1
/
+1
*
input: Send key-repeat
Jasper St. Pierre
2014-08-05
1
-1
/
+4
*
compositor: keep track of the weston_layer a weston_view is in
Giulio Camuffo
2014-07-23
1
-2
/
+2
*
libinput: Forward frame events to clients
Jonas Ådahl
2014-04-21
1
-0
/
+19
*
Add a signal for when a seat updates its capabilities
Jason Ekstrand
2014-04-02
1
-0
/
+2
*
input: Send leave and enter pair when the surface moves under the cursor
Kristian Høgsberg
2014-02-18
1
-12
/
+16
*
compositor: Drop core ping_handler callout
Kristian Høgsberg
2014-02-11
1
-16
/
+0
*
input: Run touch binding before calling touch grab
Kristian Høgsberg
2014-02-05
1
-2
/
+3
*
input: Transform to surface coordinates outside resource for loop
Kristian Høgsberg
2014-02-05
1
-3
/
+3
*
input: Remove exported function weston_pointer_verify()
Ander Conselvan de Oliveira
2014-02-01
1
-3
/
+17
*
input: Fix weston_seat_init_keyboard() error path
Ander Conselvan de Oliveira
2014-02-01
1
-7
/
+14
*
input: Empty the current input region when configuring pointer surfaces
Ander Conselvan de Oliveira
2014-02-01
1
-0
/
+1
*
input: Unlink saved kbd focus listener when releasing seat
1.4
Jonas Ådahl
2014-01-27
1
-0
/
+3
*
input: Ignore touch up events if num_tp is 0
Kristian Høgsberg
2014-01-08
1
-0
/
+8
*
input: Don't leak the initial keymap
Rui Matos
2014-01-08
1
-0
/
+1
*
compositor: Make pointers visible when an output is unplugged
Ander Conselvan de Oliveira
2013-12-16
1
-12
/
+64
*
input: make sure the devices get the resource destruction signal
Giulio Camuffo
2013-12-06
1
-12
/
+14
*
input: Reset keyboard state when releasing last seat keyboard
Jonas Ådahl
2013-12-03
1
-0
/
+24
*
input: Move the xkb fields from weston_seat to weston_keyboard
Jonas Ådahl
2013-12-03
1
-65
/
+72
*
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
2013-12-02
1
-5
/
+4
*
input: Reset pointer state when last pointer device was removed
Jonas Ådahl
2013-12-02
1
-0
/
+7
*
input: Reset touch state when last touch device was removed
Jonas Ådahl
2013-12-02
1
-0
/
+7
*
input: Keep track of number of touch points inside touch struct
Jonas Ådahl
2013-12-02
1
-7
/
+6
*
compositor: do not recompute size on pointer_set_cursor
Pekka Paalanen
2013-11-28
1
-2
/
+2
*
input: Cancel pointer grabs when compositor loses kb focus
Kristian Høgsberg
2013-11-22
1
-0
/
+2
*
input: set the focus to NULL when the focus's resource is destroyed
Giulio Camuffo
2013-11-20
1
-23
/
+85
*
input: Fix a segfault in focus checking
Jason Ekstrand
2013-11-19
1
-1
/
+4
*
input: Don't send leave events to destroyed views
Emilio Pozuelo Monfort
2013-11-19
1
-1
/
+26
*
Add modifier-only binding
Daniel Stone
2013-11-19
1
-0
/
+38
*
compositor: add a way to override the default pointer grab
Giulio Camuffo
2013-11-15
1
-3
/
+15
*
input: let the pointer motion handlers move the pointer
Giulio Camuffo
2013-11-15
1
-15
/
+10
*
zoom: use the new pointer motion signal to move the zoom frame.
Giulio Camuffo
2013-11-15
1
-8
/
+0
*
input: add a motion signal to weston_pointer
Giulio Camuffo
2013-11-15
1
-0
/
+3
[next]