summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2022-02-21LibWeb: Assign correct viewport dimensions when making style for ICBAndreas Kling
2022-02-21Userland: Ask first for unsaved changes after clicking an "Open" actionKarol Kosek
2022-02-21LibWeb: Add basic support for dynamic markup insertionLorenz Steinert
2022-02-21AK: Suppress clang-tidy warning on TODO()Max Wipfli
2022-02-21Kernel: Implement booting all CPU cores on x86_64Tom
2022-02-21Lagom: Port LibSyntaxFiliph Sandström
2022-02-21LibJS: Define the Intl.Collator's compare function name to be emptyTimothy Flynn
2022-02-21Base: Add characters to font Comic Book Regular 10Lady Gegga
2022-02-21Base: Adjust 002E, 0023 in font Comic Book Regular 10Lady Gegga
2022-02-21Base: Add Glagolitic to font Katica Regular 10Lady Gegga
2022-02-21Base: Add Limbu to font Katica Regular 10Lady Gegga
2022-02-21Base: Adjust 2099 in font Katica Regular 10Lady Gegga
2022-02-21Base: Add Superscripts and Subscripts to font Katica Regular 10Lady Gegga
2022-02-21Base: Add Spacing Modifier Letters to font Katica Regular 10Lady Gegga
2022-02-21Base: Add "sharp s" to Katicia(regular/bold 10/12) & Csilla(10)Lady Gegga
2022-02-21LibWeb: SVG parse signed numbers in eliptical arcSimon Danner
2022-02-21HackStudio: Open by default the last opened project if not specifiedMarco Cutecchia
2022-02-21HackStudio: Add a 'Recent Projects' submenu in 'File'Marco Cutecchia
2022-02-21LibGUI: Add 'remove_all_actions' method to 'Menu'Marco Cutecchia
2022-02-21WindowServer: Add IPC call to remove a menu's itemMarco Cutecchia
2022-02-21LibWeb: Fix 'Comment end state' in HTML TokenizerAdam Hodgen
2022-02-21LibWeb: Implement tokenization newline preprocessingAdam Hodgen
2022-02-21LibWeb: Fix off by one error in HTML TokenizerAdam Hodgen
2022-02-21LibWeb: Implement `Node.nodeValue` DOM attributeAdam Hodgen
2022-02-21WebContent: Push execution context before ConsoleGlobalObject initLinus Groh
2022-02-21WebContent: Remove unused JS Lexer/Parser includesLinus Groh
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-21Spreadsheet: Replace range function with R functionu9g
2022-02-21Spreadsheet: Make R function syntax more simpleu9g
2022-02-20Kernel: Init receive buffer for dynamically created VirtIO console portSviatoslav Peleshko
2022-02-20Meta: Add "vdagent" character device for both qemu-vdagent and spicevmcSviatoslav Peleshko
2022-02-20LibJS: Re-implement String.localeCompare using the StringCompare AOIdan Horowitz
2022-02-20LibJS: Implement get Intl.Collator.prototype.compareIdan Horowitz
2022-02-20LibJS: Add an initial implementation of Collator Compare FunctionsIdan Horowitz
2022-02-20LibJS: Capture values as handles in Promise.prototype.finally callbacksLinus Groh
2022-02-20LibJS: Use new NativeFunction::create() in most placesLinus Groh
2022-02-20LibJS: Add NativeFunction::create() overload for CreateBuiltinFunctionLinus Groh
2022-02-20LibJS: Add [[InitialName]] and use it in Function.prototype.toString()Linus Groh
2022-02-20Ports: Use the objcopy built as part of the toolchainDaniel Bertalan
2022-02-21Spreadsheet: Prevent infinite loop in Range ctoru9g
2022-02-20Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-02-20Spreadsheet: Remove Debug Statementu9g
2022-02-20Kernel: Make i8042 existence check more robust against faulty hardwareLiav A
2022-02-20LibAudio: Simplify empty Audio::Buffer state to be truly emptyAndrew Kaster
2022-02-20Fuzzers: Avoid unnecessary ByteBuffer copies in FuzzWAVLoaderAndrew Kaster
2022-02-20Lagom: Add two-stage build for Fuzzers to enable fuzzing generated codeAndrew Kaster
2022-02-20LibJS: Remove unused FunctionNode::set_name()Linus Groh
2022-02-20LibJS: Remove unused BoundFunction.h include from FunctionObject.cppLinus Groh
2022-02-20Base: Add Gruvbox Dark themeJaime Valenzuela Durán