summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-04LibCore: Add syscall wrapper for chmod()Kenneth Myhra
2021-12-04LibSQL: Gracefully react to unimplemented valid SQLJan de Visser
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-12-04LibCore: Add lstat() syscall wrapperAndreas Kling
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-12-02LibGUI: Make FilteringProxyModel reference-count its parent modelMartin Blicha
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-12-01LibUnicode: Fix copy-paste error in calendar_pattern_style_to_stringTimothy Flynn
2021-12-01LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arraysTimothy Flynn
2021-12-01LibGL: Add `GL::present_context()`Jelle Raaijmakers
2021-12-01LibGL: Remove `TextureUnit::unbind_texture()`Jelle Raaijmakers
2021-12-01LibGL: Implement texture unit texturing statesJelle Raaijmakers
2021-11-30LibCpp: Update list of well-known C++ types to match current AKAndreas Kling
2021-11-30LibCpp: Use StringView for the known keywords arrayAndreas Kling
2021-11-30LibCore: Use LibCore syscall wrappers in get_password()Andreas Kling
2021-11-30LibCore: Add syscall wrappers for tcgetattr() and tcsetattr()Andreas Kling
2021-11-30LibCore: Add ioctl() syscall wrapperAndreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-30LibIPC: Mark ClientConnection::die() as an overrideAndreas Kling
2021-12-01LibGUI: Allow double clicking on tabwidgetsErik Biederstadt
2021-11-30LibJS/Tests: Fix typo in a test descriptionLinus Groh
2021-11-30LibJS: Don't match async \n function as an async function declarationdavidot
2021-11-30LibJS: Replace the verify in private identifier with a syntax errordavidot
2021-11-30LibJS: Split parsing program to script and module separatelydavidot
2021-11-30LibJS: Rename in_async_function_context to await_expression_is_validdavidot
2021-11-30LibJS: Parse dynamic import calls 'import()' and 'import.meta'davidot
2021-11-30LibJS: Lookahead for a period when parsing new.targetdavidot
2021-11-30LibJS: Stop parsing an expression on comma after a yielddavidot
2021-11-30LibJS: Disallow member expression in binding pattern as parametersdavidot
2021-11-30LibJS: Disallow shorthand properties with reserved namesdavidot
2021-11-30LibJS: Allow defining class fields with "keyword" namesdavidot
2021-11-30LibJS: Disallow await keywords in static init blocksdavidot
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-11-30LibJS: Allow escaped 'async' as identifierdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-11-30LibJS: Disallow numerical separators in octal numbers and after '.'davidot
2021-11-30LibJS: Allow object properties called 'async'davidot
2021-11-30LibJS: Add messages to the toEval and toEvalTo testsdavidot
2021-11-30LibUnicode: Support code point names that apply to ranges of code pointsTimothy Flynn
2021-11-30LibGUI: Implement vim motions for LeftBrace and RightBracescwfri
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30LibGfx+FontEditor: Add helper to determine raw glyph presencethankyouverycool
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-11-30LibJS: Change LargerOfTwoTemporalUnits AO to return a StringViewTimothy Flynn
2021-11-29LibJS: Implement Temporal.Duration.prototype.subtractLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.addLuke Wilde