summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-28Meta: Set correct boot drive when running with SERENITY_NVME_ENABLEIdan 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-28Base: Add the Monokai terminal color schemekleines Filmröllchen
2022-01-28Meta: Check if gdu is part of GNU coreutilsMika Sundland
2022-01-28Base: Add "Base16" terminal color themesJoel Hansen
2022-01-28Base: Add "Zenburn" terminal color themeJoel Hansen
2022-01-28Base: Add "Dracula" terminal color themeJoel Hansen
2022-01-28Base: Add "Gruvbox" terminal color themesJoel Hansen
2022-01-28Base: Add "Nord" terminal color themeJoel Hansen
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-27Ports: Explain some new patch script options and features in the READMEAli Mohammad Pur
2022-01-27Ports: Make 'package.sh dev' a bit more friendly when importing patchesAli Mohammad Pur
2022-01-28AK: Simplify Variant's explicit overload detection mechanism a bitAli Mohammad Pur
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-27LibUnicode: Create a nearly empty generator for relative-time formattingTimothy Flynn
2022-01-27LibUnicode: Remove extraneous semi-colons at end of generator functionsTimothy Flynn
2022-01-27LibSoftGPU: Reduce Clipper class interface to minimumLenny Maiorani
2022-01-27LibSoftGPU: Use default construction to clear AlphaBlendFactorsLenny Maiorani
2022-01-27LibGL: Set rasterizer material state without copyingLenny Maiorani
2022-01-27LibGL: Set rasterizer light state without copyingLenny Maiorani
2022-01-27LibJS: Respect per-locale minimum grouping digits when number formattingTimothy Flynn
2022-01-27LibUnicode: Generate per-locale minimum grouping digit valuesTimothy Flynn
2022-01-27LibJS: Prevent implicit pointer-to-bool conversion in Value constructorTimothy Flynn
2022-01-27AK: Export the SameAs conceptTimothy Flynn