Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / src / libinput.h
2013-12-07 Jonas ÅdahlReference count event target struct when applicable
2013-12-07 Jonas Ådahldoc: Clarify that the caller need to free retrieved...
2013-12-07 Peter Huttererdoc: hook up doxygen to generate the public API documen...
2013-12-07 Peter HuttererRename libinput_create_udev to libinput_create_from_udev
2013-12-06 Peter HuttererDrop unused libinput_fd_handle and libinput_fd_callback
2013-12-06 Peter HuttererMove libinput, libinput_seat and libinput_device to...
2013-12-06 Peter HuttererDeclare libinput_seat explicitly
2013-12-06 Peter HuttererMake the slots unsigned, the kernel guarantees a base...
2013-12-06 Peter HuttererMake buttons unsigned, there are no negative button...
2013-11-24 Jonas ÅdahlPort udev-seat to be used in libinput
2013-11-19 Jonas ÅdahlMerge branch 'master' into udev
2013-11-19 Jonas ÅdahlAdd interface to libinput object and move screen dimens...
2013-11-17 Jonas ÅdahlUse events instead of callbacks for capability registration
2013-11-17 Jonas ÅdahlIntroduce libinput object managing all input data
2013-11-17 Jonas ÅdahlChange API from using listeners to using an event queue
2013-11-13 Jonas ÅdahlDon't use the `seat' concept on device capability enum
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library