summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-07-18LibJS: Use a Utf8View on the subject if the regex has the unicode flagAli Mohammad Pur
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18LibRegex: Use <...> includes in RegexMatch.hAli Mohammad Pur
2021-07-18LibRegex: Also print a newline after each debug lineAli Mohammad Pur
2021-07-18LibRegex: Partially implement string compare for Utf32ViewAli Mohammad Pur
2021-07-18LibRegex: Implement line splitting for Utf32ViewAli Mohammad Pur
2021-07-18LibGUI: Fix widgets not being occludedTom
2021-07-18WindowServer: Fix compositor overdraw issues related to transparencyTom
2021-07-18WindowServer: Recompute occlusions when removing an overlayTom
2021-07-18SystemMonitor: Add support for 64-bit addressesGunnar Beutner
2021-07-18pmap: Add support for 64-bit addressesGunnar Beutner
2021-07-18Kernel: Split debug symbols into a separate fileGunnar Beutner
2021-07-18readelf: Add names for x86_64 relocations and machine typeGunnar Beutner
2021-07-18LibFileSystemAccessClient: Use WindowServer window stealing interfaceTimothy
2021-07-18WindowServer: Let clients mark windows as stealable by specific clientsTimothy
2021-07-18FileSystemAccessServer: Add expose_window_server_client_id()Timothy
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-18LibIPC: Close the socket and die when the peer is closedGunnar Beutner
2021-07-18LibIPC: Add Connection::is_open()Gunnar Beutner
2021-07-18WindowServer: Add WindowServer::get_window_rect_from_client()Timothy
2021-07-18WindowServer: Add WindowServer::async_set_window_parent_from_client()Timothy
2021-07-18LibGUI+WindowServer: Expose WindowServer client id to the clientTimothy
2021-07-18LibJS: Correct test to work with our strtod on x86_64 & ClangPeter Bindels
2021-07-18LibC strtod: Reduce incremental error to nearly nothingPeter Bindels
2021-07-18HackStudio: Prevent crash when stepping through a programMaurice Hieronymus
2021-07-18LibJS: Extend class 'extends' RHS expression parsingLinus Groh
2021-07-18Kernel/USB: Move USB bus information from /proc to /sysAndreas Kling
2021-07-18LibGUI: Pass path to FileSystemModel when creating FilePickerMarcus Nilsson
2021-07-17WidgetGallery: Pledge threadMarcus Nilsson
2021-07-17WidgetGallery: Remove unused includeMarcus Nilsson
2021-07-17LibJS: Report string length as the code point length, not byte lengthTimothy Flynn