Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
deee858b0b199d8cfa8033a46d7078f30b23725e
/
libweston
/
input.c
185d158
input: Remove --disable-xkbcommon
by Derek Foreman
· 8 years ago
7dbb0e1
Don't prepend protocol/ to include paths
by Daniel Stone
· 9 years ago
df84dbe
input: Update keyboard serial on press and release
by Olivier Fourdan
· 9 years ago
2edc3d5
libweston: Rename weston_surface::configure to ::committed
by Quentin Glidic
· 9 years ago
cde1345
input: Add helpers for all keyboard/pointer/touch events
by Quentin Glidic
· 9 years ago
d0be2bb
input: Support non-rectangular pointer confine regions
by Jonas Ådahl
· 10 years ago
d3414f2
Implement pointer locking and confinement
by Jonas Ådahl
· 9 years ago
c02ac11
input: Split out pointer button sending from grab handler
by Jonas Ådahl
· 9 years ago
f44942e
input: Split out motion sending from default grab
by Jonas Ådahl
· 9 years ago
3eb4ddd
weston-pointer: Add destroy signal
by Jonas Ådahl
· 9 years ago
f7deb6a
compositor: Pass both surface and seat in activation signal
by Jonas Ådahl
· 9 years ago
30d61d8
Implement the relative pointer protocol
by Jonas Ådahl
· 11 years ago
94e2e2d
compositor: Keep track of what views were activated by clicking
by Jonas Ådahl
· 11 years ago
ef8e1c3
input: Activate view no matter the keyboard focus
by Jonas Ådahl
· 9 years ago
f8486c3
compositor: Untangle surface/view is_mapped from output assignments
by Armin Krezović
· 9 years ago
24f917e
input: Move weston_seat_set_keyboard_focus and document
by Bryce Harrington
· 9 years ago
260c2ff
input: Rename weston_surface_activate to weston_seat_set_keyboard_focus
by Bryce Harrington
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/input.c]
0358af4
Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names
by Giulio Camuffo
· 9 years ago
ed6014a
input: Don't try to send axis_source when there are no resources
by Jonas Ådahl
· 9 years ago
90a6fc6
input: use doubles in the interfaces to notify of input events
by Giulio Camuffo
· 9 years ago
aab1d36
input: Implement wl_seat.release
by Quentin Glidic
· 9 years ago
2c40d1d
input: Fix crash when touchscreen generates out of screen coordinate
by Bryce Harrington
· 9 years ago
8efa31b
input: Don't try to send pointer frames if no focus_client
by Derek Foreman
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
89b6a49
Add a weston_pointer_axis_event
by Peter Hutterer
· 9 years ago
3cc004a
input: Add notify_touch_cancel()
by Derek Foreman
· 10 years ago
1909c10
compositor, input: Don't use MIN() macro for new resource versions
by Derek Foreman
· 10 years ago
2cbf293
input: Keep per client pointer resources in their own structs
by Jonas Ådahl
· 10 years ago
8283c34
input: Don't send wl_pointer.motion if position didn't change
by Jonas Ådahl
· 10 years ago
d251010
input: Make pointer grab motion callbacks take an event struct
by Jonas Ådahl
· 11 years ago
0336ca0
input: Pass axis events through pointer grab interfaces
by Jonas Ådahl
· 11 years ago
d669714
input: add new client to resource_list instead of focus_resource_list
by Chokshi, Mitul
· 10 years ago
3f607d3
weston-input: Reformat weston_log line to add missing space between words
by Chris Michael
· 10 years ago
f9318d1
input: add a weston_pointer_clear_focus() helper function
by Derek Foreman
· 10 years ago
61ed7b6
input: pass the global touch coordinates to the touch grab
by Giulio Camuffo
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
30ce607
input: Check device counts in bind_seat()
by Derek Foreman
· 10 years ago
99a6a2d
bindings: Make run binding functions take apropriate device instead of a seat
by Derek Foreman
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
bc91e54
input: clean up update_keymap a little
by Derek Foreman
· 10 years ago
1b786ee
input: minor clean up in weston_seat_repick()
by Derek Foreman
· 10 years ago
244e99e
input: clean up notify_modifiers a little
by Derek Foreman
· 10 years ago
345c9f3
input: clean up seat_get_keyboard a little
by Derek Foreman
· 10 years ago
4c93c08
touch: Make weston_touch_set_focus() take a touch instead of a seat
by Derek Foreman
· 10 years ago
4e53c53
input: Don't recreate the cursor sprite when only the hotspot changes
by Derek Foreman
· 10 years ago
b407024
input: Make setting the same pointer cursor state again a no-op
by Jonas Ådahl
· 10 years ago
b6ddf6c
input: store the grab serial of the keyboard
by Giulio Camuffo
· 10 years ago
fd5ca51
input: Add comment explaining why pointer isn't freed when device is removed
by Derek Foreman
· 10 years ago
8274d90
compositor: add weston_surface_set_label_func()
by Pekka Paalanen
· 11 years ago
a20ca81
input: send focus events to the focused client when running a key binding
by Giulio Camuffo
· 11 years ago
d621df2
input: Use slightly less obscure logic in evdev_notify_keyboard_focus()
by Derek Foreman
· 11 years ago
fde9490
input: don't run the key bindings on focus in
by Giulio Camuffo
· 11 years ago
86b5396
Revert "input: don't send to clients key events eaten by bindings"
by Pekka Paalanen
· 11 years ago
c557ff7
input: use tmp var in pointer_unmap_sprite
by Pekka Paalanen
· 11 years ago
5c11fc6
input: don't send to clients key events eaten by bindings
by Giulio Camuffo
· 11 years ago
de77e32
input: fix access to invalid resource
by Giulio Camuffo
· 11 years ago
280e7dd
cosmetic: replace boolean function return values with bool
by Derek Foreman
· 11 years ago
50b6747
compositor: send error for surface role resets
by Pekka Paalanen
· 11 years ago
16fe4dc
input: Schedule pointer sprite repaint when cursor is set
by Jonas Ådahl
· 11 years ago
362656b
touch-input: Don't dereference NULL pointer during full screen fade
by Derek Foreman
· 11 years ago
6ef444d
compositor: add a way to change the keyboard locks
by Giulio Camuffo
· 11 years ago
c9c7415
Don't protect xkb_*_unref from NULL
by Ran Benita
· 11 years ago
2e1968f
Replace deprecated xkbcommon symbols with current names
by Ran Benita
· 11 years ago
66a41a0
compositor: fetch repeat info from weston.ini
by Jonny Lamb
· 11 years ago
0013a29
Use the named SINCE_VERSION defines for version checks
by Jasper St. Pierre
· 11 years ago
d8c6aeb
input: Send key-repeat
by Jasper St. Pierre
· 11 years ago
412e6a5
compositor: keep track of the weston_layer a weston_view is in
by Giulio Camuffo
· 11 years ago
1679f23
libinput: Forward frame events to clients
by Jonas Ådahl
· 11 years ago
a4ab542
Add a signal for when a seat updates its capabilities
by Jason Ekstrand
· 11 years ago
db1fccb
input: Send leave and enter pair when the surface moves under the cursor
by Kristian Høgsberg
· 11 years ago
e11ef64
compositor: Drop core ping_handler callout
by Kristian Høgsberg
· 11 years ago
c896401
input: Run touch binding before calling touch grab
by Kristian Høgsberg
· 11 years ago
c988362
input: Transform to surface coordinates outside resource for loop
by Kristian Høgsberg
· 11 years ago
f84327a
input: Remove exported function weston_pointer_verify()
by Ander Conselvan de Oliveira
· 11 years ago
4d363cf
input: Fix weston_seat_init_keyboard() error path
by Ander Conselvan de Oliveira
· 11 years ago
23900f7
input: Empty the current input region when configuring pointer surfaces
by Ander Conselvan de Oliveira
· 11 years ago
1afb238
input: Unlink saved kbd focus listener when releasing seat
by Jonas Ådahl
· 12 years ago
a30e29a
input: Ignore touch up events if num_tp is 0
by Kristian Høgsberg
· 11 years ago
73d9395
input: Don't leak the initial keymap
by Rui Matos
· 12 years ago
54e90c7
compositor: Make pointers visible when an output is unplugged
by Ander Conselvan de Oliveira
· 12 years ago
65a07f8
input: make sure the devices get the resource destruction signal
by Giulio Camuffo
· 12 years ago
91fed54
input: Reset keyboard state when releasing last seat keyboard
by Jonas Ådahl
· 12 years ago
7395ea0
input: Move the xkb fields from weston_seat to weston_keyboard
by Jonas Ådahl
· 12 years ago
918f2dd
Remove the weston_view.geometry.width/height fields
by Jason Ekstrand
· 12 years ago
3e12e63
input: Reset pointer state when last pointer device was removed
by Jonas Ådahl
· 12 years ago
cbfa7f7
input: Reset touch state when last touch device was removed
by Jonas Ådahl
· 12 years ago
9484b69
input: Keep track of number of touch points inside touch struct
by Jonas Ådahl
· 12 years ago
ba34165
compositor: do not recompute size on pointer_set_cursor
by Pekka Paalanen
· 12 years ago
ebd5fd4
input: Cancel pointer grabs when compositor loses kb focus
by Kristian Høgsberg
· 12 years ago
576fe2a
input: set the focus to NULL when the focus's resource is destroyed
by Giulio Camuffo
· 12 years ago
42133d4
input: Fix a segfault in focus checking
by Jason Ekstrand
· 12 years ago
aa7a476
input: Don't send leave events to destroyed views
by Emilio Pozuelo Monfort
· 12 years ago
96d47c0
Add modifier-only binding
by Daniel Stone
· 12 years ago
cdb4d29
compositor: add a way to override the default pointer grab
by Giulio Camuffo
· 12 years ago
1959ab8
input: let the pointer motion handlers move the pointer
by Giulio Camuffo
· 12 years ago
412b024
zoom: use the new pointer motion signal to move the zoom frame.
by Giulio Camuffo
· 12 years ago
6fcb378
input: add a motion signal to weston_pointer
by Giulio Camuffo
· 12 years ago
Next »