summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-14LibJS: Convert call_job_callback() to ThrowCompletionOrLinus Groh
2021-11-14LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructorLinus Groh
2021-11-14LibJS: Annotate Promise implementation with spec commentsLinus Groh
2021-11-14WindowServer: Make window switcher look more like other overlaysAndreas Kling
2021-11-14WindowServer: Clear window switcher's hovered item when cursor leavesAndreas Kling
2021-11-14WindowServer: Reset the window switcher's hovered item between usesAndreas Kling
2021-11-14WindowServer: Allow server-internal windows with alpha channelAndreas Kling
2021-11-14WindowServer: Make WindowFrame::shadow_bitmap() constAndreas Kling
2021-11-14LibJS: Implement number grouping for Intl.NumberFormatTimothy Flynn
2021-11-14LibUnicode: Generate primary and secondary number grouping sizesTimothy Flynn
2021-11-13Utilities/tr: Rework squeezing to be supported during more operationsTim Schumacher
2021-11-13LibVT: Show action of double click in tooltipDavid Lindbom
2021-11-13LibJS: Implement Temporal.ZonedDateTime.prototype.roundLuke Wilde
2021-11-13LibJS: Implement Intl.NumberFormat.prototype.formatToPartsTimothy Flynn
2021-11-13LibJS: Throw an exception in NumberFormat.prototype.format for BigIntsTimothy Flynn
2021-11-13LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPatternTimothy Flynn
2021-11-13LibJS: Avoid potential for dangling string views in partition patternsTimothy Flynn
2021-11-13LibUnicode: Handle all space code points when creating currency patternsTimothy Flynn
2021-11-13LibUnicode: Remove GeneralCategory::Symbol string lookupTimothy Flynn
2021-11-13LibJS: Implement Temporal.Duration.prototype.total()Linus Groh
2021-11-13LibJS: Fix days calculation in round_duration() for "year" - "day" unitsLinus Groh
2021-11-13ThemeEditor: Correct GroupBox marginsSam Atkins
2021-11-13LibJS: Fix missing handling of "week" largest_unit in balance_duration()Linus Groh
2021-11-13LibJS: Fix logic typo in round_duration() remainder calculationLinus Groh
2021-11-13LibJS: Fix logic typo in balance_duration() hours calculationLinus Groh
2021-11-13LibConfig: Add removal/notifcation for keysfaxe1008
2021-11-13ConfigServer: Add method and notification for key removalfaxe1008
2021-11-13LibGUI: Add support for Ctrl+Delete in TextEditorAndrew January
2021-11-13LibGUI: Change delete key handling from action to keydown_eventAndrew January
2021-11-13LibJS+LibUnicode: Fully implement currency number formattingTimothy Flynn
2021-11-13LibUnicode: Generate currency unit-pattern number formatsTimothy Flynn
2021-11-13LibJS+LibUnicode: Generate all styles of currency localizationsTimothy Flynn
2021-11-133DFileViewer: Clean some code for increased readability on MeshPedro Pereira
2021-11-133DFileViewer: Calculate face-normal from vertex-normals of the trianglePedro Pereira
2021-11-133DFileViewer: Add 'normals' to Mesh constructorPedro Pereira
2021-11-133DFileViewer: Add vertex normal parsing to WavefrontOBJLoaderPedro Pereira
2021-11-13WindowServer: Clear active input tracking window on menu popupAndreas Kling
2021-11-13WindowServer: Replace "Pin/Unpin Window" => "Always on Top"Andreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-13LibRegex: Correctly translate BRE pattern end anchorsTim Schumacher
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-13SystemMonitor: Ask user before trying to kill/stop processMaciej
2021-11-13SystemMonitor: Add Delete as alternate shortcut for killing a processMaciej
2021-11-13SoundPlayer: Add keyboard shortcuts for stop and volumeElyse
2021-11-13SoundPlayer: Make 'volume_slider' a member variableElyse
2021-11-13SoundPlayer: Allow volume output of up to 150%Elyse
2021-11-13SystemMonitor: Shrink oversized GroupBox marginsAndreas Kling
2021-11-13Utilities/grep: Implement using multiple patternsTim Schumacher
2021-11-13Utilities/tar: Ignore directory entry if it already existsTim Schumacher
2021-11-13Kernel+LibC: Pass off_t to pread() via a pointerDaniel Bertalan