1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:47:43 +00:00
serenity/Meta/Lagom/Contrib/MacPDF
Nico Weber ec190baa55 MacPDF: Replace newlines with spaces in outline titles
Else, outline items that have newlines in them end up with a weird
vertical offset.

(This does affect the outline item's tooltip, which shows the whole
title. But not having a newline there seems alright, arguably
preferable.)
2023-11-21 10:07:41 +01: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 MacPDF: Replace newlines with spaces in outline titles 2023-11-21 10:07:41 +01: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: Show tooltip with full title on elided outline titles 2023-11-21 10:07:41 +01: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