summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-04LibJS: Allow PrimitiveString to be created with a UTF-16 stringTimothy Flynn
2021-08-04LibJS: Decode UTF-16 surrogate pairs during string literal constructionTimothy Flynn
2021-08-04LibRegex: Track string position in both code units and code pointsTimothy Flynn
2021-08-04AK+LibRegex: Add Utf16View::code_point_at and use it in RegexStringViewTimothy Flynn
2021-08-04LibAudio: Use an existing file stream when parsing a FLAC headerKarol Kosek
2021-08-04LibAudio: Initialize m_stream before parsing a FLAC headerKarol Kosek
2021-08-04Shell: Make sure TTY echo is enabled when running external commandsGunnar Beutner
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-08-03PixelPaint: Add tooltips for sliders in ToolPropertiesWidgetMarcus Nilsson
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-08-03Calculator: Add KeypadValue classcreator1creeper1
2021-08-03LibGUI: Redraw button on Key_{Return,Space} up eventLuK1337
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
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