summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-25LibGL: Implement `glFogf`Jesse Buhagiar
2021-08-25LibGL: Implement `glFogfv`Jesse Buhagiar
2021-08-25LibWeb: Handle CSS "ch" length unit (mostly)Karol Kosek
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Intercept CSS `initial`/`inherit` values in StylePropertiesSam Atkins
2021-08-25LibWeb: Generate property_initial_value() function from Properties.jsonSam Atkins
2021-08-25LibWeb: Add StyleValue to Forward.hSam Atkins
2021-08-25LibWeb: Quote all initial values in Properties.jsonSam Atkins
2021-08-25LibWeb: Use single shared instance of Inherit/InitialStyleValueSam Atkins
2021-08-25LibWeb: Parse CSS builtins before other valuesSam Atkins
2021-08-25LibJS: Fix incorrect Lexer VERIFY when parsing Unicode charactersBrian Gianforcaro
2021-08-24LibCore: Set file offset in ConfigFile::syncRalf Donau
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-24LibJS: Disallow yield expression correctly in formal parametersdavidot
2021-08-24LibJS: Fix some small remaining issues with parsing unicode escapesdavidot
2021-08-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-23LibJS: Implement Temporal.PlainDateTime.from()Linus Groh
2021-08-23LibJS: Fix logic error in RegulateISODateLinus Groh
2021-08-23LibWeb: Paint inspection outline for InlineNodes :^)Sam Atkins
2021-08-23LibWeb: Add DOMTreeModel::index_for_node()Sam Atkins
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-08-23LibJS: Implement Promise.race on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.allSettled on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.any on the Promise constructorTimothy Flynn
2021-08-23LibJS: Set the function names for the resolve, reject, and executorTimothy Flynn
2021-08-23LibJS: Generalize PerformPromiseAll common functionalityTimothy Flynn
2021-08-23LibJS: Generalize PromiseAllResolveElementFunction common functionalityTimothy Flynn
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-22LibJS: Add missing builtin calendar check to ParseTemporalCalendarStringLinus Groh
2021-08-22LibGUI: Make Ctrl+Shift+Right select textAndrew January
2021-08-22LibC: Support getsignalbyname() with full signal nameMaciej Zygmanowski
2021-08-22LibGUI: Always resize the mapping rows when sortingKarol Kosek
2021-08-22LibC: Add <sys/poll.h> as an alias for <poll.h>Peter Elliott
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-08-22LibC: Make <netinet/in.h> more POSIX compliantPeter Elliott
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-08-22LibC: Modify fd_set to be compatible with X/OPENPeter Elliott
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-22LibCore: Convert ConfigFile to east constnetworkException
2021-08-22LibCore: Support using a file descriptor for opening ConfigFilenetworkException
2021-08-21LibJS: Implement Promise.all on the Promise constructorTimothy Flynn
2021-08-21LibJS: Fix copy-paste mistake in GetCapabilitiesExecutorTimothy Flynn
2021-08-21LibCpp: Use lex_iterable() where applicableItamar
2021-08-21LibCpp: Add lex_iterable() method to the LexerItamar
2021-08-21LibCpp: Lex before processing the source in the PreprocessorItamar