summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-28BrowserSettings: Use standard text placement for check box textTimothy Flynn
2022-01-28MailSettings: Use standard text placement for check box textTimothy Flynn
2022-01-28MouseSettings: Use standard text placement for check box textTimothy Flynn
2022-01-28HackStudio: Fix path to language-server IPC socketItamar
2022-01-27LibGUI: Alphabetize the available entries in CommandPaletteAndreas Kling
2022-01-27LibGUI: Show action icons in CommandPalette when available :^)Andreas Kling
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling
2022-01-27LibGUI: Make FilteringProxyModel::data() support multi-column dataAndreas Kling
2022-01-27LibGUI: Fix bogus return value on error in FilteringProxyModel::data()Andreas Kling
2022-01-27LibGUI: Fix bogus root index column_count() in FilteringProxyModelAndreas Kling
2022-01-27LibGUI: Don't skip non-skipable spans on ctrl+rightMathieu PATUREL
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToPartsTimothy Flynn
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatTimothy Flynn
2022-01-27LibJS: Add explicit constructors for PatternPartitionTimothy Flynn
2022-01-27LibJS: Change RelativeTimeFormat::number_format to return a referenceTimothy Flynn
2022-01-27LibJS: Add missing spec link for InitializeRelativeTimeFormatTimothy Flynn
2022-01-27LibUnicode: Templatize our naive implementation of plurality selectionTimothy Flynn
2022-01-27LibUnicode: Parse and generate relative-time format patternsTimothy Flynn
2022-01-27LibSoftGPU: Reduce Clipper class interface to minimumLenny Maiorani
2022-01-27LibSoftGPU: Use default construction to clear AlphaBlendFactorsLenny Maiorani