1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a strange issue with a jvm crash related to this function. I don't believe is being used anymore if it was ever used correctly. More... over 9 years ago
Fixed a strange issue with a jvm crash related to this function. I don't believe is being used anymore if it was ever used correctly. More... over 9 years ago
Cleanup a bunch of macro junk that was auto-magically added. More... over 9 years ago
Clamp into range for the x and y. This appears to work and should work in theory for any number of monitors in any configuration. We will need to include both xrandr and xinerama for completeness. More... over 9 years ago
Added xinerama to the configuration script. More... over 9 years ago
Added a lot of test code for multi-head support. Most of this code is useless with the exception of the xinerama stuff. More tested is needed. More... over 9 years ago
Added display to the xrecord closure for use in the callback by xinerama and XrandR. More... over 9 years ago
Reverting the demo application to the master. More... over 9 years ago
unwind some of the changes for fillEventDataMouse() removal. Each case in this nasty switch should probably move out to a function for maintainability. More... over 9 years ago
Removed hook_wait and continue functions from the public API. This type of flow control should be handled by the implementing programmer and not included as part of the library. More... over 9 years ago
Removed hook_wait and continue functions from the public API. This type of flow control should be handled by the implementing programmer and not included as part of the library. More... over 9 years ago
There is no guarantee that this alias will be accurate. More... over 9 years ago
Removed pkg.m4 as it should be installed with pkg-config on the build system. More... over 9 years ago
Changed the sign of the x,y coordinates for mouse events to accommodate the cartesian style coordinates on Windows and Darwin platforms. More... over 9 years ago
Cleaned up the get resolution function. Added two new functions for testing. These new functions should return the total screen real estate with multiple monitors instead of just the primary display. Testing Needed. More... over 9 years ago
Merge pull request #1 from munsuri/master More... over 9 years ago
Fixed Mac/Darwin mouse drag button detection. More... over 9 years ago
Removing -1 from Windows resolution method. More... over 9 years ago
Fixed GNU/Linux mouse drag button detection plus logging. More... over 9 years ago
Moving GNU/Linux cross platform relative coordinates logic to the application side instead of library. More... over 9 years ago
Fixed Windows mouse drag button detection. More... over 9 years ago
Refining event trapping calls. More... over 9 years ago
Event trapping on Mac/Darwin. Changing a bit event trapping implementation due to compilers differences (mingw vs clang) More... over 9 years ago
First draft for event trapping on Windows. More... over 9 years ago
Mouse wheel changes for Windows and Mac/Darwin. More... over 9 years ago
Removing unused vars and adding small mouse wheel comment. More... over 9 years ago
Moving Mac/Darwin cross platform relative coordinates logic to the application side instead of library. More... over 9 years ago
Moving Windows cross platform relative coordinates logic to the application side instead of library. More... over 9 years ago
First functionality draft for hook_get_screen_resolution in system_properties. More... over 9 years ago
Fixing X11 logging. More... over 9 years ago