Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/libts/tslib

Touchscreen access library
https://github.com/libts/tslib

NEWS: update

2a321b4ca72cd2416c8a5a189d9f8d4767cb1cb2 authored almost 8 years ago
pthres: read_mt: fix internal pressure state handling

9a9b0c9f29918f0d6a342f295ad28264fe63f6e6 authored almost 8 years ago
ts_test_mt: use NULL to set a pointer to zero

c71c05dd1bb2a273cbed5c1dc39044c9213369ef authored almost 8 years ago
ts_print_mt: use NULL to set a pointer to zero

e06b86faab710c625c06ba4b56eb6659d726dbdc authored almost 8 years ago
ts_print_mt: define usage function static

0bcceb7182ee7c5221512a80e5139941f0a71573 authored almost 8 years ago
ts_uinput: use NULL to set a pointer to zero

6ba269356392a7edf767be5127067fe5bf48a81c authored almost 8 years ago
galax-raw: add ABS_MT_DISTANCE definition for old kernels

The recently added workaround for model 210 uses this.

ece565a5766832a53e681e957f9f01312b73632e authored almost 8 years ago
README and CONTRIBUTING: minor typo fixes and additions

f66a45cb4c6bad6f762ac55187bcb38af5917931 authored almost 8 years ago
galax: version 210: use ABS_MT_DISTANCE to find pressure 0

Appearently there are version 210 of the 0eef:0001 devices that won't send
BTN_TOUCH 0 or ABS_MT...

fa10e4c6c2b379a79897bb16b2f3b07740d199fb authored almost 8 years ago
mailmap: update due to an accident on the road.

I wrote something using Tails. Appearently it doesn't warn you when using
git for the first time...

e6ca7cd2030444cbd4da78f94c7d0c3528198c58 authored almost 8 years ago
THANKS: update

ec92c68ede17415dc12a60c3aa202218cced0ee5 authored almost 8 years ago
CONTRIBUTING.md: document the project details for future maintainers

feadb427cc5e0fe593128819d4b2f39b8b471481 authored almost 8 years ago
variance: performance improvements for ts_read_mt()

This just reduces memory allocation during operation, just like the other
filters do it. This wa...

16a0b1d16f3b46ce6d29d543d84260d89b0b361e authored almost 8 years ago
README: refactor the filter module section and add a few notes

Put the linear module up first as it's special, using the ts_calibrate
config file.

Then list t...

284db14c148be1ecbdbb45436d0d24b2d9fca530 authored almost 8 years ago
skip: improve the filter. we have reliable pressure values. use them.

c08e5c2aeab7d899312cd4766e69d139b6950d91 authored almost 8 years ago
input-raw: fix debug output of time value

25f0f86b180161e2dad0f2dda61bc5abc3d7fd98 authored almost 8 years ago
NEWS: document bugfix in debounce

b5964e6da4a81b772777dcd7c237f450fb542152 authored almost 8 years ago
debounce: use signed time values

c7f0966deb46aab6be35cb68cab1e097b87dd81c authored almost 8 years ago
input-raw: add timestamp to ts_read_mt debug output

1fbf13afc7427c195c7fd0fc95a3de4324ac5857 authored almost 8 years ago
doc and NEWS: document the ts_read_mt() return value.

930ea5aaa6039602ed3536607d26b9629a416410 authored almost 8 years ago
plugins: add missing header to Makefile

06b788dd9cef4bc040d6e02582ee765426d2530c authored almost 8 years ago
Makefile.am: rename README.markdown to README.md

we forgot to do this while renaming the file.

4067308a76720c9aa70c6fb2e43e7930f092490a authored almost 8 years ago
input-raw: ts_read_mt: fix returning actually read samples

We need to return any number of samples we have actually read, smaller than
the number of sample...

388d3da36e8933cbba16c15da9938b98b34965ee authored almost 8 years ago
simplify our branching and release model

We will from now on do release tags on master and won't include any
generated files anymore. The...

5193bdde3fcfb3a31285b621f1a9dc17f7280593 authored almost 8 years ago
README: improve the ts_uinput documentation

05babef313c11636f888b84f934f2279ef42f595 authored almost 8 years ago
README.md: remove unnecessary links to github.com

02002bb51b88310607054391f317824c50089a22 authored almost 8 years ago
CONTRIBUTING.md: add gitlab to the release procedure

6034c5cbeac7ec2d934671aaba7b84991e174182 authored almost 8 years ago
README: minor markdown fix

9af9abdb8307e78867040aa4477a818ab963da01 authored almost 8 years ago
README: rename to README.md

ecbd208b207eeeadd975efea1658c64bd1a9739b authored almost 8 years ago
README: move the development section out into CONTRIBUTING.md

... and a minor spell fix slipped in.

51531639cdaab356071c6e45706da3e9811210e6 authored almost 8 years ago
README: minor markdown fixes

48039a947ac2941bb8cd4c7c4db9cc49f7c679fc authored almost 8 years ago
README: add section about building on different OS

