summaryrefslogtreecommitdiff
path: root/Userland/Applications/Presenter/Presentation.cpp
AgeCommit message (Expand)Author
2023-03-22Presenter: Support multiple frames per slideKyle Lanmon
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-27Presenter: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-16Presenter: Add `Presentation::has_a_[next,previous]_frame()`Lucas CHOLLET
2023-01-09Presenter: Rearchitect on top of LibWebAndreas Kling
2022-12-14Presenter: Fix a crash in loading untitled presentationsArda Cinar
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25Applications: Add Presenterkleines Filmröllchen