index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-04
LibGfx: Stop using a Utf8View that points to a temporary String
Idan Horowitz
2021-09-04
LibGfx: Convert line text into a Utf8View before finding its direction
Idan Horowitz
2021-09-04
PixelPaint: Fix broken opening of files from Shell
Tobias Christiansen
2021-09-04
SystemMonitor: Make memory statistics dynamically formatted by size
David Isaksson
2021-09-04
LibGfx: Reject GIFs with ridiculously large symbols
Ben Wiederhake
2021-09-04
LibGfx: Elide predictable reallocations in GIF loader
Ben Wiederhake
2021-09-04
LibJS: Implement Intl.Locale.prototype.minimize
Timothy Flynn
2021-09-04
LibUnicode: Implement the Remove Likely Subtags method
Timothy Flynn
2021-09-04
LibJS: Implement Intl.Locale.prototype.maximize
Timothy Flynn
2021-09-04
LibJS: Add a constructor to create an Intl.Locale object from a LocaleID
Timothy Flynn
2021-09-04
LibJS: Add missing Intl.Locale initializer for plain boolean type
Timothy Flynn
2021-09-04
LibUnicode: Generate an implementation of the Add Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Define is_unicode_*_subtag helpers inline in their header
Timothy Flynn
2021-09-04
Utilities: Support grepping recursively from paths in the argument
Karol Kosek
2021-09-04
Mandelbrot: Use the new Zoom cursor
Mustafa Quraish
2021-09-04
PixelPaint: Use Zoom and Eyedropper cursors
Mustafa Quraish
2021-09-04
Cursors: Add new Magnifying glass cursor
Mustafa Quraish
2021-09-04
Cursors: Add new Eyedropper cursor
Mustafa Quraish
2021-09-04
PixelPaint: Add invert filter
Musab Kılıç
2021-09-04
PixelPaint: Make tools use the new API for property change shortcuts
Mustafa Quraish
2021-09-04
PixelPaint: Add mechanism for tools to use keyboard shortcuts
Mustafa Quraish
2021-09-04
SoundPlayer: Add spacebar keyboard shortcut for play/pause
Thitat Auareesuksakul
2021-09-04
HexEditor: Use FileSystemAccessClient, add unveils
Mustafa Quraish
2021-09-04
PDFViewer: Use FileSystemAccessClient to open files
Mustafa Quraish
2021-09-04
PixelPaint: Add separator in image menu
Mustafa Quraish
2021-09-04
PixelPaint: Allow modifiable thickness for RectangleTool :^)
Mustafa Quraish
2021-09-04
LibGfx/Painter: Add `draw_rect_with_thickness` method
Mustafa Quraish
2021-09-04
PixelPaint: Add `Copy Merged` action
Mustafa Quraish
2021-09-04
PixelPaint: Parse saved Guides from the ProjectLoader in main
Tobias Christiansen
2021-09-04
PixelPaint: Add ProjectLoader to abstract away opening of files
Tobias Christiansen
2021-09-04
PixelPaint: Save Guides when writing project to file
Tobias Christiansen
2021-09-04
PixelPaint: Move saving a project from Image into ImageEditor
Tobias Christiansen
2021-09-04
PixelPaint: Move serialization of Image into seperate function
Tobias Christiansen
2021-09-04
SoundPlayer: Don't try to dereference null-pointer buffers
Karol Kosek
2021-09-04
Piano: Format slider values when initially set
Musab Kılıç
2021-09-04
ImageViewer: Kindly ask the user if they want to delete a file
Musab Kılıç
2021-09-03
Piano: Draw note names on top of notes
Musab Kılıç
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
DisplaySettings: Add context menu for wallpapers
Karol Kosek
2021-09-03
LibWeb: Add support HTMLScriptElement.supports
Luke Wilde
2021-09-03
LibIPC: Convert Encoder class to east-const style
Andreas Kling
2021-09-03
LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>
Andreas Kling
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-03
LibSyntax: Fix bug in matching cursor highlighting
Mustafa Quraish
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-03
LibGUI: Set correct value on click with set jump_to_cursor() in Slider
Karol Kosek
2021-09-03
LibGUI: Add track_margin() to Sliders
Karol Kosek
2021-09-03
LibGfx/Color: Add `suggested_foreground_color()` method
Mustafa Quraish
2021-09-03
LibGfx/Color: Use luminosity to compute grayscale value
Mustafa Quraish
2021-09-03
PixelPaint: Add actions to rotate image left/right
Mustafa Quraish
[next]