summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Lenovo Yoga C940-14IILJason Gerecke2021-06-031-3/+8
* Add HP EliteBook x360 1030 G3Jason Gerecke2021-06-031-0/+22
* Add Lenovo ThinkPad L390 YogaJason Gerecke2021-06-031-0/+22
* autotools: don't add the layouts/README.md to the tarballsPeter Hutterer2021-05-041-1/+0
* autotools: move the tablet files to the top-level Makefile.amPeter Hutterer2021-05-045-24/+19
* test: move the data file test to the test/ directoryPeter Hutterer2021-05-045-13/+9
* autotools: drop a clean-local hookPeter Hutterer2021-05-041-6/+0
* data: replace the SVG checker with a pytest functionPeter Hutterer2021-05-044-38/+25
* meson.build: exclude the layouts/README.md and pycache files from installPeter Hutterer2021-05-041-1/+2
* configure: disable static librariesPeter Hutterer2021-05-041-1/+1
* libwacom 1.10libwacom-1.10Peter Hutterer2021-04-283-2/+15
* test: use the glib function for a tmpdir in $TMPPeter Hutterer2021-04-281-4/+3
* meson.build: rename the receiver ID test to just "pytest"Peter Hutterer2021-04-281-2/+2
* data: add support for ELAN-2514 variant 04f3:25bfPeter Hutterer2021-04-281-3/+11
* tools: fix an indentation issue in list-compatible-styliPeter Hutterer2021-04-281-21/+21
* tools: use a YAML-compatible format by defaultPeter Hutterer2021-04-285-47/+73
* Reorder the fallback handling for better readabilityPeter Hutterer2021-04-231-18/+15
* Abstract comparing matches into a helper functionPeter Hutterer2021-04-231-11/+12
* Rename a comparison function for more obviousnessPeter Hutterer2021-04-231-6/+5
* Store the default match as refcount instead of indexPeter Hutterer2021-04-232-17/+18
* Reset the default match when removing a matchPeter Hutterer2021-04-231-0/+14
* Add a helper function to modify the default matchPeter Hutterer2021-04-233-3/+18
* Overhaul match generation logicPeter Hutterer2021-04-231-21/+17
* Rename a woefully misnamed internal functionPeter Hutterer2021-04-231-3/+3
* CI: remove the postgres apt sources hackPeter Hutterer2021-04-231-6/+0
* tool: change the hwdb generator to the libwacom-update-db toolPeter Hutterer2021-04-064-57/+136
* tools: abstract the tablet database into its own objectPeter Hutterer2021-04-061-36/+41
* tools: make the hwdb entry its own objectPeter Hutterer2021-04-061-51/+58
* tools: drop a leftover commented out linePeter Hutterer2021-04-061-1/+0
* CI: update freebsd-vm to unbreak buildJan Beich2021-04-061-1/+1
* data: add a test for receiver IDsPeter Hutterer2021-03-292-0/+25
* Switch the stylus' paired_ids to a GArrayPeter Hutterer2021-03-293-10/+7
* Switch the status leds to using a GArrayPeter Hutterer2021-03-293-18/+21
* Mark our static lookup tables with static constPeter Hutterer2021-03-292-4/+4
* Switch the buttons to a GHashTablePeter Hutterer2021-03-293-95/+137
* Switch the styli to use a GArrayPeter Hutterer2021-03-293-17/+18
* Use g_memdup2 when we have it (meson only)Peter Hutterer2021-03-252-4/+11
* meson.build: generate a config.h filePeter Hutterer2021-03-2516-30/+8
* Avoid using g_array_copyPeter Hutterer2021-03-251-3/+7
* Drop use of streq/strneq, use glib's versions insteadPeter Hutterer2021-03-244-54/+48
* README: mention the new libwacom-list-devices toolsPeter Hutterer2021-03-241-0/+2
* libwacom: allow for duplicates across data directoriesPeter Hutterer2021-03-244-9/+98
* libwacom: switch the matches to a GArrayPeter Hutterer2021-03-243-39/+29
* tools: free the list once we're done with itPeter Hutterer2021-03-241-0/+1
* CI: change "autogen" for "autotools" in the human-readable specifierPeter Hutterer2021-03-241-3/+3
* CI: split the valgrind run into its own jobPeter Hutterer2021-03-241-6/+25
* database: immediately print any failed matchPeter Hutterer2021-03-241-6/+7
* database: don't print the nullstring on a failed matchPeter Hutterer2021-03-241-1/+3
* meson/autotools: run the hwdb-generator explicitly through pythonPeter Hutterer2021-03-242-2/+2
* meson/autotools: always check for pythonPeter Hutterer2021-03-242-2/+5