index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-14
LibWeb: Protect against dereferencing a null pending image request
Andreas Kling
2023-05-14
Meta: Enable DWARF 5 debug information
MacDue
2023-05-14
LibDebug: Stub out LocListX and remove stub expression evaluator
MacDue
2023-05-14
LibJS/Bytecode: Restore old environments when an exception is caught
Andreas Kling
2023-05-14
LibJS/Bytecode: Fix bogus program termination after `try` with `catch`
Andreas Kling
2023-05-13
Userland+Base: Don't run NetworkSettings in elevated mode
Fabian Dellwing
2023-05-13
NetworkSettings: Use helper script to write config
Fabian Dellwing
2023-05-13
Escalator: Major rework and enable forwarding of stdin/stdout
Fabian Dellwing
2023-05-13
Userland: Allow our access check to pass flags to faccessat syscall
Fabian Dellwing
2023-05-13
Userland+Meta: Add new helper program for network settings
Fabian Dellwing
2023-05-13
Ports: Add chocolate-doom 3.0.1
Mike Swanson
2023-05-13
Ports: Add libsamplerate 0.2.2
Mike Swanson
2023-05-13
LibWeb: Flesh out basic support of min-width/height for grid items
Aliaksandr Kalenik
2023-05-13
AK: Fix typo in instructions for adopt_nonnull_REF_or_enomem
Ben Wiederhake
2023-05-13
pledge: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-13
which: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-13
test-pthread: Check for correct return value from sem_trywait()
Tim Ledbetter
2023-05-13
Base: Add man page for top
Tim Ledbetter
2023-05-13
top: Add -p option to filter by pid
Tim Ledbetter
2023-05-13
tar: Convert from DeprecatedFile to Core::File and FileSystem
Ben Wiederhake
2023-05-13
HackStudio: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-13
aplay: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-13
abench: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-13
LibJS/Bytecode: Variable declarators should always prefer lexical env
Andreas Kling
2023-05-13
LibWeb: Implement performance.{measure,clearMeasures}
Luke Wilde
2023-05-13
LibWeb: Capture realm in dictionary to C++ conversion
Luke Wilde
2023-05-13
LibWeb: Specify snake case names for navigation timing entries too
Luke Wilde
2023-05-13
Ladybird: Add common handy actions to context menu
MacDue
2023-05-13
Base: Add a test page to load a video element with <source> children
Timothy Flynn
2023-05-13
LibWeb: Partially implement HTMLSourceElement's insertion/removal steps
Timothy Flynn
2023-05-13
LibWeb: Implement the HTMLMediaElement child <source> selection steps
Timothy Flynn
2023-05-13
LibWeb: Change Document::parse_url to accept a StringView
Timothy Flynn
2023-05-13
FontEditor: Allow application to launch without a font
thankyouverycool
2023-05-13
LibGUI: Use ColorRole::DisabledText when AbstractView is disabled
thankyouverycool
2023-05-13
LibGUI: Allow setting and clearing text in SpinBox
thankyouverycool
2023-05-13
FontEditor: Let GlyphEditorWidget initialize a null BitmapFont
thankyouverycool
2023-05-13
LibGUI+Applications: Let GlyphMapWidget initialize a null Font
thankyouverycool
2023-05-13
FontEditor: Move common restoration work into restore_state()
thankyouverycool
2023-05-13
FontEditor: Use resultant FSAC filename when Saving-as
thankyouverycool
2023-05-13
FontEditor: Use fallible {Input,Message}Boxes
thankyouverycool
2023-05-13
FontEditor: Don't crash on missing icons
thankyouverycool
2023-05-13
FontEditor: Rename m_edited_font => m_font and remove getter
thankyouverycool
2023-05-13
FontEditor: Remove unnecessary call to hide() NewFontDialog
thankyouverycool
2023-05-13
FontEditor: Remove unnecessary setters and getters
thankyouverycool
2023-05-13
FontEditor: Remove unnecessary deferred invokes
thankyouverycool
2023-05-13
FontEditor: Make update_title() private
thankyouverycool
2023-05-13
FontEditor: Tighten lambda captures
thankyouverycool
2023-05-13
FontEditor: Propagate errors formatting preview text
thankyouverycool
2023-05-13
FontEditor: Propagate errors when loading GML
thankyouverycool
2023-05-13
FontEditor: Port some instances of DeprecatedString
thankyouverycool
[next]