summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-04Utilities: Support grepping recursively from paths in the argumentKarol Kosek
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-03Piano: Draw note names on top of notesMusab Kılıç
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-09-03DisplaySettings: Add context menu for wallpapersKarol Kosek
2021-09-03LibWeb: Add support HTMLScriptElement.supportsLuke Wilde
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-03LibSyntax: Fix bug in matching cursor highlightingMustafa Quraish
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-03LibGUI: Set correct value on click with set jump_to_cursor() in SliderKarol Kosek
2021-09-03LibGUI: Add track_margin() to SlidersKarol Kosek
2021-09-03LibGfx/Color: Add `suggested_foreground_color()` methodMustafa Quraish
2021-09-03LibGfx/Color: Use luminosity to compute grayscale valueMustafa Quraish
2021-09-03PixelPaint: Add actions to rotate image left/rightMustafa Quraish
2021-09-03PixelPaint: Add actions to flip image vertically/horizontallyMustafa Quraish
2021-09-03PixelPaint: Draw layers from bottom of panel, adjust spacingMustafa Quraish
2021-09-03PixelPaint: Add `Merge Active Layer Down` actionMustafa Quraish
2021-09-03PixelPaint: Fix the displayed order of layers in LayerListWidgetMustafa Quraish
2021-09-02FileManager: Kindly ask the user if they want to delete a fileMusab Kılıç
2021-09-02LibWeb: Check target's root instead of target itself in EventDispatcherLuke Wilde
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-09-02LibVT: Execute DragOperation after resetting active hyperlinkMusab Kılıç
2021-09-02Browser: Reload the DOM Inspector's JSON data when loading a new pageSam Atkins
2021-09-02Browser: Reset the DOM Inspector's state when re-opening itSam Atkins
2021-09-02Browser: Implement "Inspect Element" context menu actionSam Atkins
2021-09-02LibWeb+WebContent: Add query for hovered DOM node to OOPWVSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins