Commit Graph

9 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 0d35950715
Bind to a control socket
So far using a lockfile, which kind of sucks.

We're going to connect to DBus directly, so we'll see
if it can't be used for our purposes in a simple way.
2020-09-22 23:39:58 +02:00
Přemysl Eric Janouch e2d91aae1c
Use a GTK+ main loop, generate events in a thread 2020-09-22 23:39:57 +02:00
Přemysl Eric Janouch b8242ff3c2
Open a database for writing, create a table 2020-09-22 14:11:10 +02:00
Přemysl Eric Janouch 906b45982c
Push events to an asynchronous queue, timestamped 2020-09-22 14:08:19 +02:00
Přemysl Eric Janouch 487ea01334
Name change 2020-09-17 09:14:05 +02:00
Přemysl Eric Janouch 5bd9844317
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 05:33:30 +02:00
Přemysl Eric Janouch 9d277c97d7
Rename xsync.vapi to xext.vapi
Since it also contains other stuff, the name is no longer appropriate.
2016-10-18 17:34:46 +02:00
Přemysl Eric Janouch 8052b2b754
Fix the Vala module for CMake
It failed to depend on local vapis.  At least I understand it again.
2016-10-18 17:34:42 +02:00
Přemysl Eric Janouch 71617d4b14
Initial commit 2016-10-18 17:34:41 +02:00