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
2023-05-14
LibWeb: Protect against dereferencing a null pending image request
Andreas Kling
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
LibWeb: Flesh out basic support of min-width/height for grid items
Aliaksandr Kalenik
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
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: Specify snake case names for navigation timing entries too
Luke Wilde
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
2023-05-13
FontEditor: Iterate slope and weight lists by size()
thankyouverycool
2023-05-13
FontEditor: Convert Model lists to Vector<String>
thankyouverycool
2023-05-13
LibGfx: Convert FontStyleMappings to Arrays
thankyouverycool
2023-05-13
LibGUI: Add fallible factories to ItemListModel
thankyouverycool
2023-05-13
LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidget
thankyouverycool
2023-05-13
LibWeb: Return grid container width from automatic_content_width in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Implement grid container intrinsic sizes calculation
Aliaksandr Kalenik
2023-05-13
LibWeb: Fix condition to determine auto tracks while sizing in GFC
Aliaksandr Kalenik
[next]