1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small code cleanup to switch from the non-standard __int64 to uint64. More... over 11 years ago
Updated scancodes for several Japanese keys across all platforms. We are getting closer to finalizing the scancode set, only multimedia and sun keyboard keys still require some work. More... over 11 years ago
Added some experimental code for the evdev translation on X11. This code probably wont work but more research into why is needed. More... over 11 years ago
Changed the scancode lookup tables to use the uiohook constants instead of the static values defined upstream. This should resolve https://code.google.com/p/jnativehook/issues/detail?id=68, however more work will be needed to complete the table for internet keyboard and asian language support. More... over 11 years ago
Whitespace cleanup. More... over 11 years ago
Fixed a small typo in the VC_KP_EQUALS definition. More... over 11 years ago
Fixed mute constant. More... over 11 years ago
Simplified the keyboard locale data structure. More... over 11 years ago
Merge origin/master More... over 11 years ago
Stored deadkey char state across locales. Properly report double dead key input. Added support for multiple key typed events. Refactored code to be a little easer to read. More... over 11 years ago
Correctly store deadkey char state across locales. Properly report double dead key input. Added support for multiple key typed events. Refactored code to be a little easer to read. More... over 11 years ago
Updated the AUTHORS file to include the names of those who contributed any code to the projects. More... over 11 years ago
Fixed the workaround for mingw header bugs. More... over 11 years ago
Fixed a missing semicolon.... not sure how that was missed. More... over 11 years ago
Merge origin/master More... over 11 years ago
First attempt at the lookup table for scan code conversion, More... over 11 years ago
Changing the name of some of the media keys, More cleanup needed. More... over 11 years ago
Flipped OS X tap from passive to active enabling event consumption. Also cleaned up the event mask macros. More... over 11 years ago
Allow for consuming key typed events even though we cannot stop key down events. More... over 11 years ago
Make sure the reserved mask is reset on each event, More... over 11 years ago
Check the reserved mask for consuming key typed events and make sure it is reset on each event, More... over 11 years ago
Fixed issue consuming key down events on Windows. More... over 11 years ago
Added include for X11/keysym.h which defines all local keyboard layouts which was not included when XKB is enabled. More... over 11 years ago
Fixed windows unicode char lookup to handle AltGr correctly. More... over 11 years ago
Removed an unused variable. More... over 11 years ago
Changed the hook return type to include a check for the reserved bit. Setting up an active tap still needs to be implemented. Simplified check logic. More... over 11 years ago
Fixed return type. More... over 11 years ago
Added support for weakly-linked symbols. More... over 11 years ago
Fixed a comment typo More... over 11 years ago
Fixed windows thread safety again eliminating a memory leak in the process. More... over 11 years ago