openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libuiohook
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Aug 23, 2024 — Aug 23, 2025
Showing page 15 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Small code cleanup to switch from the non-standard __int64 to uint64.
Alexander Barker
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.
Alexander Barker
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.
Alexander Barker
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.
Alexander Barker
More...
over 11 years ago
Whitespace cleanup.
Alexander Barker
More...
over 11 years ago
Fixed a small typo in the VC_KP_EQUALS definition.
Alexander Barker
More...
over 11 years ago
Fixed mute constant.
Alexander Barker
More...
over 11 years ago
Simplified the keyboard locale data structure.
Alexander Barker
More...
over 11 years ago
Merge origin/master
Alexander Barker
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.
Alexander Barker
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.
Alexander Barker
More...
over 11 years ago
Updated the AUTHORS file to include the names of those who contributed any code to the projects.
Alexander Barker
More...
over 11 years ago
Fixed the workaround for mingw header bugs.
Alexander Barker
More...
over 11 years ago
Fixed a missing semicolon.... not sure how that was missed.
Alexander Barker
More...
over 11 years ago
Merge origin/master
Alexander Barker
More...
over 11 years ago
First attempt at the lookup table for scan code conversion,
Alexander Barker
More...
over 11 years ago
Changing the name of some of the media keys, More cleanup needed.
Alexander Barker
More...
over 11 years ago
Flipped OS X tap from passive to active enabling event consumption. Also cleaned up the event mask macros.
Alexander Barker
More...
over 11 years ago
Allow for consuming key typed events even though we cannot stop key down events.
Alexander Barker
More...
over 11 years ago
Make sure the reserved mask is reset on each event,
Alexander Barker
More...
over 11 years ago
Check the reserved mask for consuming key typed events and make sure it is reset on each event,
Alexander Barker
More...
over 11 years ago
Fixed issue consuming key down events on Windows.
Alexander Barker
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.
Alexander Barker
More...
over 11 years ago
Fixed windows unicode char lookup to handle AltGr correctly.
Alexander Barker
More...
over 11 years ago
Removed an unused variable.
Alexander Barker
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.
Alexander Barker
More...
over 11 years ago
Fixed return type.
Alexander Barker
More...
over 11 years ago
Added support for weakly-linked symbols.
Alexander Barker
More...
over 11 years ago
Fixed a comment typo
Alexander Barker
More...
over 11 years ago
Fixed windows thread safety again eliminating a memory leak in the process.
Alexander Barker
More...
over 11 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree