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
fillEventDataMouse checks on X11 and mouse wheel changes (X11 and Windows). More... almost 11 years ago
Improving fillEventDataMouse on Windows implementation. More... almost 11 years ago
Windows sporadic coordinates overflow fixed plus small refactoring. More... almost 11 years ago
Cross platform relative coordinates in GNU/Linux implementation. More... almost 11 years ago
Mac posting cross platform relative coordinates (plus small refactor) More... almost 11 years ago
Windows posting cross platform relative coordinates (plus small refactor and fix in flags) More... almost 11 years ago
Cross platform relative coordinates in mac implementation as well. More... almost 11 years ago
Cross platform relative coordinates. Starting with Windows mouse listener. More... almost 11 years ago
Mac/Darwin post events working now (post call was missing) More... almost 11 years ago
Windows post events fixes and some mouse functionality implemented. More... almost 11 years ago
Added mouse button aliases. More... almost 11 years ago
Added comment for hook_wait running on mac/darwin. More... almost 11 years ago
Decoupling and simplifying library usage (i.e demo_hook.c) More... almost 11 years ago
Fixed DLL creation on Windows using mingw32 (4.6.x and 4.8.x): libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries, so the DLL was not being created. More... almost 11 years ago
Added pkg.m4 for pkg-config (PKG_CHECK_MODULES) More... almost 11 years ago
Added a small note to the demo application about about starting the main runloop on darwin. More... almost 11 years ago
Fixed a deadlock on darwin and x11 hosts. Hooks should restart properly for those platforms. Made some small adjustments to the thread cleanup procedures for darwin and x11 platforms. More... almost 11 years ago
Fixed a variable name mixup. More... almost 11 years ago
Tie the virtual event time directly to the native event time. This should save a few cpu cycles for Linux and Windows, but not OS X due to the use of high resolution timers on that platform. More... almost 11 years ago
Fixed some harmless integer overflow complacency. More... almost 11 years ago
Updated error name for darwin create event port failure. More... almost 11 years ago
Small cleanup and changed the error const names for darwin errors. More... almost 11 years ago
Fixed extern decleration. More... almost 11 years ago
Fixed forgotten function name. More... almost 11 years ago
Revert some of the windows refactoring. More... almost 11 years ago
Little more refactoring. More... almost 11 years ago
Fixed a couple of man page issues. More... almost 11 years ago
Merge pull request #6 from kwhat/hook_events_refactor More... almost 11 years ago
Merge pull request #5 from kwhat/hook_events More... almost 11 years ago
Refactoring darwin thread code for better shutdown handlers. More... almost 11 years ago