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-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
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
Magnifier: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-09-08
Assistant: Fix lockfile logic
Ben Wiederhake
2021-09-08
Assistant: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-09-07
PixelPaint: Show mouse position in statusbar without active tool
Mustafa Quraish
2021-09-07
PixelPaint: Add Menu action/shortcut to close current image tab
Mustafa Quraish
2021-09-07
PixelPaint: Register RectangleTool thickness slider as primary
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `LineTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`
Mustafa Quraish
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
PixelPaint: Fix layer dragging bug
Mustafa Quraish
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
Browser+WebContent: Initialize WebContentConsoleClient earlier
Sam Atkins
2021-09-06
Browser: Convert JS ConsoleWidget to new API
Sam Atkins
2021-09-06
Browser: Reconnect the JS console when the current page changes
Sam Atkins
2021-09-06
Browser: Move `show_console_window()` to Tab
Sam Atkins
2021-09-06
Browser: Delete unused BrowserConsoleClient.{h,cpp}
Sam Atkins
2021-09-06
Keyboard Mapper: Better text color for buttons in dark theme
Anders Fimreite
2021-09-06
ThemeEditor: Make the model derived from ItemListModel
Karol Kosek
2021-09-06
FontEditor: Don't loop over all glyphs to find selected one
Mustafa Quraish
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-04
SoundPlayer: Convert to double before calculating
Karol Kosek
2021-09-04
SoundPlayer: Simplify Bars Visualization drawing logic a bit
Karol Kosek
2021-09-04
SystemMonitor: Fix CPU usage calculation
Tom
2021-09-04
SoundPlayer: Create only one playlist widget
Karol Kosek
2021-09-04
Assistant: Use HashMap::ensure() in Database::did_receive_results()
Andreas Kling
2021-09-04
SystemMonitor: Use HashMap::ensure() in ProcessModel::update()
Andreas Kling
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
PixelPaint: Use Zoom and Eyedropper cursors
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
[next]