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
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
PixelPaint: Let the move tool optionally select the active layer
Tim Ledbetter
2023-01-26
PixelPaint: Add a GradientTool
Torstennator
2023-01-25
PixelPaint: Use background color when cropping layer to content
Tim Ledbetter
2023-01-25
FileManager: Use Core::Process::set_name()
Sam Atkins
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-24
FileManager: Calculate file action permissions for subsequent columns
Karol Kosek
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-19
Presenter: Disable actions when there is no loaded presentation
Joao Luz
2023-01-19
SoundPlayer: Translate device samples to source samples before seeking
Tim Schumacher
2023-01-19
SoundPlayer: Don't offset the seek bar with the last seek value
Tim Schumacher
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2023-01-18
SoundPlayer: Log loader errors and otherwise ignore them for now
Arda Cinar
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
Presenter: Increase the minimum widget size
Jelle Raaijmakers
2023-01-17
Presenter: Restructure menu to be more consistent with other apps
Jelle Raaijmakers
2023-01-17
SoundPlayer: Specify the total sample count in playback device samples
Tim Schumacher
2023-01-17
Assistant: Debounce text input on_change event
Tim Ledbetter
2023-01-17
Assistant: Cache results for each query by provider
Tim Ledbetter
2023-01-17
PixelPaint: Preserve layer location when copying layers
Tim Ledbetter
2023-01-16
Spreadsheet: Port to `Core::Stream`
Lucas CHOLLET
2023-01-16
Spreadsheet: Port from `Result` to `ErrorOr`
Lucas CHOLLET
2023-01-16
Spreadsheet: Move to a non-owning model for `Stream` in `Writer::XSV`
Lucas CHOLLET
2023-01-16
Presenter: Disable "Next" and "Previous" actions when non-applicable
Lucas CHOLLET
2023-01-16
Presenter: Add `Presentation::has_a_[next,previous]_frame()`
Lucas CHOLLET
2023-01-15
PixelPaint: Hold shift to increase move tool speed with the arrow keys
Tim Ledbetter
2023-01-15
Presenter: Use the non-deprecated API of `LibFileSystemAccessClient`
Lucas CHOLLET
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-13
FontEditor: Fix more ignored .to_string() errors
MacDue
2023-01-13
PixelPaint: Hold shift to constrain polygonal select tool line angle
Tim Ledbetter
2023-01-13
PixelPaint: Don't allow the move tool to resize to zero pixels
Tim Ledbetter
2023-01-13
GamesSettings: Draw one of the previewed cards as "highlighted"
Timothy Flynn
2023-01-13
GamesSettings: Paint the card preview frame using a CardGame subclass
Timothy Flynn
2023-01-13
GamesSettings: Move classes into the GamesSettings namespace
Timothy Flynn
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementation
Linus Groh
2023-01-12
Browser: Implement zoom :^)
Linus Groh
2023-01-12
SoundPlayer: Don't silently ignore parsing failures
Tim Schumacher
2023-01-12
LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream
Karol Kosek
2023-01-12
PixelPaint: Scale lasso tool preview path on zoom level change
Tim Ledbetter
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
[next]