1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00
serenity/Meta/Lagom/Contrib/MacPDF
Nico Weber d15785cccc MacPDF: Add "Show Images" debug menu entry
PDFViewer has this, and it's useful for PDFs that have the same
text both as a scanned bitmap in the background as well as using
vector text in the foreground.

xib changes: Added a new menu entry connected to `toggleShowImages:`,
and also toggled the initial state of two menu entries. (The latter
part has no effect when the program runs since we dynamically update
this state, but it makes the menu entries show their initial state
in Xcode's menu editor.)
2024-03-14 10:59:29 -04:00
..
AppDelegate.h MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
AppDelegate.mm LibPDF+Meta: Use a CMYK ICC profile to convert CMYK to RGB 2024-02-01 13:42:04 -07:00
CMakeLists.txt Ladybird+Meta: Extract AK into its own library on Lagom 2024-01-22 08:48:34 -05:00
CocoaWrapper.h MacPDF: Introduce CocoaWrapper.h 2023-10-07 09:47:43 +02:00
Info.plist MacPDF: Rename LagomPDFDocument to MacPDFDocument 2023-09-30 19:37:26 -06:00
MacPDFDocument.h MacPDF: Start moving window-related things into MacPDFWindowController 2023-10-07 09:47:43 +02:00
MacPDFDocument.mm MacPDF: Create window UI in code instead of in xib 2023-10-07 09:47:43 +02:00
MacPDFOutlineViewDataSource.h MacPF: Add a small group header in front of the outline 2023-10-10 09:50:08 -04:00
MacPDFOutlineViewDataSource.mm MacPDF: Replace newlines with spaces in outline titles 2023-11-21 10:07:41 +01:00
MacPDFView.h MacPDF: Add "Show Images" debug menu entry 2024-03-14 10:59:29 -04:00
MacPDFView.mm MacPDF: Add "Show Images" debug menu entry 2024-03-14 10:59:29 -04:00
MacPDFWindowController.h MacPDF: Add "Show Images" debug menu entry 2024-03-14 10:59:29 -04:00
MacPDFWindowController.mm MacPDF: Add "Show Images" debug menu entry 2024-03-14 10:59:29 -04:00
main.mm MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
MainMenu.xib MacPDF: Add "Show Images" debug menu entry 2024-03-14 10:59:29 -04:00