summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-07-15LibUnicode: Fallback to per-locale default calendarsTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default numbering systemsTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup locale-preferred keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup available keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate available values for the keywords co, kf, kn, hcTimothy Flynn
2022-07-14LibWeb: Add definitions from '2.2.1. Methods' in the Fetch specLinus Groh
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-12LibUnicode: Parse and generate per-locale plural rangesTimothy Flynn
2022-07-11LibWeb/IDL: Add support for optional sequencesLuke Wilde
2022-07-11Documentation: Merge UsingFontEditor into existing FontEditor manpagekleines Filmröllchen
2022-07-11Meta: Also check CONTRIBUTING with check-markdown.shkleines Filmröllchen
2022-07-10Meta: Make utmp start out as an empty object instead of empty stringLuke Wilde
2022-07-10Meta: Teach pick_host_compiler about Homebrew ClangDaniel Bertalan
2022-07-08LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategoryTimothy Flynn
2022-07-08LibJS+LibUnicode: Do not generate the PluralCategory enumTimothy Flynn
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-07-08Meta: Don't disable custom Toolchain on SerenityOSTim Schumacher
2022-07-08Meta: Provide the correct path for `e2fsck` on SerenityOSTim Schumacher
2022-07-08Meta: Use `pls` instead of `sudo` on SerenityOSTim Schumacher
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn
2022-07-08LibUnicode: Generate a list of available plural categories per localeTimothy Flynn
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-07Meta: Don't overwrite newer files when building the root filesystemTim Schumacher
2022-07-06LibUnicode: Generate per-region week dataTimothy Flynn
2022-07-06LibUnicode: Generate per-locale text layout informationTimothy Flynn
2022-07-06LibTimeZone: Parse and generate a list of time zones used by regionTimothy Flynn
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06Meta: Rename Lagom library target names from LagomFoo to LibFooAndrew Kaster
2022-07-06Meta: Use CMAKE_INSTALL_FOODIR variables instead of hardcoding usr/fooAndrew Kaster
2022-07-06LibWeb: Replace all uses of -'s and ::'s when running the IDL generatorDexesTTP
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-07-04Lagom: Do not set -fno-semantic-interposition on macOSDaniel Bertalan
2022-07-01LibUnicode: Generate data about DurationFormat-required units as wellIdan Horowitz
2022-07-01LibUnicode: Extract the timeSeparator numeric symbol from CLDRIdan Horowitz
2022-06-29LibWeb: Return instead of throwing on unknown enums in attribute settersLuke Wilde
2022-06-19Meta: Install runtime/utility from jakt to make hello-jakt build againAndrew Kaster
2022-06-18Meta: Add a PNG size check to CI and pre-commit checkskleines Filmröllchen
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning JS::Object from IDL functionsLuke Wilde