summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-04-03CertificateSettings: Create basic Cert Store applicationFabian Dellwing
2023-04-03Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubarSam Atkins
2023-04-03Spreadsheet: Add list of recently-opened filesSam Atkins
2023-04-03PDFViewer: Add list of recently-opened filesSam Atkins
2023-04-03PixelPaint: Update recent files list on project saveTim Ledbetter
2023-04-03PixelPaint: Make Bloom use InplaceFilter instead of Filtermatcool
2023-04-03ImageViewer: Fix crash when setting wallpaperjustus2510
2023-03-31Browser: Add tooltip to reset zoom level buttonMacDue
2023-03-31KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrlsbcohen2000
2023-03-31CrashReporter: Warn about malloc and free patterns in fault addressLiav A
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