1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Applications/PDFViewer
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
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
NumericInput.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NumericInput.h PDFViewer: Respect page navigation features in multi-page mode 2022-04-04 14:59:37 +02:00
OutlineModel.cpp PDFViewer: Create OutlineModel items with the correct pointer 2023-03-22 22:56:24 +01:00
OutlineModel.h PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
PDFViewer.cpp LibPDF: Add parameter for background color of render 2023-12-10 16:44:24 +01:00
PDFViewer.h LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewerWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PDFViewerWidget.h PDFViewer: Accept file drops 2023-08-29 14:12:38 -04:00
SidebarWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
SidebarWidget.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00