summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-28HexEditor: Use Array in FindDialog's optionskleines Filmröllchen
2022-01-28Chess: Don't use Vector in a literal iteratorkleines Filmröllchen
2022-01-28LibAudio: Use ArrayLike concept to remove duplicate Buffer constructorkleines Filmröllchen
2022-01-28LibTextCodec: Do not allocate the various decodersDaniel Bertalan
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-28RequestServer: Replace disconnected sockets in the grace period tooAli Mohammad Pur
2022-01-28LibCore: Change DateTime format strings to be StringViewsTimothy Flynn
2022-01-28LibCore: Remove time zone from default format stringTimothy Flynn
2022-01-28date: Use an explicit time format string for default optionTimothy Flynn
2022-01-28run-tests: Dump a backtrace for crashed testsAli Mohammad Pur
2022-01-28js: Use generic reference instead of Variant<A,B>Ali Mohammad Pur
2022-01-28LibJS: Implement Intl.PluralRules.prototype.resolvedOptionsTimothy Flynn
2022-01-28LibJS: Implement Intl.PluralRules.supportedLocalesOfTimothy Flynn
2022-01-28js: Implement pretty-printing of Intl.PluralRulesTimothy Flynn
2022-01-28LibJS: Implement the Intl.PluralRules constructorTimothy Flynn
2022-01-28LibJS: Implement a nearly empty Intl.PluralRules objectTimothy Flynn
2022-01-28LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase classTimothy Flynn
2022-01-28zip: Ignore symlinks when recursively zipping filesIdan Horowitz
2022-01-28CharacterMap: Move display name strings into the search results objectTimothy Flynn
2022-01-28CharacterMap: Change the search widget to display results in a TableViewTimothy Flynn
2022-01-28Revert "FileSystemAccessServer: Display times in the local time zone"Timothy Flynn
2022-01-28Revert "FileManager: Display times in the user's local time zone"Timothy Flynn
2022-01-28Revert "ls: Display times in the user's local time zone"Timothy Flynn
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-28LibMain: Invoke tzset in LibMain so all apps can have time zone infoTimothy Flynn
2022-01-28LibSoftGPU: Simplify clipping logicLenny Maiorani
2022-01-28FileSystemAccessServer: Display times in the user's local time zoneTimothy Flynn
2022-01-28FileManager: Display times in the user's local time zoneTimothy Flynn
2022-01-28ls: Display times in the user's local time zoneTimothy Flynn