summaryrefslogtreecommitdiff
path: root/libwacom
Commit message (Expand)AuthorAgeFilesLines
* Remove unused arguments from two helper functionsPeter Hutterer2022-02-211-3/+2
* doc: fix the check for integration flags in the example codePeter Hutterer2022-01-051-1/+1
* Remove autotools, it's meson only nowPeter Hutterer2021-12-131-31/+0
* Fix libwacom_new_from_path() failing in mocked environmentBastien Nocera2021-11-171-1/+21
* Add error message for unknown model failureBastien Nocera2021-11-171-1/+1
* Bump the soname to get rid of the deprecated symbolsPeter Hutterer2021-10-113-97/+4
* doc: assign each function/define to one of the doxygen groupsPeter Hutterer2021-07-261-1/+171
* 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
* 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-251-4/+8
* meson.build: generate a config.h filePeter Hutterer2021-03-256-12/+0
* 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
* libwacom: allow for duplicates across data directoriesPeter Hutterer2021-03-243-9/+52
* libwacom: switch the matches to a GArrayPeter Hutterer2021-03-243-39/+29
* 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
* Short-cut device comparison for identical pointersPeter Hutterer2021-03-191-0/+3
* database: load all stylus files first, then the tablet filesPeter Hutterer2021-03-191-8/+9
* database: de-duplicate the device entries in the returned listPeter Hutterer2021-03-191-8/+27
* Compare the name too where vid and pid matchPeter Hutterer2021-03-191-0/+2
* Support loading tablet/stylus files from /etc/libwacom/Peter Hutterer2021-01-292-4/+8
* database: split the database loading to take multiple pathsPeter Hutterer2021-01-291-5/+15
* database: fix indentation for libwacom_database_new_for_pathPeter Hutterer2021-01-291-20/+20
* database: switch file loading to use opendir/readdirPeter Hutterer2021-01-291-67/+61
* database: use a shared function for checking for a file suffixPeter Hutterer2021-01-291-20/+13
* database: move loading the files into a minimal helperPeter Hutterer2021-01-291-2/+7
* database: allow loading from directories with zero tablet filesPeter Hutterer2021-01-291-2/+2
* database: init the hashtables outside the data file parsing functionsPeter Hutterer2021-01-291-24/+21
* When loading devices for a vid/pid, fall back to bluetooth and i2cPeter Hutterer2020-10-192-0/+7
* configure.ac: drop the check for glib 2.36Peter Hutterer2020-10-071-4/+0
* Fix potential NULL-pointer dereferencePeter Hutterer2020-06-241-2/+2
* Deprecate the WacomClass in the APIPeter Hutterer2020-06-242-1/+8
* doc: spelling fixesPeter Hutterer2020-06-221-4/+4
* doc: change doxygen marker from backslash to @Peter Hutterer2020-06-221-2/+2
* Fix the version number for the new APIPeter Hutterer2020-06-051-1/+1
* Clarify documentation for stylus_has_eraser and stylus_is_eraserJason Gerecke2020-05-291-2/+19
* Import util-strings.h from libinput to improve database parsingJason Gerecke2020-05-283-16/+332
* Replace "HasEraser" concept with "PairedStylusIds"Jason Gerecke2020-05-285-19/+90