hammerspoon/extensions
Chris Jones 7db46e20c3 Switch the Lua thread aliveness check to being a class method and use that in hs.http 2022-03-18 22:58:19 +00:00
..
_coresetup Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
alert Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
appfinder Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
applescript Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
application Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
audiodevice Fix hs.audiodevice:setBalance(). Closes #3005 2021-12-13 17:18:25 +00:00
axuielement Fix some more build warnings 2022-03-13 15:03:58 +00:00
base64 Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
battery Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
bonjour Fix up some docstrings 2022-01-06 08:54:14 +00:00
brightness Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
caffeinate Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
camera Enable debugging on Release builds, fix a potential issue with ownership of a CFStringRef, and fix a crash in hs.camera:isInUse(). Closes #3132 2022-02-27 02:10:11 +00:00
canvas Update some deprecated NSColor methods in hs.canvas, hs.drawing and hs.image 2022-03-13 15:03:58 +00:00
chooser Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
console Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
crash Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
deezer Fix missing hs.deezer in new build system 2021-11-18 22:29:36 +00:00
dialog Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
distributednotifications Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
doc Fix preloadSpoonDocs when directory missing 2022-03-13 17:54:58 -05:00
dockicon Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
drawing Update some deprecated NSColor methods in hs.canvas, hs.drawing and hs.image 2022-03-13 15:03:58 +00:00
eventtap Forcibly set eventtap objects to NULL when GC'ing them in hs.eventtap 2022-01-21 10:08:36 +00:00
expose fix lint 2021-12-09 23:33:22 +00:00
fnutils Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
fs Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
geometry Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
grid Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
hash Fix some more build warnings 2022-03-13 15:03:58 +00:00
hid Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
hints Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
host Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
hotkey Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
http Switch the Lua thread aliveness check to being a class method and use that in hs.http 2022-03-18 22:58:19 +00:00
httpserver Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
image Replace NSReadPixel in hs.image:colorAt() with non-deprecated alternative 2022-03-13 15:03:58 +00:00
inspect Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
ipc Add a note to hs.ipc.cliInstall() about potentially needing to create directories, primarily for Apple Silicon users, or Intel users who don't use Homebrew 2022-02-21 22:33:41 +00:00
itunes Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
javascript Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
json Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
keycodes Work around macOS12 including two new keycodes in keyboard layout data, seemingly incorrectly. Closes #2980 2022-02-25 13:49:40 +00:00
layout Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
location Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
logger Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
math Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
menubar Update hs.menubar to use non-deprecated properties for NSStatusItem title/image/attributedTitle/etc 2022-03-13 15:03:58 +00:00
messages Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
midi Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
milight Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
mjomatic Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
mouse Fix hs.mouse test for devices being internal or not. Closes #3112 2022-02-18 17:18:34 +00:00
network Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
noises Add compiler hints for some new warnings in Xcode 13.3 2022-03-18 09:46:50 +00:00
notify Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
osascript Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
pasteboard More docstrings formatting fixes 2022-01-06 09:05:29 +00:00
pathwatcher Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
plist Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
razer Add compiler hints for some new warnings in Xcode 13.3 2022-03-18 09:46:50 +00:00
redshift Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
screen Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
serial Fix missing LuaSkin object instantiation 2022-02-17 11:32:19 +00:00
settings More docstrings formatting fixes 2022-01-06 09:05:29 +00:00
sharing Remove image sharing options from hs.sharing that haven't been included in the OS for some time 2022-03-13 15:03:58 +00:00
shortcuts Add docstrings for hs.shortcuts.run(). Closes #2984 2021-11-16 00:28:04 +00:00
socket Fix hs.socket to not try and use HTML tags in its docstrings 2022-01-14 12:49:26 +00:00
sound Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
spaces Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
speech Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
spoons Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
spotify Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
spotlight Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
sqlite3 Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
streamdeck Add LSGCCanary support to hs.streamdeck 2022-03-01 12:41:44 +00:00
styledtext Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
tabs Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
tangent Be more explicit about which language code blocks are in, so doc generation can work 2021-12-13 13:18:10 +00:00
task Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
timer Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
uielement Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
urlevent Fix up the docstrings for hs.urlevent.mailtoCallback 2022-02-23 11:32:38 +00:00
usb Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
utf8 Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
vox Fix missing hs.vox and hs.tangent 2021-11-19 09:58:13 +00:00
watchable Significant refactor of build settings/process (#2983) 2021-11-16 00:25:56 +00:00
websocket Fix hs.websocket tests - echo.websocket.org was shut down recently 2021-11-19 14:58:55 +00:00
webview Switch an ad-hoc callback canary to initialising LuaSkin with no pre-existing state, so we always get the current main state 2022-03-13 15:29:51 +00:00
wifi Fix up some docstrings 2022-01-06 08:54:14 +00:00
window Make a couple of hs.window tests more robust 2022-03-11 18:35:18 +00:00