serenity/Meta/Lagom/Contrib/MacPDF
Nico Weber 6528f6db26 MacPDF: Make up and down flip pages when PDF view has focus
Previously, it only reacted to arrow left andn arrow right,
and to opt-up and opt-down.
2023-10-11 21:38:15 -04:00
..
AppDelegate.h MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
AppDelegate.mm MacPDF: Don't hardcode my serenity directory 2023-09-30 08:08:11 +02: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