SerenityOS build: Saturday, February 08
Images 💾⌗
- serenity-x86_64-20250208-8a96900.img.gz (Raw image, 241.73 MiB)
Last commit ⭐⌗
commit 8a9690093466bc243e27532d7f336b0674cb31c5
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Fri Feb 7 22:14:26 2025 -0500
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Fri Feb 7 22:41:59 2025 -0500
MacPDF: Make MacPDFWindowController validateMenuItem not call super
NSWindowController does not conform to NSMenuItemValidation per
docs.
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MenuList/Articles/EnablingMenuItems.html
"Automatic Menu Enabling" also suggests that this doesn't make sense
conceptually.
Defaulting to `NO` makes it more likely we'll remember to add new
menu entries that might need dynamic enabling depending on some
state, so let's go with that for now.
Other builds