summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-02LibWeb: Implement CSS parsing convenience functionsSam Atkins
2021-08-02LibWeb: Clarify naming and publicity of CSS Parser methodsSam Atkins
2021-08-02LibWeb: Only dump parsed CSS stylesheet if logging is enabledSam Atkins
2021-08-02LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vectorAli Mohammad Pur
2021-08-02LibRegex: Use a bump-allocated linked list for fork save statesAli Mohammad Pur
2021-08-02AK: Add a simple bump allocatorAli Mohammad Pur
2021-08-02LibRegex: Add some tests for Fork{Stay,Jump} performanceAli Mohammad Pur
2021-08-02LibRegex: Make Fork{Jump,Stay} non-recursiveAli Mohammad Pur
2021-08-02AK: Correct Tuple's constructor signaturesAli Mohammad Pur
2021-08-02LibGUI: Ensure that edit actions are disabled for password boxesGunnar Beutner
2021-08-02LibGUI: Remove redundant codeGunnar Beutner
2021-08-02Meta: Improve WSL detection for the run.sh scriptGunnar Beutner
2021-08-02Mail: Use GUI::PasswordInputDialog to ask for server passwordsAndreas Kling
2021-08-02LibGUI: Add a simple GUI::PasswordInputDialogAndreas Kling
2021-08-02LibGUI: Register GUI::PasswordBox to make it availble in GMLAndreas Kling
2021-08-02Mail: Tweak vertical spacing & margins in main UI layoutAndreas Kling
2021-08-02Browser: Tweak vertical spacing in per-tab UI layoutAndreas Kling
2021-08-02Meta: Add BUILD_SHARED_LIBS option for Lagom buildsAndrew Kaster
2021-08-02LibAudio: Handle stream errors in FlacLoaderAndrew Kaster
2021-08-02Kernel: Send RST/ACK if no socket is availablebrapru
2021-08-02Kernel: Do not send delayed ack in response to RST/ACKbrapru
2021-08-02Base: Add a quote to fortunes.jsonLinus Groh
2021-08-02VirtualFileSystem: Don't let rename() overwrite non-empty directoryLuK1337
2021-08-02LibCpp: Allow 'final' in a class declaration with inheritanceAli Mohammad Pur
2021-08-02LibCpp: Add support for east constAli Mohammad Pur
2021-08-02LibCpp: Allow 'override' as a function target qualifierAli Mohammad Pur
2021-08-02LibCpp: Add support for parsing function typesAli Mohammad Pur
2021-08-02LibCpp: Allow 'const' after a function's signatureAli Mohammad Pur
2021-08-02LibCpp: Add support for parsing reference typesAli Mohammad Pur
2021-08-02LibCpp: Allow virtual destructorsAli Mohammad Pur
2021-08-02LibCpp: Match and ignore struct/class inheritanceAli Mohammad Pur
2021-08-02LibCpp: Correctly parse lines that end in '\'Ali Mohammad Pur
2021-08-02LibCpp: Parse enum members with explicit valuesAli Mohammad Pur
2021-08-02LibCpp: Parse "extern" declarationsAli Mohammad Pur
2021-08-02LibCpp: Accept scoped variable declarationsAli Mohammad Pur
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-08-02PixelPaint: Show image coordinates in the status barClément Sibille
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-08-02Mail: Use Window::add_menu instead of Menubar::add_menusin-ack
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani
2021-08-02Ports: Bump pkgconf from version 1.7.3 to 1.8.0Kenneth Myhra
2021-08-02Meta: Explicitly specify the disk format in the QEMU optionsx-yl
2021-08-02Meta: Fix compatibility with QEMU 5.xGunnar Beutner
2021-08-02LibWeb: Remove unneccessary breaks from text-decoration-renderingTobias Christiansen
2021-08-02LibWeb: Don't draw zero-length line for text-decoration: blinkTobias Christiansen
2021-08-02Kernel: Convert NetworkTask to east-const stylebrapru
2021-08-02Shell: Improve the parsing of history event designatorsTheFightingCatfish
2021-08-02AK: Add formatters for BigEndian and LittleEndiansin-ack
2021-08-01js: Implement pretty-printing of Temporal.ZonedDateTime objectsLinus Groh
2021-08-01LibJS: Implement Temporal.Now.zonedDateTimeISO()Linus Groh