projects
/
platform
/
upstream
/
libinput.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
evdev: Use -1 to represent touch events slots from single touch devices
[platform/upstream/libinput.git]
/
src
/
2014-02-17
Jonas Ådahl
evdev: Use -1 to represent touch events slots from...
tree
|
commitdiff
2014-02-17
Jonas Ådahl
Change touch event slots from being unsigned to signed
tree
|
commitdiff
2014-02-17
Jonas Ådahl
doc: Rephrase touch event slot description to be more...
tree
|
commitdiff
2014-02-17
Jonas Ådahl
Fix coding style issues
tree
|
commitdiff
2014-02-17
Peter Hutterer
evdev-touchpad: don't post motion events for 0/0 deltas
tree
|
commitdiff
2014-02-17
Peter Hutterer
evdev-touchpad: replace some numbers with a #define
tree
|
commitdiff
2014-02-17
Peter Hutterer
util: add min/max macros
tree
|
commitdiff
2014-02-10
Jonas Ådahl
Make it possible to have persistent libinput_seat instances
tree
|
commitdiff
2014-02-10
Peter Hutterer
evdev: restore EVDEV_UNHANDLED_DEVICE error code
tree
|
commitdiff
2014-02-10
Peter Hutterer
udev: rename create_from_udev to udev_create_for_seat
tree
|
commitdiff
2014-02-10
Peter Hutterer
path: add libinput_path_create_context instead of libin...
tree
|
commitdiff
2014-02-10
Peter Hutterer
path: add libinput_path_add_device() and libinput_path_...
tree
|
commitdiff
2014-02-10
Peter Hutterer
path: modify backend to allow for more than one device
tree
|
commitdiff
2014-02-10
Peter Hutterer
Revert "evdev: restore EVDEV_UNHANDLED_DEVICE error...
tree
|
commitdiff
2014-02-05
Peter Hutterer
evdev: restore EVDEV_UNHANDLED_DEVICE error code
tree
|
commitdiff
2014-02-05
Peter Hutterer
evdev: if mtdev failed to open, fail to init the device
tree
|
commitdiff
2014-02-05
Peter Hutterer
path: add error handling for failing to create a seat
tree
|
commitdiff
2014-02-05
Peter Hutterer
Move opening and closing the device fd into evdev.c
tree
|
commitdiff
2014-02-03
Jonas Ådahl
evdev: Fix absolute coordinate transform formula
tree
|
commitdiff
2014-02-03
Jonas Ådahl
Remove mention of delta coordinates having device speci...
tree
|
commitdiff
2014-02-03
Jonas Ådahl
Replace output screen size callback with transform...
tree
|
commitdiff
2014-01-31
Peter Hutterer
path: fix inconsistent use of devnode vs input->path
tree
|
commitdiff
2014-01-31
Peter Hutterer
path: print error when failing to open a device
tree
|
commitdiff
2014-01-31
Peter Hutterer
path: store the sysname, not the syspath, in the device
tree
|
commitdiff
2014-01-27
Jonas Ådahl
evdev: Don't queue touch events when no touch capabilit...
tree
|
commitdiff
2014-01-27
Jonas Ådahl
evdev: Don't report touch devices with buttons as actua...
tree
|
commitdiff
2014-01-26
Jonas Ådahl
Document the LIBINPUT_EVENT_NONE event type
tree
|
commitdiff
2014-01-25
Jonas Ådahl
Allow initial device configuration after receiving...
tree
|
commitdiff
2014-01-25
Jonas Ådahl
Fix some coding style inconsistencies
tree
|
commitdiff
2014-01-22
Jonas Ådahl
evdev: Make evdev manage its seat reference
tree
|
commitdiff
2014-01-22
Jonas Ådahl
Remove redundant device pointer from device notify...
tree
|
commitdiff
2014-01-22
Jonas Ådahl
Simplify device reference counting of events
tree
|
commitdiff
2014-01-22
Jonas Ådahl
evdev: Make error handling more consistent
tree
|
commitdiff
2014-01-22
Peter Hutterer
evdev: don't ignore scroll events with a value greater...
tree
|
commitdiff
2014-01-22
Peter Hutterer
path: get ID_SEAT and WL_SEAT from udev for the device...
tree
|
commitdiff
2014-01-22
Peter Hutterer
Drop event classes
tree
|
commitdiff
2014-01-22
Peter Hutterer
Promote touch frames to top-level events
tree
|
commitdiff
2014-01-22
Peter Hutterer
Provide accessors to retrieve the right event type
tree
|
commitdiff
2014-01-22
Peter Hutterer
Add documentation for the various events
tree
|
commitdiff
2014-01-22
Peter Hutterer
zalloc all events to make sure we have defined defaults
tree
|
commitdiff
2014-01-22
Peter Hutterer
Reduce touch events to a single event type
tree
|
commitdiff
2014-01-22
Peter Hutterer
Reduce pointer events to one single type
tree
|
commitdiff
2014-01-22
Peter Hutterer
Reduce keyboard events to one single type
tree
|
commitdiff
2014-01-21
Peter Hutterer
Improve namespacing of event types
tree
|
commitdiff
2014-01-21
Peter Hutterer
Merge the device added/removed events into a single...
tree
|
commitdiff
2014-01-21
Peter Hutterer
Drop libinput_event_get_target()
tree
|
commitdiff
2014-01-21
Peter Hutterer
Add a generic libinput_event_get_device() function
tree
|
commitdiff
2014-01-17
Peter Hutterer
Split seats into having a physical and a logical name
tree
|
commitdiff
2014-01-17
Peter Hutterer
Drop seat events
tree
|
commitdiff
2014-01-16
Peter Hutterer
Add libinput_event_get_context()
tree
|
commitdiff
2014-01-16
Peter Hutterer
udev: Drop unused seat_name in struct udev_seat
tree
|
commitdiff
2014-01-10
Peter Hutterer
Make sure our public header compiles with -pedantic
tree
|
commitdiff
2014-01-10
Peter Hutterer
Add libinput_next_event_type()
tree
|
commitdiff
2014-01-10
Peter Hutterer
Add LIBEVENT_EVENT_NONE
tree
|
commitdiff
2014-01-10
Peter Hutterer
Drop capability events
tree
|
commitdiff
2014-01-10
Peter Hutterer
Add libinput_create_from_path
tree
|
commitdiff
2014-01-10
Peter Hutterer
Suspend libinput before destroying it
tree
|
commitdiff
2014-01-10
Peter Hutterer
udev: notify about a removed seat when the last device...
tree
|
commitdiff
2014-01-10
Peter Hutterer
udev: Refcount the seat for each device
tree
|
commitdiff
2014-01-09
Peter Hutterer
Abstract the backend interface away
tree
|
commitdiff
2014-01-08
Peter Hutterer
Drop the destroyed sources list on libinput_destroy()
tree
|
commitdiff
2014-01-08
Peter Hutterer
Allow libinput_destroy() on a NULL pointer
tree
|
commitdiff
2014-01-08
Peter Hutterer
udev: plug leak when double-resuming
tree
|
commitdiff
2014-01-08
Peter Hutterer
Add two asserts to avoid underrunning the seat/device...
tree
|
commitdiff
2014-01-07
Peter Hutterer
Always allocate an event queue
tree
|
commitdiff
2014-01-07
Peter Hutterer
Don't access event buffer after realloc
tree
|
commitdiff
2014-01-03
Jonas Ådahl
Destroy associated reference counted objects when destr...
tree
|
commitdiff
2014-01-03
Jonas Ådahl
udev-seat: Don't notify about removal when destroying...
tree
|
commitdiff
2014-01-03
Jonas Ådahl
Destroy unprocessed events properly when destroying...
tree
|
commitdiff
2014-01-03
Jonas Ådahl
Don't return error when dispatching didn't queue any...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Drop joystick rejection heurstics
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Reject absolute motion if we're not a pointer...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Drop obsolete accelerometer reject rule
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Remove EVDEV_TOUCH and with it evdev_device...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Use a has_keyboard flag instead of EVDEV_KEYBOAR...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Replace EVDEV_BUTTON with local has_button flag
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Replace EVDEV_MOTION_ABS with local has_abs...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Use has_abs only for ABS_X and ABS_Y, introduce...
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Drop EVDEV_MOTION_REL flag
tree
|
commitdiff
2013-12-21
Kristian Høgsberg
evdev: Combine evdev_handle_device() and evdev_configur...
tree
|
commitdiff
2013-12-21
Peter Hutterer
Documentation typo fix
tree
|
commitdiff
2013-12-21
Peter Hutterer
Fix typo in comment
tree
|
commitdiff
2013-12-21
Peter Hutterer
Document the open/close_restricted interface
tree
|
commitdiff
2013-12-21
Peter Hutterer
Add libudev and -lm to Requires.private
tree
|
commitdiff
2013-12-21
Peter Hutterer
Add -lm to library
tree
|
commitdiff
2013-12-21
Peter Hutterer
udev: print errno if we can't open a device
tree
|
commitdiff
2013-12-21
Peter Hutterer
util: add ARRAY_FOR_EACH helper
tree
|
commitdiff
2013-12-21
Peter Hutterer
doc: group li_fixed_t into the fixed point functions
tree
|
commitdiff
2013-12-21
Peter Hutterer
Move zalloc() up to libinput-util.h
tree
|
commitdiff
2013-12-16
Jonas Ådahl
Unref seats and devices in libinput_destroy()
tree
|
commitdiff
2013-12-15
Jonas Ådahl
udev-seat: Remove unused declaration
tree
|
commitdiff
2013-12-15
Peter Hutterer
udev: include libinput-private.h for struct libinput
tree
|
commitdiff
2013-12-15
Peter Hutterer
fix typo in documentation
tree
|
commitdiff
2013-12-15
Peter Hutterer
udev: fail libinput_create_from_udev for NULL values
tree
|
commitdiff
2013-12-15
Peter Hutterer
configure: add libudev dependency
tree
|
commitdiff
2013-12-15
Peter Hutterer
Allow for NULL in libinput_destroy
tree
|
commitdiff
2013-12-15
Peter Hutterer
Allow for NULL in libevdev_event_destroy
tree
|
commitdiff
2013-12-15
Jonas Ådahl
Introduce libinput_device_get_sysname() API
tree
|
commitdiff
2013-12-15
Jonas Ådahl
Export li_fixed_to_(int|double) converters
tree
|
commitdiff
2013-12-15
Jonas Ådahl
Introduce libinput_device_has_capability() API
tree
|
commitdiff
next