summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-04-14SoundPlayer: Check if loader is nullBrendan Kelly
2023-04-14VideoPlayer: Use rounded seconds for the timestamp labelZaggy1024
2023-04-14VideoPlayer: Update the current timestamp on state changesZaggy1024
2023-04-14Spreadsheet+LibSyntax: Never insert spans directlyMatteo Benetti
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13WindowServer: Use enum class for Effects and ShowGeometryTom
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-12LibTLS: Streamline certificate loadingFabian Dellwing
2023-04-12Applications: Use thousands separator for numbers shown in status barTim Ledbetter
2023-04-11FileManager: Use a thousands separator for numbers in PropertiesWindowTim Ledbetter
2023-04-113DFileViewer+Tubes: Add `map_fixed` to pledgesJelle Raaijmakers
2023-04-10SystemMonitor: Handle zombie processes properlyLiav A
2023-04-09Settings: Improve default window sizeCameron Youell
2023-04-09CertificateSettings: Update to be more consistent with other settingsCameron Youell
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-04-09KeyboardSettings: Port to `Core::File`Cameron Youell
2023-04-09Piano+LibAudio: Port to `Core::File`Cameron Youell
2023-04-09DisplaySettings: Use FileSystemAccessServer instead of FilePickerhuttongrabiel
2023-04-09LibVideo+VideoPlayer: Convert playback event handler to callbacksTimothy Flynn
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-07Base: Add icons for AssistantCubic Love
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-03LibGUI+CertificateSettings: Use custom SortingProxyFabian Dellwing
2023-04-03CertificateSettings: Add export functionalityFabian Dellwing
2023-04-03CertificateSettings: Add import functionalityFabian Dellwing
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