ladybird/Meta/Lagom/Contrib/MacPDF
Nico Weber ff4b0e678b MacPDF: Make "Open With" and dropping files on dock tile work
I would've expected that there's some way to have this work
automatically in an NSDocument-based application, but I haven't
found it yet. So manually implement the delegate for now.
2023-10-19 16:52:31 -04:00
..
AppDelegate.h MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
AppDelegate.mm MacPDF: Make "Open With" and dropping files on dock tile work 2023-10-19 16:52:31 -04:00
CMakeLists.txt MacPDF: Add an NSOutlineViewDataSource for the PDF outline 2023-10-10 09:50:08 -04: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 MacPF: Add a small group header in front of the outline 2023-10-10 09:50:08 -04:00
MacPDFView.h MacPDF: Make opt-up and opt-down always go to previous / next page 2023-10-11 21:38:15 -04:00
MacPDFView.mm MacPDF: Make up and down flip pages when PDF view has focus 2023-10-11 21:38:15 -04:00
MacPDFWindowController.h MacPDF: Make opt-up and opt-down always go to previous / next page 2023-10-11 21:38:15 -04:00
MacPDFWindowController.mm MacPDF: Make opt-up and opt-down always go to previous / next page 2023-10-11 21:38:15 -04:00
main.mm MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
MainMenu.xib MacPDF: Make opt-up and opt-down always go to previous / next page 2023-10-11 21:38:15 -04:00