summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-20LibLine: Avoid excessive write() syscalls when refreshing the displayAli Mohammad Pur
2021-07-20LibLine: Reset the suggestion page offset when finding the max lengthAli Mohammad Pur
2021-07-20LibGUI: Add Ctrl-U to insert modeAriel Don
2021-07-20LibGUI: Add Ctrl-H to insert modeAriel Don
2021-07-20LibGUI: Add Ctrl-W to insert modeAriel Don
2021-07-20Taskbar: Update the start button width when system fonts changeAndreas Kling
2021-07-20LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fontsAndreas Kling
2021-07-20LibTTF+LibGfx: Improve vertical alignment of glyphsAndreas Kling
2021-07-20LibTTF: Parse OS/2 tablesAndreas Kling
2021-07-20LibTTF: Don't choke on fonts with CompositeGlyfFlags::UseMyMetricsAndreas Kling
2021-07-20LibTTF: Minor const correctness fix in TTF rasterizerAndreas Kling
2021-07-20LibTTF: Propagate glyph bitmap allocation failure in rasterizerAndreas Kling
2021-07-20LibTTF: Rename "raster" => "rasterize"Andreas Kling
2021-07-20LibTTF: Convert code to east-const styleAndreas Kling
2021-07-20Taskbar: Launch apps in Terminal when RunInTerminal=true is specifiedLinus Groh
2021-07-20LibDesktop: Add a RunInTerminal boolean field to app filesLinus Groh
2021-07-20Help: Add check for pushing current page to historyroepfeli
2021-07-20Pong: Disable resizing the windowKarol Kosek
2021-07-19Revert "Profiler: Configure the TimelineContainer to be shrink to fit"Brian Gianforcaro
2021-07-19Applets: Add DesktopPicker appletPeter Elliott
2021-07-19WindowServer: Add set_virtual_dekstop WindowManager messagePeter Elliott
2021-07-19LibGUI: Add callback for screen rect change to Desktop.hPeter Elliott
2021-07-19File Manager: Differentiate between navigation and rename errorsls
2021-07-19Assistant: Trim terminal command before displaying or running itLuK1337
2021-07-19LibGUI: Call did_update() from AutocompleteSuggestionModel::update()Itamar
2021-07-19LibGUI: Remove column width limitation in AutocompleteProviderItamar
2021-07-19LibC: Add stub for iswprintKenneth Myhra
2021-07-19LibGUI: Tighten invalidation rect for TabWidgetMarcus Nilsson
2021-07-19LibGUI: Don't invalidate scrollbar rect if disabledMarcus Nilsson
2021-07-19LibWeb: Implement justify-content for the FlexFormattingContextTobias Christiansen
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-19AK: Introduce Math.hHendiadyoin1
2021-07-19SoundPlayer: Fix a spelling mistake in a variable nameGunnar Beutner
2021-07-19Applets: Add tooltip for Clipboard Historybrapru
2021-07-19SoundPlayer: End M3U tag names with a colonKarol Kosek
2021-07-19SoundPlayer: Clear M3U track metadata after parsed fileKarol Kosek
2021-07-19WindowServer: Fix crash rendering fullscreen windowTom
2021-07-19LibJS: Implement Temporal.PlainDate.prototype.calendarIdan Horowitz
2021-07-19LibJS: Implement Temporal.PlainDate.prototype[@@toStringTag]Idan Horowitz
2021-07-19LibJS: Start implementing Temporal.PlainDateIdan Horowitz
2021-07-19LibCrypto: Add operator<= and operator>= to SignedBigIntegerIdan Horowitz
2021-07-19LibTest/Utilities: Add method for TestRunner to print failed test namesAndrew Kaster
2021-07-19LibJS: Rename Temporal.now => Temporal.NowLinus Groh
2021-07-19LibJS: Reflect recent editorial changes in the Temporal proposalLinus Groh
2021-07-19LibJS: Implement Temporal.Duration.from()Linus Groh
2021-07-19LibJS: Fix TemporalDurationLike property orderLinus Groh
2021-07-19LibJS: Move Temporal AO structs/enum classes above function declarationsLinus Groh
2021-07-18WindowServer: Fix menu over-drawingTom
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom