Replace libevdev_get_abs_* with macro-generated ones
[platform/upstream/libevdev.git] / libevdev /
2013-08-01 Peter HuttererReplace libevdev_get_abs_* with macro-generated ones
2013-08-01 Peter HuttererAdd setter for property bits
2013-08-01 Peter HuttererAdd libevdev_has_event_pending()
2013-07-30 Peter HuttererWhen enabling EV_REP, set the delay/period values
2013-07-30 Peter HuttererMake sure all EV_REP bits are set
2013-07-30 Peter HuttererSet the size for repeat delays based on REP_CNT
2013-07-29 Peter HuttererDon't try setting an ABS code without data
2013-07-29 Peter HuttererAllow enabling of EV_SYN codes
2013-07-21 Peter HuttererDocument mailing list
2013-07-17 Peter HuttererChange github.com references to freedesktop.org
2013-07-09 Peter HuttererDon't include config.h in the public header
2013-07-06 Peter Huttererdoc: couple of minor documentation fixes
2013-07-04 Peter HuttererAdd documentation about the test suite
2013-07-04 Peter HuttererSome minor documentation fixes
2013-07-04 Peter HuttererAdd two helper functions to check event type/code
2013-07-03 Peter HuttererAdd a simple example to the documentation
2013-07-03 Peter HuttererIndent some documentation better
2013-07-03 Peter HuttererSync the initial slot state from the device
2013-07-02 Peter HuttererIf we don't have anything to sync, don't add a EV_SYN...
2013-07-02 Peter HuttererSwitch to a state machine to handle incomplete syncs
2013-07-02 Peter HuttererAdd a flag for blocking read
2013-07-02 Peter HuttererIf the caller doesn't sync when it should, process...
2013-07-01 Peter HuttererDon't sync mt axes that don't exist
2013-07-01 Peter HuttererDon't deliver events that are filtered
2013-07-01 Peter HuttererDisallow disabling of EV_SYN
2013-06-30 Peter HuttererRequire data be NULL when enabling a non-EV_ABS axis
2013-06-30 Peter HuttererAdd more documentation to stop complaints about undocum...
2013-06-30 Peter HuttererDrop code for kernel-enabling bits
2013-06-29 Peter HuttererChange signature for kernel_enable_event_code to match...
2013-06-29 Peter HuttererReturn -1 for failing to enable/disable bits
2013-06-28 Peter HuttererAdd a FIXME to log a warning message
2013-06-28 Peter HuttererAdd a flag for forcing a SYN_DROPPED event
2013-06-27 Peter HuttererExpand main documentation to explain libevdev a bit...
2013-06-27 Peter HuttererImprove documentation to libevdev_next_event
2013-06-27 Peter HuttererRequire a flag for normal mode too
2013-06-27 Peter HuttererInit dev->grabbed as LIBEVDEV_UNGRAB
2013-06-27 Peter HuttererReplace a few malloc + strcpy with strdup
2013-06-27 Peter HuttererDon't return a NULL name, ever.
2013-06-27 Peter HuttererFix distcheck
2013-06-27 Peter HuttererDon't crash peeking at a zero-sized queue
2013-06-27 Peter HuttererSlots are now definitely zero-indexed, see recent kerne...
2013-06-27 Peter HuttererDocumentation fixes
2013-06-27 Peter HuttererUse doxygen instead of man pages
2013-06-27 Peter HuttererFix stray code tag in html
2013-06-27 Peter HuttererFix queue_num_free_elements
2013-06-27 Peter HuttererDon't return the next element if the queue is full
2013-06-27 Peter HuttererDon't allow a queue size of 0.
2013-06-27 Peter HuttererUse a size_t, not an int, where appropriate
2013-06-27 Peter HuttererHook up gcov
2013-06-26 Peter HuttererAdd an API to get the repeat values
2013-06-26 Peter HuttererHandle EV_REP events in event-names.h
2013-06-26 Peter HuttererAdd the remaining ev bits
2013-06-26 Peter HuttererUse a macro for type_to_mask
2013-06-26 Peter HuttererAdd function to get max value for a given ev type
2013-06-26 Peter HuttererDefault to a max of -1 for undefined EV_foo bits
2013-06-26 Peter HuttererFix type_to_mask to return -1
2013-06-04 Peter HuttererAdd functions to enable axis on the device in the kernel
2013-06-04 Peter HuttererInline the type-to-mask helpers
2013-06-04 Peter HuttererMove utility functions to a separate header
2013-06-04 Peter HuttererAdd a few includes the libevdev-int.h needs
2013-06-04 Peter HuttererProtect against NULL device on log handler
2013-06-04 Peter HuttererBlacklist some key names that resolve to other names
2013-06-04 Peter HuttererExpose API for retrieving event names
2013-06-04 Peter HuttererAllow libevdev_free on a NULL pointer.
2013-06-04 Peter HuttererInclude stdarg for va_list.
2013-06-03 Peter HuttererSkip over ABS_MT_SLOT when syncing MT axis values
2013-06-03 Peter HuttererFix invalid abs_info read
2013-06-03 Peter HuttererFill in the last event time for synced events
2013-06-03 Peter HuttererLet the name be dynamically allocated
2013-06-03 Peter HuttererExpose phys/uniq to the caller
2013-06-03 Peter HuttererExport version fields as well
2013-06-03 Peter HuttererRename pid/vid to product-id and vendor-id
2013-06-03 Peter HuttererAdd a FIXME for lack of O_NONBLOCK
2013-06-03 Peter HuttererAdd a fixme: if we're dropping sync event, libedev...
2013-06-03 Peter HuttererDon't allow re-setting the fd
2013-05-31 Peter HuttererChange libevdev_grab to take an enum
2013-05-31 Peter HuttererSplit libevdev_new() into _new and _new_from_fd()
2013-05-31 Peter HuttererFree the event queue on cleanup.
2013-05-31 Peter HuttererCheck for allocation failure in libevdev_new()
2013-05-30 Peter HuttererRename ER_SYNC flag to LIBEVDEV_READ_SYNC
2013-05-30 Peter HuttererAdd a function to retrieve the current slot
2013-05-30 Peter HuttererUpdate the MT state properly
2013-05-30 Peter HuttererIf a client doesn't sync when it should, drop all sync...
2013-05-30 Peter HuttererAfter a SYN_DROPPED, drop all events in the queue
2013-05-30 Peter HuttererAbstract the event queue away
2013-05-30 Peter HuttererDrop the callback interface, replace with libevdev_next...
2013-05-30 Peter HuttererAdd log func handling
2013-05-30 Peter HuttererFix MT slot index handling
2013-05-29 Peter Huttererlibevdev is a library to handle evdev devices