bc68ef023bf6d0fd689cef3c203346d347c8a00f authored almost 8 years ago
configre.ac: correct configurations for the different platforms

on all platforms, ./configure && make should work without parameters.

bb6be774d26f3484b4d6970beba9d583145665a1 authored almost 8 years ago
Fix building in Windows

This enables building native Win32 dll and exe files using MSYS2.

Fixes #78

76a8db0fb6df8927e39908f03f5e96af67e8c966 authored almost 8 years ago
add preliminary support for building libts on Windows

This is simply a starting point, telling that it's possible to build
Windows native libraries to...

f2bad1b4f2e2db1ed0b107edb2ab9d229e304549 authored almost 8 years ago
update release script

* always sign the things. this keeps the script simple.
* fix an error: perr should have been ...

96cbb27f3b4ce05b2ed21687fa2433f4597c28fe authored almost 8 years ago
skip: remove unecessary check of valid pointer

we dereference our data all the time beforehand. There's no point in
checking it here.

65afd742511e3fb21d244e91f3ecbe244da78862 authored almost 8 years ago
configure.ac: bump version to 1.7

The library's CURRENT is updated because ts_read_mt() now returns sane read()
error codes, and ...

56e1524101f1ed21f58267254e77f526e38b6f76 authored almost 8 years ago
median: prettify debug output

5a54dba4c6d9fe024107db02be46cfb3484c412c authored almost 8 years ago
THANKS: add a list of people git could not have found

3385ba72e688b2978274d7c256fbb772672b74b1 authored almost 8 years ago
prettify debug outputs

d19fba3e42eb0e21a2abcfea6f0e625305b8fb73 authored almost 8 years ago
NEWS: document bugfixes

715f8d837d707acb6164ec923d248768188a969d authored almost 8 years ago
skip: fix buffer memory freeing

First, there was a subtle memory leak in weird use cases of ts_read_mt()
that should never happe...

de5e261d7c922609041a85aa4e3b54c5b14cf98d authored almost 8 years ago
median: fix ts_read_mt() pen down event

We used ts_sample in ts_read_mt() which should never have happened in
the first place!

As a con...

da5477e445aee7cba0e7cf49496d3212d26de897 authored almost 8 years ago
README: small updates and text line limit to 80 characters

this makes the README readable without markdown again.

9f1917af1cff36198dd7c2d5891061e626995acf authored almost 8 years ago
input-raw: support limiting of touch slots

This is not at all ideal but way better than before. We don't fail when
the user uses more touch...

a4fdc0e4dc735fdb74b22f12fee0b0d0c1fda84d authored almost 8 years ago
input-raw: support dynamic changing of samples and slots

9183c561b0fcdb42416033207335c0c6ff70f4e2 authored almost 8 years ago
release: always use distcheck instead of dist

c45ede4e710daf3e52d1d8a8b04773bf94a9398e authored almost 8 years ago
replace ts_print_raw_mt by ts_print_mt --raw

ts_print_raw_mt was simply code duplication. Especially with more features
added, we won't maint...

be73e1c081ab5f832039e8d2ce4bb9b59d9c8d80 authored almost 8 years ago
README: mention allocating samples on the stack

08606b87f69913bf2a54d3a83ef8fad254f21ce3 authored almost 8 years ago
NEWS: update about ts_read_mt() fixes

7591ad266a758697ab7006606dcfe9fd577f6a36 authored almost 8 years ago
input-raw: assure we return a negative number on error

80da9b48ed6be98fd7572ab7f9fd7c32f5471fa4 authored almost 8 years ago
doc: mention ts_read return values on failure.

3208b196ec77a4a4b0b52ef74bb3897ec57cb5c6 authored almost 8 years ago
variance: propagate read error code

d5326d4e830146d7ae0986720b90d203f4057013 authored almost 8 years ago
debounce: fix debug output to fit in our scheme

3217e9ead18f84192f2b91d97ed14f9815892df0 authored almost 8 years ago
skip: propagate read error codes

bdc59c0b4147e6ad4fc1a93af7850b9fff5cffbb authored almost 8 years ago
NEWS: update

a4035ee4a5688c197a6be7bc98142cdfa2b37743 authored almost 8 years ago
debounce: remove printing when loading

This is done in the core

f87322f08b8ce9aa25d26542c44ade55ef28ff87 authored almost 8 years ago
input-raw: return read() errno on error.

75b5f40e2385fdbdcb7a73cd4d10dda1de30f14c authored almost 8 years ago
linear: remove annoying debug message

a74c78b4750e921fb00457c95fc762a98ae4759a authored almost 8 years ago
ts_print_mt: add --non-blocking command option

220e9cb008c2717a1fa985abf633317e5a8122b6 authored almost 8 years ago
ts_print_mt: add --samples command option for number of samples to read

7b7a03d32f6ce0c27fd8bd4768104686b8c76854 authored almost 8 years ago
NEWS: document non-blocking read fix

32c016dd2e73d62ffdc5db112da97b20054a5e2d authored almost 8 years ago
input-raw: remove errror message on each negative return from read()

