summaryrefslogtreecommitdiff
path: root/Userland/Applications/Presenter
AgeCommit message (Expand)Author
2023-02-01Base+Presenter: Add icons for PresenterCubic Love
2023-01-27Presenter: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-19Presenter: Disable actions when there is no loaded presentationJoao Luz
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17Presenter: Increase the minimum widget sizeJelle Raaijmakers
2023-01-17Presenter: Restructure menu to be more consistent with other appsJelle Raaijmakers
2023-01-16Presenter: Disable "Next" and "Previous" actions when non-applicableLucas CHOLLET
2023-01-16Presenter: Add `Presentation::has_a_[next,previous]_frame()`Lucas CHOLLET
2023-01-15Presenter: Use the non-deprecated API of `LibFileSystemAccessClient`Lucas CHOLLET
2023-01-09Presenter: Rearchitect on top of LibWebAndreas Kling
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02Base+Userland: Add menu item iconsBrandon Jordan
2022-12-29Presenter: Accept file dropsKarol Kosek
2022-12-14Presenter: Ignore unhandled keydown eventsSam Atkins
2022-12-14Presenter: Provide default text styles to text objectsArda Cinar
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