summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-27Shell: Add iteration_times.ensure_capacity() in builtin_timeMusab Kılıç
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-27Meta: Add System32 to the PATH so that reg.exe is always foundkleines Filmröllchen
2021-08-27Base+Utilities: Add the asctl audio utility, replacing avolkleines Filmröllchen
2021-08-27AK: Add Traits for Enumskleines Filmröllchen
2021-08-27Userland: Two low-sample rate fixeskleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-27AudioServer: Expose the ability to get and set the sample ratekleines Filmröllchen
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-27Kernel: Modernize SB16.cppkleines Filmröllchen
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.prototype.equals()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.compare()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.from()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.toPlainDateTime()Idan Horowitz
2021-08-27LibJS: Add the ToTemporalTime AO and stub the ParseTemporalTimeString AOIdan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.equals()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDateTime.compare()Idan Horowitz
2021-08-27LibJS: Add the CompareTemporalTime & CompareISODateTime AOsIdan Horowitz
2021-08-27LibJS: Extend Intl.DisplayNames.of to support currency tagsTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR currencies and generate locale mappingsTimothy Flynn
2021-08-27LibUnicode: Extract cldr-numbers dataset from CLDR databaseTimothy Flynn
2021-08-27LibJS: Extend Intl.DisplayNames.of to support script tagsTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR scripts and generate locale mappingsTimothy Flynn
2021-08-27LibJS: Extend Intl.DisplayNames.of to support language tagsTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR languages and generate locale mappingsTimothy Flynn
2021-08-27LibUnicode: Generate locale subtag data as multiple smaller tablesTimothy Flynn
2021-08-27LibUnicode: Move Locale enumeration from generated UCD data to CLDR dataTimothy Flynn
2021-08-27ConfigServer: Update the configuration cache on file changesAndreas Kling
2021-08-27Pong: Remove unused Core::ConfigFile importsMustafa Quraish
2021-08-27Spider: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-27Snake: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-27PixelPaint: Make Layer passed to tools a pointerMaciej Zygmanowski
2021-08-27PixelPaint: Pass raw mouse event to Tools and wrap them all in a structMaciej Zygmanowski
2021-08-27PixelPaint: Make scaling exponentialMaciej Zygmanowski
2021-08-27FontEditor: Adjust margins and spacingthankyouverycool
2021-08-27FontEditor: Let WindowServer manage modified markingsthankyouverycool
2021-08-27FontEditor: Save discrete undo and redo states for each Commandthankyouverycool
2021-08-27Base: Add FontEditor alias to shellrcthankyouverycool
2021-08-27HexEditor: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-26FileManager: Report errors from chdir(), if anyAndreas Kling
2021-08-26ConfigServer: Monitor opened config files for changesAndreas Kling
2021-08-26FileManager: Make DirectoryView listen for configuration changesAndreas Kling
2021-08-26FileManager: Move "View as ViewType" actions into DirectoryViewAndreas Kling
2021-08-26ConfigServer+LibConfig: Add way for clients to listen for config changesAndreas Kling
2021-08-26LibWeb: Remove outdated FIXME about ACID2Andreas Kling
2021-08-26Meta: Ensure cmake fails if we are unable to unzip the CLDR databaseTimothy Flynn
2021-08-26CI: Ensure unzip is installed on the buildersTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.resolvedOptionsTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.ofTimothy Flynn