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
/
Applications
Age
Commit message (
Expand
)
Author
2021-09-12
PixelPaint: Let PickerTool optionally sample all layers
Mustafa Quraish
2021-09-12
PixelPaint: Write changed settings back to config file
Mustafa Quraish
2021-09-12
PixelPaint: Use config to get default values for Guides/Rulers/PixelGrid
Mustafa Quraish
2021-09-12
PixelPaint: Allow panning when right-clicking with MoveTool
Mustafa Quraish
2021-09-12
PixelPaint: Add setter/getter for ImageEditor::m_pan_origin
Mustafa Quraish
2021-09-12
PixelPaint: Fix zooming to cursor
Tobias Christiansen
2021-09-12
ThemeEditor: Accept drop events
Karol Kosek
2021-09-12
ThemeEditor: Update theme path on theme load
Karol Kosek
2021-09-12
ThemeEditor: Rename main()'s preview_palette to startup_preview_palette
Karol Kosek
2021-09-12
ThemeEditor: Use preview_palette from the PreviewWidget
Karol Kosek
2021-09-12
ThemeEditor: Add 'Open file' menu action
Karol Kosek
2021-09-12
ThemeEditor: Open files from an argument
Karol Kosek
2021-09-12
ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result
Karol Kosek
2021-09-12
ThemeEditor: Create menu contents after creating widgets
Karol Kosek
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-12
PixelPaint: Fit image to view when opened
Mustafa Quraish
2021-09-12
PixelPaint: Make `Fit Image To View` account for rulers
Mustafa Quraish
2021-09-12
PixelPaint: Remove unused methods to access files directly
Mustafa Quraish
2021-09-12
PixelPaint: Use FileSystemAccessServer exclusively, remove unveil
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
Mustafa Quraish
2021-09-12
PixelPaint: Don't draw pixel grid outside image bounds
Mustafa Quraish
2021-09-12
Spreadsheet: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Browser: Use String::count instead of String::replace(X, X, true)
Idan Horowitz
2021-09-11
TextEditor: Remove wordiness and a separator in View menu
thankyouverycool
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-11
PixelPaint: Add mouse indicators to the rulers
David Isaksson
2021-09-11
PixelPaint: Add rulers
David Isaksson
2021-09-11
PixelPaint: Draw guide lines and selections above the pixel grid
David Isaksson
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-11
PixelPaint: Add menu action to toggle pixel grid visibility
Mustafa Quraish
2021-09-11
PixelPaint: Show a pixel grid when zoomed in enough
Mustafa Quraish
2021-09-11
SystemMonitor: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
Spreadsheet: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
PixelPaint: Add "Clear Guides" to remove all Guides
Tobias Christiansen
2021-09-10
HexEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor/FileArgument: Remove file existance check for early exit
Mustafa Quraish
2021-09-10
PDFViewer: Open CLI files through FileSystemAccessServer without prompt
Mustafa Quraish
2021-09-09
PixelPaint: Add `Fit Image To View` action
Mustafa Quraish
2021-09-09
PixelPaint: Add "Brush Mode" to EraseTool :^)
Mustafa Quraish
2021-09-09
PixelPaint: Make EraseTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Make PenTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Reoriganize drawing in BrushTool to allow more code reuse
Mustafa Quraish
2021-09-09
PixelPaint: Allow drawing line between 2 points with BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Fix BucketTool out of memory crashes
Mustafa Quraish
2021-09-09
3DFileViewer: Use unveil and FileSystemAccessServer
Timothy
2021-09-08
SystemMonitor: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
SystemMonitor: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
SystemMonitor: Make the process list searchable
Dawid Wolosowicz
[next]