summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
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-27ping: Port to LibMainbrapru
2022-01-27RequestServer: Make Request::url() virtualAndreas Kling
2022-01-27WebServer: Unveil /etc/timezone for readingAndreas Kling
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-26LibGUI: Allow Windows to set a default return key widgetthankyouverycool
2022-01-26LibGL: Implement `glMateriali{v}`Jesse Buhagiar
2022-01-26LibGL: Implement `glLighti{v}`Jesse Buhagiar
2022-01-26LibGL: Correctly set scene ambient in `glLightModelfv`Jesse Buhagiar
2022-01-26LibGL: Implement `glLightModeliv`Jesse Buhagiar
2022-01-26LibGL: Implement `glGetMaterial`Jesse Buhagiar
2022-01-26LibGL: Implement `glGetLight`Jesse Buhagiar
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-25WindowServer: Rename default_positioned() -> is_default_positioned()Valtteri Koskivuori
2022-01-25date: Display time zone information in all output formatsTimothy Flynn
2022-01-25LibCore: Support (and use) DateTime string formatting of the form %ZTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %:zTimothy Flynn
2022-01-25LibCore: Support DateTime string formatting of the form %zTimothy Flynn
2022-01-25LibJS: Use new construct AO overload where easily applicableTimothy Flynn
2022-01-25LibJS: Add templated overloads for the construct AO to create its MVLTimothy Flynn