summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-03-29Browser: Add reset zoom level button to toolbarMacDue
2023-03-27Browser: Remove unused variables in `BookmarksBarWidget`Kemal Zebari
2023-03-26Browser: Show current zoom level in view menuMacDue
2023-03-26PixelPaint: Correctly set default layer nameJelle Raaijmakers
2023-03-26PixelPaint: Remove unused function definition from ImageTim Ledbetter
2023-03-26PixelPaint: Use new String to format error messagesTim Ledbetter
2023-03-26PixelPaint: Include possible errno description in error messagesTim Ledbetter
2023-03-26PixelPaint: Add a Duplicate Layer actionTim Ledbetter
2023-03-26PixelPaint: Make wand tool work when layer and image rects differTim Ledbetter
2023-03-24Run: Use Core::Process::spawn() to launch commandsMacDue
2023-03-24FileManager: Use GUI::Process::spawn_or_show_error() to open terminalsMacDue
2023-03-24Applications: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-24ImageViewer: Use `LibFileSystemAccessClient`Caoimhe
2023-03-23ImageViewer: Fix crash when opening ImageViewer without an imageCaoimhe
2023-03-22ImageViewer: Scale image to window on resizeLucas CHOLLET
2023-03-22ImageViewer: Scale image to window on startupLucas CHOLLET
2023-03-22ImageViewer: Scale image to window size on image changeLucas CHOLLET
2023-03-22ImageViewer: Don't resize window on image rotation or flipLucas CHOLLET
2023-03-22Spreadsheet: Port to Core::FileLucas CHOLLET
2023-03-22PDFViewer: Create OutlineModel items with the correct pointerJulian Offenhäuser
2023-03-22Help: Don't abort opening help:// URLs when error *didn't* occurAndreas Kling
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-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
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-21DisplaySettings: Detect if a non-default color scheme is in useimplicitfield
2023-03-21DisplaySettings: Stop using DeprecatedStringimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in FontSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in EffectsSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in BackgroundSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in DesktopSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in ThemesSettingsWidgetimplicitfield
2023-03-21VideoPlayer: Add drag and drop supportJunior Rantila
2023-03-20TextEditor: Remove confirmation when opening from recent files listSam Atkins
2023-03-19SoundPlayer: Keep track of the selected visualization in the configCaoimhe
2023-03-19SoundPlayer: Move `get_image_from_music_file` to the advanced viewCaoimhe
2023-03-19FileManager: Extract .zip files to a temporary folder when openedCaoimhe
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-16Browser: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16PixelPaint: Rename Layer::resize() to Layer::scale()Tim Ledbetter