1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a few bugs for Darwin targets. Fixed a memory leak. Code cleanup. More... over 10 years ago
Cleaned up a bit of garbage. More... over 10 years ago
Merge branch 'no_thread' of github.com:kwhat/libuiohook into no_thread More... over 10 years ago
Merge branch 'master' into no_thread Add a new demo application for multi-thread. More... over 10 years ago
Merge branch 'master' into no_thread Add a new demo application for multi-thread. More... over 10 years ago
[no comment] More... over 10 years ago
Fixed a couple small issues with consuming events producing clicked events and click counts. More... over 10 years ago
Removing post support for key typed or button clicked events for all platforms. Reversing engineering the correct key and modifier combination is not easy or consistent among platforms. More... over 10 years ago
Created uniform API for unicode lookup that supports multi-char sequences. Some improvements were made to Windows and Darwin key translations. More... over 10 years ago
Update input_hook.c More... over 10 years ago
Improved the demo hook example. More... over 10 years ago
Fixed a couple of typos. More... over 10 years ago
Added thread start callback to hack around a jni problem upstrem. The solution will probably mean removing the library thread and have hook_enable block while the hook is running. This should allow more flexible library implementation. Various bug fixes. More... over 10 years ago
Tweaking hisnt placement. More... over 10 years ago
Finished removing library threading. More... over 10 years ago
Finished moving darwin off the local thread model. Added a runtime check to omit the main runloop observers if the library is operating on the main runloop. More... over 10 years ago
X11 requires pthreads for xrecord async. More... over 10 years ago
Added extra x11 error code. More... over 10 years ago
Striping thread support from darwin. More... over 10 years ago
moved away from procedural checks to simplify some checks. More... over 10 years ago
Removed unneeded header. More... over 10 years ago
Removed thread code for x11. More... over 10 years ago
Removed thread code for x11. More... over 10 years ago
Update hook_thread.c More... over 10 years ago
Update hook_thread.c More... over 10 years ago
Cant log after shutdown signal for jni reasons. More... over 10 years ago
Removed orphaned function. More... over 10 years ago
Added missing include for malloc. More... over 10 years ago
Fixed possible release of uninitialized event pointer. More... over 10 years ago
Merge pull request #10 from kwhat/munsuri More... over 10 years ago