index
:
platform/upstream/weston
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
linux_yocto
linux_yocto_build
sandbox/boram/weston170
sandbox/boram/weston180
sandbox/boram1288/weston30
sandbox/cyeon/devel
sandbox/elongbug/test
sandbox/imranzaman/multiseat
sandbox/imranzaman/multiseat6
sandbox/imranzaman/transform
sandbox/jbko/devel
sandbox/jihochu/5.0
sandbox/lsj119/devel
sandbox/mbachmann/devel
sandbox/mbachmann/ivi_xdg140
sandbox/mbachmann/tizen_embed
sandbox/mbachmann/tizen_greeter
sandbox/mbachmann/tizen_qa
sandbox/mbachmann/tizen_xdg-unminimize
sandbox/mbachmann/weston150_fullminimize
sandbox/mbachmann/weston150_ivi-shell
sandbox/mbachmann/weston150_qa
sandbox/mbachmann/weston160
sandbox/mbachmann/weston160_vanilla
sandbox/mbachmann/weston170
sandbox/nbozhenov/lto
sandbox/nguyomard/xdg_surface_needs_attention
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/pcoval/wip
sandbox/sdesneux/devel
sandbox/sdx/TC-1388
sandbox/sdx/weston17
sandbox/srk/android
sandbox/void/TC-1443
sandbox/xiaowei/5.0
splash
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Graphics System / Display Server;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-16
evdev: Update axis notifications to follow protocol
Jonas Ådahl
1
-9
/
+29
2012-10-09
evdev: Avoid unintended case drop through
Rob Bradford
1
-0
/
+1
2012-08-10
compositor: Change notify_* function to take a weston_seat
Kristian Høgsberg
1
-10
/
+10
2012-08-09
evdev: rename evdev_input_device to evdev_device
Pekka Paalanen
1
-23
/
+19
2012-08-09
evdev: do not pass a list to evdev_led_update()
Pekka Paalanen
1
-7
/
+6
2012-08-03
evdev: kill a warning in evdev_led_update()
Pekka Paalanen
1
-1
/
+2
2012-08-03
compositor-drm, evdev: don't crash on missing keyboard
Pekka Paalanen
1
-1
/
+5
2012-08-03
evdev: log input devices
Pekka Paalanen
1
-4
/
+23
2012-08-03
evdev: move udev code into compositor-drm.c
Pekka Paalanen
1
-228
/
+0
2012-08-03
evdev: expose the generic evdev API
Pekka Paalanen
1
-4
/
+4
2012-08-03
evdev: rename evdev_seat to drm_seat
Pekka Paalanen
1
-9
/
+9
2012-08-03
evdev: pass weston_seat to evdev_input_device_create()
Pekka Paalanen
1
-6
/
+8
2012-08-03
evdev: make evdev_notify_keyboard_focus() independent of evdev_seat
Pekka Paalanen
1
-5
/
+5
2012-08-03
evdev: make evdev_led_update independent from struct evdev_seat
Pekka Paalanen
1
-4
/
+11
2012-08-03
evdev: change evdev_seat into weston_seat in struct evdev_input_device
Pekka Paalanen
1
-10
/
+10
2012-08-03
evdev: merge evdev-private.h into evdev.h
Pekka Paalanen
1
-1
/
+0
2012-08-03
evdev: move device opening out from evdev_input_device_create
Pekka Paalanen
1
-11
/
+19
2012-08-03
evdev: rename device_removed() to evdev_input_device_destroy()
Pekka Paalanen
1
-21
/
+21
2012-08-01
compositor: Fold the log prototypes into compositor.h and drop log.h
Kristian Høgsberg
1
-1
/
+0
2012-07-31
evdev: query position ranges for MT, too
Pekka Paalanen
1
-0
/
+8
2012-07-23
evdev: Release weston_seat with underlying evdev device
Daniel Stone
1
-1
/
+1
2012-07-23
evdev: Don't ignore multitouch touchscreens
Daniel Stone
1
-1
/
+1
2012-06-22
notify_key: Add update_state argument
Daniel Stone
1
-1
/
+2
2012-06-22
Split notify_keyboard_focus into in/out variants
Daniel Stone
1
-2
/
+3
2012-06-08
Replace fprintf() by weston_log()
Martin Minarik
1
-6
/
+6
2012-06-01
Brown-paper bag fix for LED
Daniel Stone
1
-2
/
+5
2012-05-31
Add keymap argument to weston_seat_init_keyboard
Daniel Stone
1
-1
/
+1
2012-05-31
Split weston_seat_init up into pointer/keyboard/touch
Daniel Stone
1
-0
/
+8
2012-05-31
Convert notify_axis to wl_fixed_t
Daniel Stone
1
-2
/
+4
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-1
/
+3
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-1
/
+3
2012-05-31
evdev: Add LED update hook
Daniel Stone
1
-0
/
+30
2012-05-31
evdev: Add device capabilities
Daniel Stone
1
-0
/
+26
2012-05-31
Rename evdev_input_device::type to pending_events
Daniel Stone
1
-22
/
+22
2012-05-17
evdev: Improve touchpad support and add motion filters
Jonas Ådahl
1
-74
/
+5
2012-05-17
evdev: Add event process dispatching
Jonas Ådahl
1
-68
/
+63
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
1
-64
/
+64
2012-05-10
evdev: Use wl_fixed_t for relative motions
Jonas Ådahl
1
-7
/
+10
2012-05-09
compositor: Use wl_fixed_t for incoming input events
Kristian Høgsberg
1
-7
/
+9
2012-05-09
evdev: Convert wl_fixed_t to int before using internally
Jonas Ådahl
1
-2
/
+2
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-4
/
+2
2012-04-10
evdev: Get key state from kernel on vt enter
Kristian Høgsberg
1
-0
/
+44
2012-04-09
evdev: Disable the udev monitor when another vt becomes active
Benjamin Franzke
1
-6
/
+19
2012-04-06
Introduce weston-launch
Benjamin Franzke
1
-1
/
+2
2012-03-28
Properly dispose event sources and event loops
Jonas Ådahl
1
-4
/
+20
2012-03-27
evdev: reuse code for device removal
Tiago Vignatti
1
-25
/
+21
2012-03-22
Hook up axis events.
Scott Moreau
1
-3
/
+13
2012-03-20
evdev: fix input lag when processing input from output repaint
Ander Conselvan de Oliveira
1
-24
/
+41
2012-03-20
evdev: use mtdev for multitouch devices
Tiago Vignatti
1
-3
/
+20
2012-03-05
compositor: Move input devices to their own event loop
Kristian Høgsberg
1
-3
/
+1
[next]