index
:
~gfxstrand/weston
vulkan
wip/damage-coordinates
wip/transforms
Jason Ekstrand's personal weston repo
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-06
input: add a weston_pointer_clear_focus() helper function
Derek Foreman
1
-5
/
+29
2015-08-06
input: pass the global touch coordinates to the touch grab
Giulio Camuffo
1
-9
/
+11
2015-07-31
input: Don't test keyboard/pointer/touch pointers
Derek Foreman
1
-72
/
+174
2015-07-31
input: Check device counts in bind_seat()
Derek Foreman
1
-3
/
+3
2015-07-16
bindings: Make run binding functions take apropriate device instead of a seat
Derek Foreman
1
-8
/
+8
2015-06-15
Moved helper macro to a discrete include file.
Jon Cruz
1
-0
/
+1
2015-06-15
Remove redundant #include path component.
Jon Cruz
1
-1
/
+1
2015-06-15
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-06-04
input: clean up update_keymap a little
Derek Foreman
1
-6
/
+6
2015-06-04
input: minor clean up in weston_seat_repick()
Derek Foreman
1
-2
/
+2
2015-06-04
input: clean up notify_modifiers a little
Derek Foreman
1
-9
/
+9
2015-06-04
input: clean up seat_get_keyboard a little
Derek Foreman
1
-11
/
+11
2015-05-01
touch: Make weston_touch_set_focus() take a touch instead of a seat
Derek Foreman
1
-20
/
+20
2015-03-26
input: Don't recreate the cursor sprite when only the hotspot changes
Derek Foreman
1
-16
/
+20
2015-03-20
input: Make setting the same pointer cursor state again a no-op
Jonas Ådahl
1
-0
/
+4
2015-02-11
input: store the grab serial of the keyboard
Giulio Camuffo
1
-2
/
+7
2015-01-08
input: Add comment explaining why pointer isn't freed when device is removed
Derek Foreman
1
-0
/
+5
2014-12-08
compositor: add weston_surface_set_label_func()
Pekka Paalanen
1
-0
/
+10
2014-12-01
input: send focus events to the focused client when running a key binding
Giulio Camuffo
1
-2
/
+1
2014-11-27
input: Use slightly less obscure logic in evdev_notify_keyboard_focus()
Derek Foreman
1
-0
/
+1
2014-11-24
input: don't run the key bindings on focus in
Giulio Camuffo
1
-6
/
+0
2014-11-19
Revert "input: don't send to clients key events eaten by bindings"
Pekka Paalanen
1
-48
/
+19
2014-11-12
input: use tmp var in pointer_unmap_sprite
Pekka Paalanen
1
-4
/
+6
2014-11-11
input: don't send to clients key events eaten by bindings
Giulio Camuffo
1
-19
/
+48
2014-11-11
input: fix access to invalid resource
Giulio Camuffo
1
-1
/
+1
2014-11-04
cosmetic: replace boolean function return values with bool
Derek Foreman
1
-4
/
+4
2014-10-08
compositor: send error for surface role resets
Pekka Paalanen
1
-7
/
+4
2014-09-10
input: Schedule pointer sprite repaint when cursor is set
Jonas Ådahl
1
-1
/
+3
2014-09-05
touch-input: Don't dereference NULL pointer during full screen fade
Derek Foreman
1
-2
/
+8
2014-09-03
compositor: add a way to change the keyboard locks
Giulio Camuffo
1
-0
/
+52
2014-08-20
Don't protect xkb_*_unref from NULL
Ran Benita
1
-6
/
+3
2014-08-20
Replace deprecated xkbcommon symbols with current names
Ran Benita
1
-33
/
+37
2014-08-15
compositor: fetch repeat info from weston.ini
Jonny Lamb
1
-3
/
+6
2014-08-08
Use the named SINCE_VERSION defines for version checks
Jasper St. Pierre
1
-1
/
+1
2014-08-05
input: Send key-repeat
Jasper St. Pierre
1
-1
/
+4
2014-07-23
compositor: keep track of the weston_layer a weston_view is in
Giulio Camuffo
1
-2
/
+2
2014-04-21
libinput: Forward frame events to clients
Jonas Ådahl
1
-0
/
+19
2014-04-02
Add a signal for when a seat updates its capabilities
Jason Ekstrand
1
-0
/
+2
2014-02-18
input: Send leave and enter pair when the surface moves under the cursor
Kristian Høgsberg
1
-12
/
+16
2014-02-11
compositor: Drop core ping_handler callout
Kristian Høgsberg
1
-16
/
+0
2014-02-05
input: Run touch binding before calling touch grab
Kristian Høgsberg
1
-2
/
+3
2014-02-05
input: Transform to surface coordinates outside resource for loop
Kristian Høgsberg
1
-3
/
+3
2014-02-01
input: Remove exported function weston_pointer_verify()
Ander Conselvan de Oliveira
1
-3
/
+17
2014-02-01
input: Fix weston_seat_init_keyboard() error path
Ander Conselvan de Oliveira
1
-7
/
+14
2014-02-01
input: Empty the current input region when configuring pointer surfaces
Ander Conselvan de Oliveira
1
-0
/
+1
2014-01-27
input: Unlink saved kbd focus listener when releasing seat
Jonas Ådahl
1
-0
/
+3
2014-01-08
input: Ignore touch up events if num_tp is 0
Kristian Høgsberg
1
-0
/
+8
2014-01-08
input: Don't leak the initial keymap
Rui Matos
1
-0
/
+1
2013-12-16
compositor: Make pointers visible when an output is unplugged
Ander Conselvan de Oliveira
1
-12
/
+64
2013-12-06
input: make sure the devices get the resource destruction signal
Giulio Camuffo
1
-12
/
+14
[next]