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-11-13
ThemeEditor: Correct GroupBox margins
Sam Atkins
2021-11-13
LibGUI: Change delete key handling from action to keydown_event
Andrew January
2021-11-13
3DFileViewer: Clean some code for increased readability on Mesh
Pedro Pereira
2021-11-13
3DFileViewer: Calculate face-normal from vertex-normals of the triangle
Pedro Pereira
2021-11-13
3DFileViewer: Add 'normals' to Mesh constructor
Pedro Pereira
2021-11-13
3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader
Pedro Pereira
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
SystemMonitor: Ask user before trying to kill/stop process
Maciej
2021-11-13
SystemMonitor: Add Delete as alternate shortcut for killing a process
Maciej
2021-11-13
SoundPlayer: Add keyboard shortcuts for stop and volume
Elyse
2021-11-13
SoundPlayer: Make 'volume_slider' a member variable
Elyse
2021-11-13
SoundPlayer: Allow volume output of up to 150%
Elyse
2021-11-13
SystemMonitor: Shrink oversized GroupBox margins
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image writing/exporting functions
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-06
TextEditor: Fix hang on "Replace All"
Davi
2021-11-05
ThemeEditor: Offset the preview vertically to center it better
Sam Atkins
2021-11-05
ThemeEditor: Add support for FlagRoles
Sam Atkins
2021-11-04
SoundPlayer: Allow playback progress slider jump to cursor
Elyse
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-11-03
LibGUI+FileManager: Clarify Widget margins name
FrHun
2021-11-03
LibGUI+Settings: Remove superfluous margin sets
FrHun
2021-11-02
LibDSP+Piano: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
LibWeb+Browser: Show DOM comments with syntax_comment color in inspector
Andreas Kling
2021-11-02
PixelPaint: Map color_distance_squared from 0 to 1
Musab Kılıç
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-11-01
HexEditor: Give magic constants names
Arne Elster
2021-11-01
HexEditor: Use size_t where applicable
Arne Elster
2021-11-01
HexEditor: Remove magic color constant for modified bytes
Arne Elster
2021-11-01
HexEditor: Show blinking caret at current position
Arne Elster
2021-10-31
Browser: Add "Color scheme" setting
Sam Atkins
2021-10-31
Spreadsheet: Convert JSIntegration to ThrowCompletionOr
Timothy Flynn
2021-10-31
PixelPaint: Use a bucket cursor for the Bucket tool
Marco Cutecchia
[next]