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
Fixing post event issues and did some refactoring. There are still a couple major FIXME's. More... over 10 years ago
Refactor the hook_callback for Darwin. Fixed more compilation issues. More... over 10 years ago
Refactor the hook_callback for Windows to try and make it easier to work on. Fixed some compile bugs. More... over 10 years ago
Finished x11 callback refactoring. Fixed thread saftey issue and other bugs with xrandr listener. More... almost 11 years ago
Callback refactoring and bug fixes for all platforms. Darwin needs a lot of help ;( More... almost 11 years ago
Stubbing out a broken hook_get_screen_info() methods for darwin and windows. These methods need to be fixed in a way that supports multi-head displays! More... almost 11 years ago
Forgot to set the monitor count to static 1 on the fallback. More... almost 11 years ago
More x11 callback refactoring. This should fix an interesting issues with click counts. More... almost 11 years ago
Fixed small conflict. Merge branch 'munsuri' of github.com:kwhat/libuiohook into munsuri More... almost 11 years ago
Refactor the hook_callback for x11 to try and make it easier to work on. A bit more massaging is needed. More... almost 11 years ago
Switched hook callback to use internal property. That call still needs to be moved in for each event callback, not just the startup. This should be handled when I break out some inline functions for each event class. More... almost 11 years ago
Added some null and overflow checking. More... almost 11 years ago
Added resolution change listener for system properties. More refactoring and cleanup. More... almost 11 years ago
Hook demo cleanup. More... almost 11 years ago
Added demo for system properties. More... almost 11 years ago
Working on the get screen properties functionality for X11. Added setting change listener for XRandr. More... almost 11 years ago
Cleanup. More... almost 11 years ago
Small code move. More... almost 11 years ago
Code refactoring to load the input helper as soon as possible. More... almost 11 years ago
Fixed a ';' bug. More... almost 11 years ago
Merge branch 'munsuri' of github.com:kwhat/libuiohook into munsuri More... almost 11 years ago
Adding the conifgure.ac changes required for Xinerama and XRandR support. More... almost 11 years ago
This should resolve the performance issues for the hook when using XRandR. The offset function should be moved into the input helper section so we can use it with the post events. The caching not refreshing will need to be fixed further down the line with some type of system settings change listener. PS I forget to commit the configure.ac changes on my other machine. More... almost 11 years ago
Added XRandR support to the hook_callback. It is painfully slow and will need some adjustment to make it usable. More... almost 11 years ago
Removed some vestigial functions from Darwin. More... almost 11 years ago
Removed the same changes for windows. More... almost 11 years ago
Fix mouse wheel logger. More... almost 11 years ago
Revert the inversion of mouse wheel scroll direction for Darwin. More... almost 11 years ago
Mouse drag events should always return NOBUTTON as implemented by the JRE. More... almost 11 years ago
Fixed a strange issue with a jvm crash related to XInitThreads. I don't believe it is being used anymore if it was ever used correctly. More... almost 11 years ago