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
2022-12-15
LibJS: Convert standalone construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-15
LibJS: Ensure Optional<Completion>'s defaults to empty completion
Linus Groh
2022-12-15
LibWeb: Implement input range type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input local date and time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input week type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input month type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input date type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input email type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input color type sanitation algorithm
Kyle Lanmon
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-15
LibJS: Access DurationRecord properties in alphabetical order
Timothy Flynn
2022-12-15
LibJS: Move IsValidDurationRecord check to ToDurationRecord
Timothy Flynn
2022-12-15
LibJS: Remove infallibility markers from some Intl.DurationFormat AOs
Timothy Flynn
2022-12-15
LibWeb: Implement more values of flexbox align-content
Max Stevens
2022-12-15
Piano: Overhaul AudioPlayerLoop and throw out event loops
kleines Filmröllchen
2022-12-15
Piano: Make AudioPlayerLoop::is_playing const
kleines Filmröllchen
2022-12-15
LibIPC: Only run responsiveness timer when there is an event loop
kleines Filmröllchen
2022-12-15
LibIPC: Add deferred invoker getter
kleines Filmröllchen
2022-12-15
LibAudio: Allow resampling into existing buffer
kleines Filmröllchen
2022-12-15
LibAudio: Expose blocking realtime enqueue to audio clients
kleines Filmröllchen
2022-12-15
LibAudio: Make resampling fallible
kleines Filmröllchen
2022-12-15
PixelPaint: Make sure modified state is updated when undo_stack changes
meiskam
2022-12-15
PixelPaint: Update window `modified` to look at all tabs
meiskam
2022-12-15
LibGUI: Add dots below TabWidget close button when modified
meiskam
2022-12-15
LibGUI: Add `modified` bool to TabWidget
meiskam
2022-12-14
HexEditor: Handle some errors inside the editor
Arda Cinar
2022-12-14
CrashReporter: Use the `Core::Stream` friendly API, `save_file()`
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Add `save_file()`
Lucas CHOLLET
2022-12-14
LibCore: Add fd overload of `File::is_directory` and `File::is_device`
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Rename `Result` => `DeprecatedResult`
Lucas CHOLLET
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-14
Piano: Only treat unmodified key presses as playing notes
Sam Atkins
2022-12-14
SpaceAnalyzer: Ignore unhandled keydown events
Sam Atkins
2022-12-14
Presenter: Ignore unhandled keydown events
Sam Atkins
2022-12-14
MasterWord: Ignore unhandled keydown events
Sam Atkins
2022-12-14
Hearts: Ignore unhandled keydown events
Sam Atkins
2022-12-14
Chess: Ignore unhandled keydown events
Sam Atkins
2022-12-14
BrickGame: Ignore unhandled keydown events
Sam Atkins
2022-12-14
Solitaire: Ignore unhandled keydown events
Sam Atkins
2022-12-14
Meta+CMake: Extract Wasm spec tests into the binary directory
Andrew Kaster
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibWeb: Remove declarations for LineBoxFragment methods that don't exist
Sam Atkins
2022-12-14
LibWeb: Convert text and text-decoration painting to new pixel units
Sam Atkins
[next]