1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 18:21:01 +00:00
serenity/Meta/Lagom/Contrib/MacPDF
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
AppDelegate.h MacPDF: Use Serenity license headers, remove Xcode boilerplate 2023-09-30 08:08:11 +02:00
AppDelegate.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 LibPDF: Add parameter for background color of render 2023-12-10 16:44:24 +01: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