summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-02-07Meta: Add instructions on using Lagom in an external projectJames Puleo
2022-02-07Meta: Fix "Meta/serenity.sh run x86_64 Clang" on M1 Macsserenityosrocks
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-02-06Meta: Don't override SERENITY_QEMU_DISPLAY_DEVICE if it is already setAndrew Pietila
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-06Lagom: Exclude libraries with X86 code when building for macOS on ArmMorten Larsen
2022-02-05Meta: Fix problematic `e2fsck` behavior (Debian)Στέφανος
2022-02-04LibWeb: Type-check calc() in in property_accepts_value()Sam Atkins
2022-02-04Meta: Add install-native-partition CMake target installing to a real FSBrian Gianforcaro
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-02-01Build: Remove hardcoded executable pathLucas CHOLLET
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibWeb: Add initial support for passing union types into IDL functionsLuke Wilde
2022-01-31LibWeb: Add support for passing sequences into IDL functionsLuke Wilde
2022-01-31LibTimeZone: Use new generator util to generate all time zonesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available currenciesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available numbering systemsTimothy Flynn
2022-01-31LibUnicode: Generate a list of available calendarsTimothy Flynn
2022-01-29LibUnicode: Fill in case-first and numeric BCP47 keywordsTimothy Flynn
2022-01-29Kernel: Stop using HashMap in MutexIdan Horowitz
2022-01-29IPCCompiler: Don't loop endlessly on nameless parametersItamar
2022-01-28Meta: Set correct boot drive when running with SERENITY_NVME_ENABLEIdan Horowitz
2022-01-28Meta: Check if gdu is part of GNU coreutilsMika Sundland
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-27LibUnicode: Generate per-locale minimum grouping digit valuesTimothy Flynn
2022-01-26LibEDID: Do not check if ${PNP_IDS_EXPORT_PATH} exists in pnp_ids.cmakeTimothy Flynn
2022-01-26LibEDID: Rename the downloaded PNP IDs fileTimothy Flynn
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-26Meta: Download PNP ID data with fallible download functionTimothy Flynn
2022-01-26Meta: Download TZDB data with fallible download functionTimothy Flynn
2022-01-26Meta: Download UCD and CLDR data with fallible download functionTimothy Flynn
2022-01-26Meta: Add a CMake function to download remote files during the buildTimothy Flynn
2022-01-25Tests+LibJS: Add very simple bytecode LibJS testsdavidot
2022-01-26Meta: Correct the PNP ID download conditionAli Mohammad Pur
2022-01-25LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibTimeZone: Handle time zones which begin the year in daylight savingsTimothy Flynn
2022-01-25LibTimeZone: Add an API to retrieve both daylight and standard offsetsTimothy Flynn
2022-01-25LibTimeZone: Slightly refactor the generated DST rule finding methodTimothy Flynn
2022-01-25LibTimeZone: Parse and generate time zone abbreviation format stringsTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23timezone: Add a command line utility to set the system time zoneTimothy Flynn