summaryrefslogtreecommitdiff
path: root/Userland/Applications/Presenter
AgeCommit message (Expand)Author
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-03-22Presenter: Don't give a style value if there are no stylesKyle Lanmon
2023-03-22Presenter: Support multiple frames per slideKyle Lanmon
2023-03-21Presenter: Add a "Resize to Fit Content" actionCaoimhe
2023-03-21Presenter: Add a "View" menuCaoimhe
2023-03-21Presenter: Change "Full Screen" action to "Toggle Full Screen"Caoimhe
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
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