[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libinput: Changes to 'refs/tags/upstream/0.4.0'



Tag 'upstream/0.4.0' created by Emilio Pozuelo Monfort <pochu@debian.org> at 2014-08-08 22:25 +0000

Upstream version 0.4.0

Changes since upstream/0.3.0:
Emilio Pozuelo Monfort (1):
      Imported Upstream version 0.4.0

---
 Makefile.in                                        |   24 
 aclocal.m4                                         |  177 +---
 compile                                            |  347 --------
 config.guess                                       |   43 -
 config.sub                                         |   68 -
 configure                                          |  494 ++++++++----
 configure.ac                                       |   23 
 depcomp                                            |    3 
 doc/Makefile.in                                    |    7 
 doc/html/annotated.html                            |    6 
 doc/html/classes.html                              |    6 
 doc/html/deprecated.html                           |   96 ++
 doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html |    8 
 doc/html/files.html                                |    6 
 doc/html/functions.html                            |    6 
 doc/html/functions_vars.html                       |    6 
 doc/html/globals.html                              |   72 +
 doc/html/globals_defs.html                         |  112 ++
 doc/html/globals_enum.html                         |   11 
 doc/html/globals_eval.html                         |   23 
 doc/html/globals_func.html                         |   43 -
 doc/html/globals_type.html                         |   12 
 doc/html/group__base.html                          |  287 ++++---
 doc/html/group__device.html                        |  100 +-
 doc/html/group__event.html                         |   12 
 doc/html/group__event__keyboard.html               |   14 
 doc/html/group__event__pointer.html                |   20 
 doc/html/group__event__tablet.html                 |  537 +++++++++++++
 doc/html/group__event__touch.html                  |   18 
 doc/html/group__seat.html                          |   30 
 doc/html/index.html                                |    6 
 doc/html/libinput_8h.html                          |  148 ++-
 doc/html/libinput_8h_source.html                   |  719 +++++++++---------
 doc/html/modules.html                              |    8 
 doc/html/nav_g.png                                 |binary
 doc/html/pages.html                                |    6 
 doc/html/search/all_0.js                           |    2 
 doc/html/search/all_4.js                           |   37 
 doc/html/search/all_8.html                         |   26 
 doc/html/search/all_8.js                           |    5 
 doc/html/search/defines_0.html                     |   26 
 doc/html/search/defines_0.js                       |    5 
 doc/html/search/enums_0.js                         |    2 
 doc/html/search/enumvalues_0.js                    |    8 
 doc/html/search/functions_0.js                     |   22 
 doc/html/search/groups_0.js                        |    2 
 doc/html/search/pages_1.html                       |   26 
 doc/html/search/pages_1.js                         |    4 
 doc/html/search/search.js                          |   10 
 doc/html/search/typedefs_0.js                      |    3 
 doc/html/structlibinput__event__tablet.html        |  110 ++
 doc/html/structlibinput__event__touch.html         |    8 
 doc/html/structlibinput__interface.html            |   12 
 doc/html/tpbuttons.html                            |   20 
 doc/libinput.doxygen.in                            |    7 
 ltmain.sh                                          |   32 
 m4/libtool.m4                                      |   85 +-
 src/Makefile.am                                    |    3 
 src/Makefile.in                                    |   25 
 src/evdev-mt-touchpad-buttons.c                    |  130 +--
 src/evdev-mt-touchpad-tap.c                        |   92 --
 src/evdev-mt-touchpad.c                            |   62 -
 src/evdev-mt-touchpad.h                            |   22 
 src/evdev.c                                        |  110 +-
 src/evdev.h                                        |   14 
 src/filter.c                                       |   12 
 src/libinput-private.h                             |   37 
 src/libinput-util.h                                |    8 
 src/libinput.c                                     |  151 ++-
 src/libinput.h                                     |  213 +++--
 src/path.c                                         |   20 
 src/timer.c                                        |  161 ++++
 src/timer.h                                        |   58 +
 src/udev-seat.c                                    |   55 -
 test-driver                                        |   20 
 test/Makefile.am                                   |   17 
 test/Makefile.in                                   |  216 +----
 test/keyboard.c                                    |    6 
 test/litest-bcm5974.c                              |    4 
 test/litest-keyboard.c                             |    1 
 test/litest-mouse.c                                |    2 
 test/litest-synaptics-st.c                         |    4 
 test/litest-synaptics-t440.c                       |  112 ++
 test/litest-synaptics.c                            |    4 
 test/litest-trackpoint.c                           |    2 
 test/litest-wacom-touch.c                          |    4 
 test/litest.c                                      |  135 ++-
 test/litest.h                                      |    4 
 test/log.c                                         |   94 --
 test/misc.c                                        |   30 
 test/path.c                                        |   27 
 test/pointer.c                                     |    6 
 test/touchpad.c                                    |  830 ++++++++++++++++++++-
 test/udev.c                                        |   65 -
 tools/Makefile.am                                  |    9 
 tools/Makefile.in                                  |   53 +
 tools/event-debug.c                                |   68 +
 tools/event-gui.c                                  |  474 +++++++++++
 98 files changed, 5012 insertions(+), 2298 deletions(-)
---


Reply to: