index
:
dome_key_event_source_simulator
OS-10.8-compatibility
master
Special function key simulator library for DomeKey
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-12
Merge branch 'MPL-license'
HEAD
master
Teddy Wing
2018-12-12
Relicense under the Mozilla Public License v. 2.0
Teddy Wing
2018-11-21
Add README
v1.0
Teddy Wing
2018-11-21
Add license
Teddy Wing
2018-11-04
Makefile: Add `build-release` target
Teddy Wing
2018-10-15
Change Cocoa import to be more specific
Teddy Wing
2018-10-15
Makefile: Move `xcodebuild` steps into Make
Teddy Wing
2018-10-15
Fix memory error
Teddy Wing
2018-10-15
Makefile: Add a `clean` target
Teddy Wing
2018-10-15
Turn off ARC
Teddy Wing
2018-10-15
Change deployment target to OS X 10.6
Teddy Wing
2018-10-14
Change the deployment target from Mac OS X 10.12 to 10.6
Teddy Wing
2018-10-14
Use OS-independent `NSSystemDefined` & `NSScreenChangedEventType`
Teddy Wing
2018-10-14
Add modifier flag capability
Teddy Wing
2018-10-14
Get rid of unused Objective-C class
Teddy Wing
2018-10-14
Remove hard-coded play key
Teddy Wing
2018-10-14
Change whitespace
Teddy Wing
2018-10-14
Fix key down key up flags
Teddy Wing
2018-10-14
Makefile: Rebuild when Objective-C sources change
Teddy Wing
2018-10-14
Add include guard to header file
Teddy Wing
2018-10-14
Makefile: Use a more generic Mac OS SDK
Teddy Wing
2018-10-14
Add a C test file to test linking and the lib function
Teddy Wing
2018-10-14
Remove repetition in key down and key up events
Teddy Wing
2018-10-14
Test code to press the "play" media key
Teddy Wing
2018-10-14
Add Makefile
Teddy Wing
2018-10-14
New Xcode Cocoa static library project
Teddy Wing