-EAGAIN for example would be a valid return code. We can't confuse
users in that case.

dc2fdaff502e183853ffe323feffab2890f6c74e authored almost 8 years ago
add basic support for Haiku

libts and all filter plugin shared libraries build fine. Even some
of the test programs.

Tested...

6696f5cf35744173e68c4c60d06776f1dde9b4a3 authored almost 8 years ago
ts_calibrate: include fcntl.h instead of sys/fcntl.h

9930b251412e6c605cfa22f4471bfad395e9f9f0 authored almost 8 years ago
fbutils-linux: include fcntl.h instead of sys/fcntl.h

9992e807bc589f68db0e0fc546a20954ae9394a7 authored almost 8 years ago
ts_open: use fcntl.h instead of sys/fcntl.h

we do so in other places, so why not here too

8202d39ff1afae2873b171a2ab47c3c1f95cf434 authored almost 8 years ago
ts_calibrate: coding style fixes

724d535b0dbee28798f854bbe618c1bd1794420d authored almost 8 years ago
ts_finddev: coding style fixes

0ffbd7157776c919c6d02e7fb6ce012d20df5bbe authored almost 8 years ago
NEWS: add bugfix to 1.7

a39686e7b99ff2c9af28ce07e093f450be03abd4 authored almost 8 years ago
arctic2-raw: coding style fixes

ba2e2b1f30bc1c72737dfdcde1e5870efad84e17 authored almost 8 years ago
collie-raw: coding style fixes

d75376946127d45e7e9ffd3fe199a2826afce8d5 authored almost 8 years ago
corgi-raw: coding style fixes

c3ab03a95d5fea700bf08e9e17e342b5975df831 authored almost 8 years ago
cy8mrln-palmpre: coding style fixes

10450a1c461f3570e95d4b9ee8570b358c6338ba authored almost 8 years ago
debounce: coding style fixes

fb2384ee10095018987f0611966b3819969858ef authored almost 8 years ago
dejitter: coding style fixes

b9aab06bab80e4550af3b9b11167df58755f52af authored almost 8 years ago
dmc-raw: fix errno return code to be negative

9617c7de157ec7da035dbc6b06e2c48c442e00e5 authored almost 8 years ago
dmc-raw: coding style fixes

349bdb6f841cee1c71ef740a153b0c33a112c736 authored almost 8 years ago
galax-raw: coding style fixes

288db45fe82976143f6195e1177219d504a7e6c4 authored almost 8 years ago
h3600-raw: coding style fixes

0d7f928cbac856180e04c08eb9d85b67c507b3d9 authored almost 8 years ago
input-raw: coding style fixes

db75eca0a7159c82e865b99ef266c88a6c195d7e authored almost 8 years ago
linear: coding style fixes

e141bd2e662995b918c2d1a75015eb452c4cc486 authored almost 8 years ago
linear-h2200: coding style fixes

c2829adbd3e615c2f392b5cbaef1c61d9be870d2 authored almost 8 years ago
median: coding style fixes

11007b8ce2fea633b69d3217ca11747b32212c49 authored almost 8 years ago
mk712-raw: coding style fixes

04c7fd2f6c223e0bbfe6212fc2afa89d3aa39291 authored almost 8 years ago
headers: minor coding style fixes

0828cf31734dc623a63a0f5378bcb9ebd10f128c authored almost 8 years ago
pthres: coding style fixes

580d0cf0ffa30d217e4ce88994c1faea3c04c596 authored almost 8 years ago
skip: coding style fixes

1088c7ae00ec5c2af50f5fe7c74e0dd8d49c8493 authored almost 8 years ago
tatung-raw: coding style fixes

f6a2ac1d49ac049e4ab2c8983e051b16a6213549 authored almost 8 years ago
touchkit-raw: coding style fixes

6c88c7aca5594e56f789e4ee3a99174947b14061 authored almost 8 years ago
ucb1x00-raw: coding style fixes

137d0059e6925a1703f5ced1af7f98768adca400 authored almost 8 years ago
variance: coding style fixes

6b4cb5ac315d10891d962b9f2b9470076587fe86 authored almost 8 years ago
waveshare-raw: coding style fixes

88ac9e7295aad12eb1d3ae2d544a4b865703e5d2 authored almost 8 years ago
Fixes to the THANKS file and release procedure

e535e521a348c2b53b64322dea335eed44e02a1a authored almost 8 years ago
README: point users from README to README.markdown

dcbf697820efb01292e82e5e02ce504b4d1b4326 authored almost 8 years ago
THANKS: fix typo and thank people

56d54b5bcfa79e6239f562e27b2385553dd161e6 authored almost 8 years ago
ts_uinput: coding style fixes

40dc162b483082fc9b4f06ee9f2745873507b226 authored almost 8 years ago
ts_attach: coding style fixes

26e721ec704c1cc53e9f9996c5b8782e8db8d890 authored almost 8 years ago
ts_close: coding style fixes

28bf2c7b66e60f30403d8599ed5d930b49eb07f5 authored almost 8 years ago