summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07Meta: Add instructions on using Lagom in an external projectJames Puleo
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-06Lagom: Exclude libraries with X86 code when building for macOS on ArmMorten Larsen
2022-02-04LibWeb: Type-check calc() in in property_accepts_value()Sam Atkins
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
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-29IPCCompiler: Don't loop endlessly on nameless parametersItamar
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-25Tests+LibJS: Add very simple bytecode LibJS testsdavidot
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-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-23LibTimeZone: Add an API to retrieve a list of all known IANA time zonesTimothy Flynn
2022-01-22Utilities+Lagom: Remove test-cryptoNico Weber
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-21adjtime: Port to LibMainmjz19910
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibUnicode: Generate both standard and daylight time zone namesTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone: Begin handling DST when computing time zone offsetsTimothy Flynn
2022-01-19LibTimeZone: Parse and generate DST rule links for each ZONE entryTimothy Flynn
2022-01-19LibTimeZone: Begin parsing and generating DaylightSavings rulesTimothy Flynn
2022-01-18LibUnicode: Generate code point abbreviationsTimothy Flynn
2022-01-17LibJS+LibUnicode: Make static const Utf8View variables constexprIdan Horowitz
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14gml-format: Port to LibMainLucas CHOLLET