summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-15LibWeb: Add spec links to each HTML tokenizer state sectionLinus Groh
2022-02-15LibWeb: Add stubs for document.write and document.writelnMaciej
2022-02-15LibArchive: Default initialize member variablesLenny Maiorani
2022-02-15LibArchive: Use constexpr variables where possibleLenny Maiorani
2022-02-15LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)Lenny Maiorani
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2022-02-15Meta: Actually run gml-format in CIIdan Horowitz
2022-02-15Applications: Run gml-formatIdan Horowitz
2022-02-15AK+Kernel: OOM-harden most parts of TrieAli Mohammad Pur
2022-02-15AK: Conditionally disable a few variant ctors/assignmentsAli Mohammad Pur
2022-02-15AK: Add a 'SpecializationOf' conceptAli Mohammad Pur
2022-02-15Meta: Increase Azure CI timeout for Lagom buildsIdan Horowitz
2022-02-15FontEditor: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-15CharacterMap: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-15LibGUI: Allow GlyphMapWidget to filter by code point rangesthankyouverycool
2022-02-15Tests: Add Unicode tests for CharacterType block propertiesthankyouverycool
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-02-15LibWeb: Don't delay document load event forever with cached style sheetsAndreas Kling
2022-02-15LibWeb: Don't delay document load event forever with cached CSS importsAndreas Kling
2022-02-15LibWeb: Force a relayout when scrolling to anchorAndreas Kling
2022-02-15LibWeb: Don't trigger page load for fragment navigation within same URLAndreas Kling
2022-02-15LibWeb: Repaint entire viewport after document layoutAndreas Kling
2022-02-15LibIPC: Always shutdown() the Connection if reached EOFVitaly Dyachkov
2022-02-15Spreadsheet: Improve 'Functions Help' buttonelectrikmilk
2022-02-15Spreadsheet: Insert missing iconselectrikmilk
2022-02-15Base: Add color to Spreadsheet file type iconelectrikmilk
2022-02-15Base: Add Old Hungarian to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Geometric Shapes Extended to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Transport and Map Symbols to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Ornamental Dingbats to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Khojki characters to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Hatran characters to font Katica Regular 10Lady Gegga
2022-02-15Base: Add Lao character to font Katica Regular 10Lady Gegga
2022-02-15Base: Allow font-files be "Open with" Hex EditorLady Gegga
2022-02-15Base: Add 10CD1E-10CD21 emojis to PUA codepointsLady Gegga
2022-02-15Base+Piano: Insert missing icons into menubarelectrikmilk
2022-02-15LibJS: Fix cases where we incorrectly allowed 'in' in for loopsAnonymous
2022-02-15DisplaySettings: Include aspect ratio in resolution list textForLoveOfCats
2022-02-15LibWeb: Compute some height of BlockFormattingContexts earliermichiell1
2022-02-15Base+PixelPaint: Use Merge Active Layer Up/Down Iconselectrikmilk
2022-02-15PixelPaint: Implement Merge Active Layer Upelectrikmilk
2022-02-15Playground: Add editor actions to the window menuKarol Kosek
2022-02-15LibWeb: Make IFC register absolutely positioned descendants with BFCAndreas Kling
2022-02-15LibWeb: Make InlineLevelIterator skip over positioned elementsAndreas Kling
2022-02-15LibWeb: Implement HTMLElement.click()Andreas Kling
2022-02-15LibWeb: Add spec comments to the StackOfOpenElements classAndreas Kling
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibJS: Correct an include in PrimitiveStringdavidot
2022-02-15LibJS: Use CopyDataProperties when spreading in object expressionsdavidot