..
Build Configs
Significant refactor of build settings/process ( #2983 )
2021-11-16 00:25:56 +00:00
Images.xcassets /AppIcon.appiconset
Update app icon to Big Sur style
2021-03-04 00:16:32 +00:00
ConsoleWindow.xib
Raise test coverage of hs.window.internal to 81%. Expect lots of Travis breakage. A subsequent commit will disable whichever tests are unable to run Travis' environment for whatever reason
2018-06-22 17:44:11 +01:00
Credits.rtf
Changed copyright date from 2015 to 2017
2017-08-23 16:52:31 -04:00
HSAppleScript.h
#1324
2017-09-03 11:04:18 +10:00
HSAppleScript.m
Make core app and LuaSkin coroutine friendly
2020-04-07 23:41:07 +01:00
HSExecuteLuaIntentHandler.h
Revert "Revert "Add hs.shortcuts and a Shortcuts Intent""
2021-11-02 21:11:46 +00:00
HSExecuteLuaIntentHandler.m
Revert "Revert "Add hs.shortcuts and a Shortcuts Intent""
2021-11-02 21:11:46 +00:00
HSGrowingTextField.h
Allow Console text input to automatically grow if users type across multiple lines, by means of switching the Console Window to AutoLayout, adding appropriate constraints, and implementing an NSTextField subclass. Phew. Closes #77
2015-06-11 13:37:16 +01:00
HSGrowingTextField.m
input field resize fix for 10.12
2016-09-06 04:33:37 -05:00
HSLogger.h
Move Sentry API build notice to HSLogger.m so it only appears once, instead of everywhere HSLogger.h is included
2022-03-13 15:03:58 +00:00
HSLogger.m
Move Sentry API build notice to HSLogger.m so it only appears once, instead of everywhere HSLogger.h is included
2022-03-13 15:03:58 +00:00
HSuicore.h
Add LuaSkin canaries to hs.uielement.watcher, hs.audiodevice.watcher and hs.keycodes
2021-05-01 14:06:33 +01:00
HSuicore.m
Make hs.window.orderedWindowIDs() more correct, in terms of the way it gets the IDs and C datatypes
2022-03-13 15:03:58 +00:00
Hammerspoon-Info.plist
Revert "Revert "Add hs.shortcuts and a Shortcuts Intent""
2021-11-02 21:11:46 +00:00
Hammerspoon-Prefix.pch
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
Hammerspoon-dev.entitlements
Fix release building to work with underlying tooling changes
2021-10-26 23:49:07 +01:00
Hammerspoon.entitlements
Fix release building to work with underlying tooling changes
2021-10-26 23:49:07 +01:00
Hammerspoon.sdef
Add support for executing Lua code in Hammerspoon from AppleScript. Closes #1306 . Closes #1177
2017-04-12 17:20:48 +01:00
Intents.intentdefinition
Revert "Revert "Add hs.shortcuts and a Shortcuts Intent""
2021-11-02 21:11:46 +00:00
MJAccessibilityUtils.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJAccessibilityUtils.m
More tweaks to Crashlytics logging, since it seemingly still isn't working in 0.9.60
2018-02-14 09:22:13 +00:00
MJAppDelegate.h
Revert "Revert "Add hs.shortcuts and a Shortcuts Intent""
2021-11-02 21:11:46 +00:00
MJAppDelegate.m
Fix some more build warnings
2022-03-13 15:03:58 +00:00
MJAutoLaunch.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJAutoLaunch.m
Disable some deprecation warnings. First for disabling/enabling screen updates when enabling/disabling the dock icon, secondly in MJAutoLaunch which we will use until the bitter end because the ServiceManagement replacement option is ridiculous
2019-08-14 23:13:07 +02:00
MJConfigUtils.h
Fixes bug in MJConfigDir
2020-09-22 15:34:48 +10:00
MJConfigUtils.m
Simplified code
2020-09-22 15:36:27 +10:00
MJConsoleWindowController.h
First Attempt
2017-08-19 00:11:41 +10:00
MJConsoleWindowController.m
Guard the inputs to MJConsoleWindowController::appendString. Closes #139
2019-03-28 22:10:08 +00:00
MJDockIcon.h
* Added hs.dockIconClickCallback
2017-04-19 14:17:15 +01:00
MJDockIcon.m
Switch our defaults around so that Hammerspoon runs with its dock icon hidden by default. I believe this is more in line with what people expect from a tool like this, and it won't affect anyone who has already run the app at least once
2019-12-27 12:34:31 +01:00
MJFileUtils.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJFileUtils.m
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJLua.h
Slight refactoring of the low level logging features, partly to get crash logging working again, partly to give us a more useful foundation for hunting heap bugs
2018-01-22 19:50:13 +00:00
MJLua.m
Fix hs.automaticallyCheckForUpdates() which was broken by #3136
2022-03-09 00:06:54 +00:00
MJMenuIcon.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJMenuIcon.m
One more NSStatusItem deprecation fix
2022-03-13 15:03:58 +00:00
MJPreferencesWindowController.h
Updated Preferences Dark Mode
2017-08-21 19:05:16 +10:00
MJPreferencesWindowController.m
Update a bunch of constants that have changed names
2022-03-13 15:03:58 +00:00
MJUserNotificationManager.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJUserNotificationManager.m
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJVersionUtils.h
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MJVersionUtils.m
Rename project from Mjolnir to Hammerspoon.
2014-10-13 23:19:43 +01:00
MainMenu.xib
Switch from just instaquitting HS, to tearing down Lua first. Closes #99
2014-10-27 19:56:46 +00:00
PreferencesWindow.xib
Update preferences window build target to not be 10.12
2021-02-15 17:50:12 +00:00
Spoon.icns
Add UTI document type for .spoon bundles, and an icon for them
2017-03-28 14:12:05 +01:00
setup.lua
Fix preload function for streamlining
2022-03-13 17:44:48 -05:00
statusicon.pdf
Refine the icon colouring and alignment
2015-09-30 23:05:20 +01:00
variables.h
First Attempt
2017-08-19 00:11:41 +10:00
variables.m
include MJConfigFile in the binary only once
2014-10-28 19:46:51 +01:00