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
2021-10-23
Kernel/PCI: Simplify detect_optimal_access_type function
Liav A
2021-10-23
HackStudio: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-23
TextEditor: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-23
LibWeb: Syntax-highlight CSS within HTML :^)
Sam Atkins
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-23
LibWeb: Record position information in CSS Tokens
Sam Atkins
2021-10-23
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
Sam Atkins
2021-10-23
LibWeb: Add spec links to CSS Tokenizer
Sam Atkins
2021-10-23
LibWeb: Implement hashless hex color quirk
Sam Atkins
2021-10-23
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
Sam Atkins
2021-10-23
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
Sam Atkins
2021-10-23
LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert RegExpConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromisePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert PromiseConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DatePrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert DateConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert typed_array_merge_sort to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the TypedArraySpeciesCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert StringPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the CreateHTML AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the PadString AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert resolve_best_locale to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert StringConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibGUI: Don't force flush pending paints whenever mouse moves
Andreas Kling
2021-10-23
LibGUI: Repaint buttons immediately on mouse up/down events
Andreas Kling
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-23
LibGUI: Use move semantics in GUI::MultiPaintEvent
Andreas Kling
2021-10-23
LibWeb: Fix off-by-one in initial containing block overflow calculation
Andreas Kling
2021-10-23
LibGUI: Make exclusive button group act as a single focusable unit
Andreas Kling
2021-10-23
LibGUI: Add GUI::KeyEvent::is_arrow_key()
Andreas Kling
2021-10-23
LibGUI: Mark GUI::RadioButton as "checkable"
Andreas Kling
2021-10-23
Utilities: Add -f option to ln
Jean-Baptiste Boric
2021-10-23
Utilities: Add ignored -f option to touch
Jean-Baptiste Boric
2021-10-23
LibCore: Add ignored options to ArgsParser
Jean-Baptiste Boric
2021-10-23
LibC: Add definition for FOPEN_MAX
Jean-Baptiste Boric
2021-10-23
EchoServer: Defer removal of client from clients HashMap
Brendan Coles
2021-10-23
TelnetServer: Defer removal of client from clients HashMap
Brendan Coles
2021-10-23
LibWeb: Make CSS ParsingContext's Document* be const
Sam Atkins
[next]