summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-04LibGfx: Stop using a Utf8View that points to a temporary StringIdan Horowitz
2021-09-04LibGfx: Convert line text into a Utf8View before finding its directionIdan Horowitz
2021-09-04PixelPaint: Fix broken opening of files from ShellTobias Christiansen
2021-09-04SystemMonitor: Make memory statistics dynamically formatted by sizeDavid Isaksson
2021-09-04LibGfx: Reject GIFs with ridiculously large symbolsBen Wiederhake
2021-09-04LibGfx: Elide predictable reallocations in GIF loaderBen Wiederhake
2021-09-04LibJS: Implement Intl.Locale.prototype.minimizeTimothy Flynn
2021-09-04LibUnicode: Implement the Remove Likely Subtags methodTimothy Flynn
2021-09-04LibJS: Implement Intl.Locale.prototype.maximizeTimothy Flynn
2021-09-04LibJS: Add a constructor to create an Intl.Locale object from a LocaleIDTimothy Flynn
2021-09-04LibJS: Add missing Intl.Locale initializer for plain boolean typeTimothy Flynn
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Define is_unicode_*_subtag helpers inline in their headerTimothy Flynn
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