summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-23Kernel/PCI: Simplify detect_optimal_access_type functionLiav A
2021-10-23HackStudio: Add syntax-highlighting for CSS filesSam Atkins
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-10-23LibWeb: Syntax-highlight CSS within HTML :^)Sam Atkins
2021-10-23LibWeb: Implement first draft of CSS syntax highlighting :^)Sam Atkins
2021-10-23LibWeb: Record position information in CSS TokensSam Atkins
2021-10-23LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()Sam Atkins
2021-10-23LibWeb: Add spec links to CSS TokenizerSam Atkins
2021-10-23LibWeb: Implement hashless hex color quirkSam Atkins
2021-10-23LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()Sam Atkins
2021-10-23LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()Sam Atkins
2021-10-23LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpInitialize AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromisePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromiseConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the PromiseResolve AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DatePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DateConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NumberToBigInt AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert typed_array_merge_sort to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the TypedArraySpeciesCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert StringPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the CreateHTML AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the PadString AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert resolve_best_locale to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert StringConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibGUI: Don't force flush pending paints whenever mouse movesAndreas Kling
2021-10-23LibGUI: Repaint buttons immediately on mouse up/down eventsAndreas Kling
2021-10-23LibGUI: Add Widget::repaint() to force an immediate repaintAndreas Kling
2021-10-23LibGUI: Use move semantics in GUI::MultiPaintEventAndreas Kling
2021-10-23LibWeb: Fix off-by-one in initial containing block overflow calculationAndreas Kling
2021-10-23LibGUI: Make exclusive button group act as a single focusable unitAndreas Kling
2021-10-23LibGUI: Add GUI::KeyEvent::is_arrow_key()Andreas Kling
2021-10-23LibGUI: Mark GUI::RadioButton as "checkable"Andreas Kling
2021-10-23Utilities: Add -f option to lnJean-Baptiste Boric
2021-10-23Utilities: Add ignored -f option to touchJean-Baptiste Boric
2021-10-23LibCore: Add ignored options to ArgsParserJean-Baptiste Boric
2021-10-23LibC: Add definition for FOPEN_MAXJean-Baptiste Boric
2021-10-23EchoServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-23TelnetServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-23LibWeb: Make CSS ParsingContext's Document* be constSam Atkins