projects
/
platform
/
upstream
/
libinput.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reduce pointer events to one single type
[platform/upstream/libinput.git]
/
src
/
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
2013-12-08
Jonas Ådahl
doc: Document basic event accessor functions
tree
|
commitdiff
2013-12-08
Jonas Ådahl
Put libinput_event_destroy() together with other event...
tree
|
commitdiff
2013-12-08
Jonas Ådahl
Make even structs private
tree
|
commitdiff
2013-12-08
Jonas Ådahl
Put libinput_interface struct below base doxygen group
tree
|
commitdiff
2013-12-07
Jonas Ådahl
Reference count event target struct when applicable
tree
|
commitdiff
2013-12-07
Jonas Ådahl
Remove unused disabled code
tree
|
commitdiff
2013-12-07
Jonas Ådahl
doc: Clarify that the caller need to free retrieved...
tree
|
commitdiff
2013-12-07
Peter Hutterer
doc: hook up doxygen to generate the public API documen...
tree
|
commitdiff
2013-12-07
Peter Hutterer
Rename libinput_create_udev to libinput_create_from_udev
tree
|
commitdiff
2013-12-07
Peter Hutterer
udev-seat: fix leak when failing to add devices
tree
|
commitdiff
2013-12-06
Peter Hutterer
Drop include of evdev.h from evdev.h
tree
|
commitdiff
2013-12-06
Peter Hutterer
Drop unused libinput_fd_handle and libinput_fd_callback
tree
|
commitdiff
2013-12-06
Peter Hutterer
evdev: fix memcopy for calibration
tree
|
commitdiff
2013-12-06
Peter Hutterer
Move libinput, libinput_seat and libinput_device to...
tree
|
commitdiff
2013-12-06
Peter Hutterer
Declare libinput_seat explicitly
tree
|
commitdiff
2013-12-06
Peter Hutterer
libinput_dispatch: return -EAGAIN if no events are...
tree
|
commitdiff
2013-12-06
Peter Hutterer
libinput_dispatch: return negative error number on...
tree
|
commitdiff
2013-12-06
Peter Hutterer
Make the slots unsigned, the kernel guarantees a base...
tree
|
commitdiff
2013-12-06
Peter Hutterer
Make buttons unsigned, there are no negative button...
tree
|
commitdiff
2013-11-24
Jonas Ådahl
Port udev-seat to be used in libinput
tree
|
commitdiff
2013-11-23
Jonas Ådahl
util: Add logging utilities
tree
|
commitdiff
2013-11-19
Jonas Ådahl
Merge branch 'master' into udev
tree
|
commitdiff
2013-11-19
Jonas Ådahl
Add interface to libinput object and move screen dimens...
tree
|
commitdiff
2013-11-17
Jonas Ådahl
Use events instead of callbacks for capability registration
tree
|
commitdiff
2013-11-17
Jonas Ådahl
Introduce libinput object managing all input data
tree
|
commitdiff
2013-11-17
Jonas Ådahl
src/Makefile.a: Fix whitespace
tree
|
commitdiff
2013-11-17
Jonas Ådahl
Change API from using listeners to using an event queue
tree
|
commitdiff
2013-11-16
David Herrmann
launcher: add weston_launcher_close() dummy
tree
|
commitdiff
2013-11-16
Jonas Ådahl
udev-seat: Repick seat after a new device was added
tree
|
commitdiff
2013-11-16
Kristian Høgsberg
launcher: Collect launcher state in new struct weston_l...
tree
|
commitdiff
2013-11-16
Daniel Stone
Add more missing config.h includes
tree
|
commitdiff
2013-11-16
Peter Hutterer
malloc + memset -> zalloc
tree
|
commitdiff
2013-11-16
Kristian Høgsberg
udev: Use WL_OUTPUT udev attribute for pairing touchscr...
tree
|
commitdiff
2013-11-16
Rob Bradford
compositor-drm: Enable seat constraining when configure...
tree
|
commitdiff
2013-11-16
Rob Bradford
udev-seat: Refactor out seat lookup and possible creation
tree
|
commitdiff
2013-11-16
Daniel Stone
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
tree
|
commitdiff
2013-11-16
Rob Bradford
udev-seat: Use udev rules to support multiple seats
tree
|
commitdiff
2013-11-16
Rob Bradford
udev-seat: Separate the seat out to its own structure
tree
|
commitdiff
2013-11-16
Rob Bradford
udev-seat: Make the udev_input structure an embedded...
tree
|
commitdiff
2013-11-16
Rob Bradford
udev-seat: Rename udev_seat to udev_input
tree
|
commitdiff
2013-11-16
Rob Bradford
input: Add a seat name parameter to weston_seat_init
tree
|
commitdiff
next