summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-03FileManager: Use the current directory as one of the initial locationsKarol Kosek
2021-08-03FileManager: Set chdir to the current path when opening applicationsKarol Kosek
2021-08-03Taskbar: Set chdir to the home directory when opening applicationsKarol Kosek
2021-08-03Ping: Add -s argument to specify the payload size of the pingThomas Wagenveld
2021-08-03LibC: Add definition for 'struct ip' in netinet/ip.hThomas Wagenveld
2021-08-03PixelPaint: Move properties for LineTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Move properties for RectangleTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for MoveToolMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for SprayToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EllipseTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for PenToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EraserTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03LibJS: Add a js_bigint(VM&, ...) overload and use itLinus Groh
2021-08-02LibRegex: Generate negated property escapes as a single instructionTimothy Flynn
2021-08-02LibRegex: Support property escapes of the form \p{Type=Value}Timothy Flynn
2021-08-02LibRegex: Support property escapes of Unicode General CategoriesTimothy Flynn
2021-08-02LibUnicode: Add public methods to compare and lookup General CategoriesTimothy Flynn
2021-08-02LibUnicode: Initialize manually created Unicode properties inlineTimothy Flynn
2021-08-02LibUnicode: Generate General Category unions and aliasesTimothy Flynn
2021-08-02LibDebug: Make single-stepping work for x86_64Gunnar Beutner
2021-08-02LibX86: Stub out Disassembler::next() for x86_64Gunnar Beutner
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
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-02LibRegex: Make Fork{Jump,Stay} non-recursiveAli Mohammad Pur
2021-08-02LibGUI: Ensure that edit actions are disabled for password boxesGunnar Beutner
2021-08-02LibGUI: Remove redundant codeGunnar 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-02LibAudio: Handle stream errors in FlacLoaderAndrew Kaster
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