[PR #10] [MERGED] Pull changes from keycastr branch #291

Closed
opened 2026-05-05 05:12:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/10
Author: @sdeken
Created: 9/18/2014
Status: Merged
Merged: 9/18/2014
Merged by: @sdeken

Base: masterHead: master


📝 Commits (10+)

  • 9b60aa5 modernized project settings for 32-bit intel, latest mac os
  • a17fda4 commented out unused GetKeyboardLayout function, which uses deprecated and removed API
  • 940f149 Bump version number.
  • bde9bec Ignore XCode user data.
  • ad9aff5 Create README.md
  • a53386e Merge remote-tracking branch 'avh4/master'
  • 748b140 Add a link to the releases section
  • fde16b0 Simplify frame calculations
  • 5d658fd Update to Xcode 3.2 project format
  • 931f137 Fix a number of leaks and static analyzer warnings

📊 Changes

178 files changed (+455 additions, -148 deletions)

View changed files

📝 .gitignore (+1 -0)
KCDefaultVisualizer.nib/classes.nib (+0 -31)
KCDefaultVisualizer.nib/info.nib (+0 -20)
KCDefaultVisualizer.nib/keyedobjects.nib (+0 -0)
KeyCastrStatusItem.png (+0 -0)
KeyCastrStatusItemActive.png (+0 -0)
KeyCastrStatusItemInactive.png (+0 -0)
README.md (+25 -0)
📝 keycastr/AboutKeyCastr.png (+0 -0)
📝 keycastr/DisplayIcon.tif (+0 -0)
📝 keycastr/DmgBackdrop.png (+0 -0)
📝 keycastr/English.lproj/InfoPlist.strings (+0 -0)
📝 keycastr/English.lproj/MainMenu.nib/designable.nib (+0 -0)
📝 keycastr/English.lproj/MainMenu.nib/keyedobjects.nib (+0 -0)
📝 keycastr/GeneralIcon.tif (+0 -0)
📝 keycastr/Info.plist (+2 -2)
📝 keycastr/KCAppController.h (+0 -0)
📝 keycastr/KCAppController.m (+21 -9)
📝 keycastr/KCDefaultVisualizer-Info.plist (+0 -0)
📝 keycastr/KCDefaultVisualizer.h (+5 -11)

...and 80 more files

📄 Description

All changes from the GitHub keycastr org's fork of keycastr


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/keycastr/keycastr/pull/10 **Author:** [@sdeken](https://github.com/sdeken) **Created:** 9/18/2014 **Status:** ✅ Merged **Merged:** 9/18/2014 **Merged by:** [@sdeken](https://github.com/sdeken) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9b60aa5`](https://github.com/keycastr/keycastr/commit/9b60aa58f3ba260a806e1878abadc46d423005b7) modernized project settings for 32-bit intel, latest mac os - [`a17fda4`](https://github.com/keycastr/keycastr/commit/a17fda4674b470d7ca3f4f00e2c7ce43ee1820bf) commented out unused GetKeyboardLayout function, which uses deprecated and removed API - [`940f149`](https://github.com/keycastr/keycastr/commit/940f149a283292ec436476306735dfe06d42cf2d) Bump version number. - [`bde9bec`](https://github.com/keycastr/keycastr/commit/bde9bec44e8cd0ca8dc1bd168f8852567dec165b) Ignore XCode user data. - [`ad9aff5`](https://github.com/keycastr/keycastr/commit/ad9aff51da5e581e53bdddc6aa00afb6d03fdef7) Create README.md - [`a53386e`](https://github.com/keycastr/keycastr/commit/a53386e80805646d360ec579d7f3389a26e44a72) Merge remote-tracking branch 'avh4/master' - [`748b140`](https://github.com/keycastr/keycastr/commit/748b140a213f852180674ae827a6387192fa4ac8) Add a link to the releases section - [`fde16b0`](https://github.com/keycastr/keycastr/commit/fde16b000e854f25cab0d0d494442ca7b27f152a) Simplify frame calculations - [`5d658fd`](https://github.com/keycastr/keycastr/commit/5d658fdc9f9f62b319ea2915d22b38628d1a38bf) Update to Xcode 3.2 project format - [`931f137`](https://github.com/keycastr/keycastr/commit/931f137bd915819f7a55fd5d233ec53289ca0e66) Fix a number of leaks and static analyzer warnings ### 📊 Changes **178 files changed** (+455 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➖ `KCDefaultVisualizer.nib/classes.nib` (+0 -31) ➖ `KCDefaultVisualizer.nib/info.nib` (+0 -20) ➖ `KCDefaultVisualizer.nib/keyedobjects.nib` (+0 -0) ➖ `KeyCastrStatusItem.png` (+0 -0) ➖ `KeyCastrStatusItemActive.png` (+0 -0) ➖ `KeyCastrStatusItemInactive.png` (+0 -0) ➕ `README.md` (+25 -0) 📝 `keycastr/AboutKeyCastr.png` (+0 -0) 📝 `keycastr/DisplayIcon.tif` (+0 -0) 📝 `keycastr/DmgBackdrop.png` (+0 -0) 📝 `keycastr/English.lproj/InfoPlist.strings` (+0 -0) 📝 `keycastr/English.lproj/MainMenu.nib/designable.nib` (+0 -0) 📝 `keycastr/English.lproj/MainMenu.nib/keyedobjects.nib` (+0 -0) 📝 `keycastr/GeneralIcon.tif` (+0 -0) 📝 `keycastr/Info.plist` (+2 -2) 📝 `keycastr/KCAppController.h` (+0 -0) 📝 `keycastr/KCAppController.m` (+21 -9) 📝 `keycastr/KCDefaultVisualizer-Info.plist` (+0 -0) 📝 `keycastr/KCDefaultVisualizer.h` (+5 -11) _...and 80 more files_ </details> ### 📄 Description All changes from the GitHub keycastr org's fork of keycastr --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 05:12:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#291
No description provided.