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
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
2021-09-03
PixelPaint: Add actions to flip image vertically/horizontally
Mustafa Quraish
2021-09-03
PixelPaint: Draw layers from bottom of panel, adjust spacing
Mustafa Quraish
2021-09-03
PixelPaint: Add `Merge Active Layer Down` action
Mustafa Quraish
2021-09-03
PixelPaint: Fix the displayed order of layers in LayerListWidget
Mustafa Quraish
2021-09-02
FileManager: Kindly ask the user if they want to delete a file
Musab Kılıç
2021-09-02
LibWeb: Check target's root instead of target itself in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-09-02
LibVT: Execute DragOperation after resetting active hyperlink
Musab Kılıç
2021-09-02
Browser: Reload the DOM Inspector's JSON data when loading a new page
Sam Atkins
2021-09-02
Browser: Reset the DOM Inspector's state when re-opening it
Sam Atkins
2021-09-02
Browser: Implement "Inspect Element" context menu action
Sam Atkins
2021-09-02
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
Sam Atkins
2021-09-02
LibWeb+WebContent: Implement asynchronous DOM Node properties call
Sam Atkins
[next]