nodes
|
Wrap modifier_set_copy into event_data_copy
|
2024-08-21 13:32:48 +02:00 |
.gitignore
|
Initial commit
|
2024-08-13 23:33:52 +02:00 |
Makefile
|
Add "integrate" node type complementary to "differentiate"
|
2024-08-21 13:18:38 +02:00 |
config.c
|
Safer string concatenation
|
2024-08-18 19:59:03 +02:00 |
config.cfg
|
Add "integrate" node type complementary to "differentiate"
|
2024-08-21 13:18:38 +02:00 |
config.h
|
Wrap constant and predicate registries into a single environment type
|
2024-08-17 11:02:26 +02:00 |
defs.h
|
Also wrap reallocarray into a type-safe macro
|
2024-08-19 20:59:56 +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
|
Also wrap reallocarray into a type-safe macro
|
2024-08-19 20:59:56 +02:00 |
event_predicate.h
|
Modifier event predicate
|
2024-08-17 15:04:20 +02:00 |
events.c
|
Wrap modifier_set_copy into event_data_copy
|
2024-08-21 13:32:48 +02:00 |
events.h
|
Wrap modifier_set_copy into event_data_copy
|
2024-08-21 13:32:48 +02:00 |
graph.c
|
Factor out unconditional tee-like event forwarding into a global function
|
2024-08-20 13:43:24 +02:00 |
graph.h
|
Factor out unconditional tee-like event forwarding into a global function
|
2024-08-20 13:43:24 +02:00 |
hash_table.c
|
Hashtable entry deletion method
|
2024-08-19 21:19:04 +02:00 |
hash_table.h
|
Hashtable entry deletion method
|
2024-08-19 21:19:04 +02:00 |
main.c
|
Report config syntax errors
|
2024-08-19 21:13:38 +02:00 |
modifiers.h
|
Don't make zero-sized allocations when cloning modifier sets
|
2024-08-19 21:14:06 +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
|
Also wrap reallocarray into a type-safe macro
|
2024-08-19 20:59:56 +02:00 |
processing.h
|
Add newtypes for absolute and relative time
|
2024-08-14 13:47:55 +02:00 |
quadtap-both-click.cfg
|
Modify configuration to detect drag start using fast touchup-touchdown
|
2024-08-19 21:41:28 +02:00 |
queue.c
|
Implemented queue type
|
2024-08-19 21:22:22 +02:00 |
queue.h
|
Implemented queue type
|
2024-08-19 21:22:22 +02:00 |
time.h
|
Nanosecond/millisecond integer to RelativeTime conversion
|
2024-08-19 21:15:48 +02:00 |