summaryrefslogtreecommitdiff
path: root/scripts/dev/changelog_urls.json
diff options
context:
space:
mode:
authorkt programs <ktprograms@gmail.com>2022-07-03 10:53:46 +0800
committerkt programs <ktprograms@gmail.com>2022-07-05 17:14:05 +0800
commit389eac1bb3a193362aaa73811db0239de13e2cf4 (patch)
treec8ab266162cff27e8f8a58e17da3e5988fa864a9 /scripts/dev/changelog_urls.json
parent0607c1f7cf7941eafab2677ce278d6022128b6e8 (diff)
downloadqutebrowser-389eac1bb3a193362aaa73811db0239de13e2cf4.tar.gz
qutebrowser-389eac1bb3a193362aaa73811db0239de13e2cf4.zip
macOS: fix hide_decoration making window nonresizable
Use PyObjC to call `setWindowMask:` with resizable flag on the underlying NSWindow. Fixes #4067
Diffstat (limited to 'scripts/dev/changelog_urls.json')
-rw-r--r--scripts/dev/changelog_urls.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 6b33f15ef..fd0f877a6 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -155,5 +155,7 @@
"PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
"commonmark": "https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md",
"rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
- "ply": "https://github.com/dabeaz/ply/blob/master/CHANGES"
+ "ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
+ "pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
+ "pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html"
}