Skip to content

Tags: roberte3/macdriver

Tags

v0.5.0-preview

Toggle v0.5.0-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
macos: add screenlock example (progrium#202)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cocoa: Add NSTextField wrapper (progrium#123)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
objc: Include strings import in objc's call_arm64 implementation (pro…

…grium#105)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
autoreleasepool support (progrium#50)

Implements `Autorelease(func())` to run the body with an active autoreleasepool.

Existing calls to `NSAutoreleasePool` have been replaced and wrapped with this block helper.

Fixes progrium#12

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request progrium#39 from tmc/tmc-add-some-methods

cocoa: Add NSScreen and NSTextView methods

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request progrium#37 from progrium/pruning

Pruning bridge and schema code

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request progrium#23 from TotallyGamerJet/main

pass notification object instead of self

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request progrium#23 from TotallyGamerJet/main

pass notification object instead of self