summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-04LibUnicode: Define is_unicode_*_subtag helpers inline in their headerTimothy Flynn
2021-09-04Kernel: Delete the rvalue-ref qualified version of KResultOr::value()Andreas Kling
2021-09-04Kernel: Add missing error check when opening TTY for a new processAndreas Kling
2021-09-04Kernel: Add missing error check when opening root file systemAndreas Kling
2021-09-04Kernel/VirtIO: Add two missing error checks in VirtIO::ConsolePortAndreas Kling
2021-09-04Utilities: Support grepping recursively from paths in the argumentKarol Kosek
2021-09-04Meta: Add q35grub option in run.shLiav A
2021-09-04Mandelbrot: Use the new Zoom cursorMustafa Quraish
2021-09-04PixelPaint: Use Zoom and Eyedropper cursorsMustafa Quraish
2021-09-04Cursors: Add new Magnifying glass cursorMustafa Quraish
2021-09-04Cursors: Add new Eyedropper cursorMustafa Quraish
2021-09-04PixelPaint: Add invert filterMusab Kılıç
2021-09-04PixelPaint: Make tools use the new API for property change shortcutsMustafa Quraish
2021-09-04PixelPaint: Add mechanism for tools to use keyboard shortcutsMustafa Quraish
2021-09-04SoundPlayer: Add spacebar keyboard shortcut for play/pauseThitat Auareesuksakul
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish
2021-09-04PDFViewer: Use FileSystemAccessClient to open filesMustafa Quraish
2021-09-04PixelPaint: Add separator in image menuMustafa Quraish
2021-09-04PixelPaint: Allow modifiable thickness for RectangleTool :^)Mustafa Quraish
2021-09-04LibGfx/Painter: Add `draw_rect_with_thickness` methodMustafa Quraish
2021-09-04PixelPaint: Add `Copy Merged` actionMustafa Quraish
2021-09-04PixelPaint: Parse saved Guides from the ProjectLoader in mainTobias Christiansen
2021-09-04PixelPaint: Add ProjectLoader to abstract away opening of filesTobias Christiansen
2021-09-04PixelPaint: Save Guides when writing project to fileTobias Christiansen
2021-09-04PixelPaint: Move saving a project from Image into ImageEditorTobias Christiansen
2021-09-04PixelPaint: Move serialization of Image into seperate functionTobias Christiansen
2021-09-04SoundPlayer: Don't try to dereference null-pointer buffersKarol Kosek
2021-09-04Piano: Format slider values when initially setMusab Kılıç
2021-09-04ImageViewer: Kindly ask the user if they want to delete a fileMusab Kılıç
2021-09-04AK: Add rvalue-ref qualifiers for Optional's value() and value_or()Andreas Kling
2021-09-04AK: Convert Optional.h to east-const styleAndreas Kling
2021-09-03Piano: Draw note names on top of notesMusab Kılıç
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-09-03Kernel: Convert Routing to east-const stylebrapru
2021-09-03DisplaySettings: Add context menu for wallpapersKarol Kosek
2021-09-03Meta: Add the ability to specify clang with serenity.shTom
2021-09-03LibWeb: Add support HTMLScriptElement.supportsLuke Wilde
2021-09-03LibWeb: Add support for IDL static functionsLuke Wilde
2021-09-03Base: Remove the solid background from go-down.png iconDawid Wolosowicz
2021-09-03Meta: Remove Coverity workflow until it's readyBrian Gianforcaro
2021-09-03LibIPC: Convert Encoder class to east-const styleAndreas Kling
2021-09-03LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>Andreas Kling
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-03Kernel: Don't use {:p} when printing out invalid userspace stack pointerLuke Wilde
2021-09-03Meta: Fix toolchain caching for Sonar Cloud workflowBrian Gianforcaro
2021-09-03Meta: Add github actions workflow to run coverity build analysisBrian Gianforcaro
2021-09-03Meta: Remove sonar cloud worklow triggering for PRsBrian Gianforcaro
2021-09-03Meta: Remove sonar cloud pipeline cacheBrian Gianforcaro
2021-09-03Meta: Add sonar.python.version config to silence sonar cloud warningBrian Gianforcaro
2021-09-03LibSyntax: Fix bug in matching cursor highlightingMustafa Quraish