Go to file
Vftdan 8b55223b9d Small fixes
- Fix parseable string of MODOP_TOGGLE
 - Actually set the configured namespace in nodes/evdev
 - Ensure non-negative payload in nodes/getchar
2024-08-18 15:23:49 +02:00
nodes Small fixes 2024-08-18 15:23:49 +02:00
.gitignore Initial commit 2024-08-13 23:33:52 +02:00
Makefile Add "modify_predicate" node type 2024-08-18 13:32:20 +02:00
config.c Modifier event predicate 2024-08-17 15:04:20 +02:00
config.cfg Add "modify_predicate" node type 2024-08-18 13:32:20 +02:00
config.h Wrap constant and predicate registries into a single environment type 2024-08-17 11:02:26 +02:00
defs.h Make the program unaware in compile time of the node types 2024-08-15 20:57:17 +02:00
event_code_names.c Pre-populate constants with linux event types and codes 2024-08-16 13:16:01 +02:00
event_code_names.cc Added definition checks and additional key codes according to evtest 2024-08-16 14:23:09 +02:00
event_code_names.h Pre-populate constants with linux event types and codes 2024-08-16 13:16:01 +02:00
event_predicate.c Modifier event predicate 2024-08-17 15:04:20 +02:00
event_predicate.h Modifier event predicate 2024-08-17 15:04:20 +02:00
events.c Fix linked list bug in event_replicate() 2024-08-15 22:10:55 +02:00
events.h Add global event list destructor 2024-08-15 21:26:21 +02:00
graph.c Wrap constant and predicate registries into a single environment type 2024-08-17 11:02:26 +02:00
graph.h Wrap constant and predicate registries into a single environment type 2024-08-17 11:02:26 +02:00
hash_table.c Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
hash_table.h Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
main.c Implement command-line arguments 2024-08-18 14:45:53 +02:00
modifiers.h Small fixes 2024-08-18 15:23:49 +02:00
module_registry.c Expose module registry 2024-08-18 14:44:39 +02:00
module_registry.h Expose module registry 2024-08-18 14:44:39 +02:00
processing.c Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
processing.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00
time.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00