summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-08-26LibJS: Implement Intl.getCanonicalLocalesTimothy Flynn
2021-08-26LibJS: Implement the Intl.DisplayNames constructorTimothy Flynn
2021-08-26js: Implement pretty-printing of Intl.DisplayNamesTimothy Flynn
2021-08-26LibJS: Implement a nearly empty Intl.DisplayNames objectTimothy Flynn
2021-08-26LibUnicode: Add public accessors to generated locale dataTimothy Flynn
2021-08-26LibUnicode: Implement grammar validators for Unicode TR-35Timothy Flynn
2021-08-26CI: Skip Unicode caches for Fuzzer buildTimothy Flynn
2021-08-26CI: Cache downloaded Unicode CLDR databaseTimothy Flynn
2021-08-26LibUnicode: Download Unicode's CLDR database and generate locale dataTimothy Flynn
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-08-26FileManager: Remove "on activation" debug spamTheFightingCatfish
2021-08-26AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)Ali Mohammad Pur
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26FlappyBug: Use LibConfig instead of Core::ConfigFileRalf Donau
2021-08-26LibGL: Implement glTexEnvfStephan Unverwerth
2021-08-26LibGL: Implement glPixelStoreiStephan Unverwerth
2021-08-26Calculator: The equal key will now also finish the operationScott R. Parish
2021-08-26Solitaire: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26Chess: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-262048: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26LibWeb: Make the base StyleValue::to_length() return an undefined lengthAndreas Kling
2021-08-26LibWeb: Correct CSS initial values for min-width and min-heightAndreas Kling
2021-08-26LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()Andreas Kling