summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-30LibJS: Implement Intl.Segmenter.prototype.segmentIdan Horowitz
2022-01-30LibJS: Start implementing Intl Segments objectsIdan Horowitz
2022-01-30LibJS: Implement Intl.Segmenter.prototype.resolvedOptionsIdan Horowitz
2022-01-30LibJS: Implement Intl.Segmenter.supportedLocalesOfIdan Horowitz
2022-01-30js: Implement pretty-printing of Intl.SegmenterIdan Horowitz
2022-01-30LibJS: Start implementing Intl.SegmenterIdan Horowitz
2022-01-30LibJS: Add support for JSON modulesdavidot
2022-01-30LibJS: Expose JSON.parse as an intrinsic value of the global objectdavidot
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-30LibJS: Follow the spec with storing im- and export entriesdavidot
2022-01-30LibGUI: Collect menu and submenu actions for CommandPalettenetworkException
2022-01-30LibGUI: Increase the width of a CommandPalette dialognetworkException
2022-01-30LibGUI: Add Menu column to CommandPalette :^)networkException
2022-01-30LibGUI: Flash menubar when using command palettebugreport0
2022-01-30LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxesnetworkException
2022-01-29LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObjectIdan Horowitz
2022-01-29LibJS: Update spec numbers for ECMA-402Timothy Flynn
2022-01-29Shell: Use StringView instead of String const& where feasibleDaniel Bertalan
2022-01-29LibJS: Implement Intl.Collator.prototype.resolvedOptionsTimothy Flynn
2022-01-29LibJS: Implement Intl.Collator.supportedLocalesOfTimothy Flynn
2022-01-29js: Implement pretty-printing of Intl.CollatorTimothy Flynn
2022-01-29LibJS: Implement the Intl.Collator constructorTimothy Flynn
2022-01-29LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocaleTimothy Flynn
2022-01-29LibJS: Implement a nearly empty Intl.Collator objectTimothy Flynn
2022-01-29WebContent: Switch scroll direction on shift modifierDmitry Petrov
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2022-01-29DisplaySettings: Set icons from GMLDylan Katz
2022-01-29MailSettings: Set icons from GMLDylan Katz
2022-01-29MouseSettings: Set icons from GMLDylan Katz
2022-01-29KeyboardSettings: Set icons from GMLDylan Katz
2022-01-29BrowserSettings: Set icons from GMLDylan Katz
2022-01-29LibGUI: Allow Label icons to be set from GMLDylan Katz
2022-01-29UserspaceEmulator: Implement ioctl TIOCSTIRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TCFLSHRummskartoffel
2022-01-29UserspaceEmulator: Implement signal maskingRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$sigprocmaskRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$getppidRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCGPGRPRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCSWINSZRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl FIONBIORummskartoffel
2022-01-29UserspaceEmulator: Convert virt$ioctl to use switch-caseRummskartoffel
2022-01-29LibGUI: Show radio buttons for checkable actions in CommandPalettenetworkException
2022-01-29LibGUI: Allow falling back to default paint behavior in delegatenetworkException
2022-01-29WindowServer: Allow checking checkable entries in a menu using spacenetworkException
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Replace remaining reinterpret_casts and C castsAli Mohammad Pur
2022-01-28LibDebug+LibCoredump: Use ByteReader to do unaligned readsAli Mohammad Pur
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28Applets/Audio: Use Array for the volume level bitmapskleines Filmröllchen