summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-25Ports: Fix building opensshGunnar Beutner
2021-04-24LibJS: Use linusg@serenityos.org for my new copyright headers, tooLinus Groh
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-24LibJS: Temporarily clear exception in Object::get_without_side_effects()Linus Groh
2021-04-24LibJS: Add TemporaryClearException helper classLinus Groh
2021-04-24LibJS: Remove stray '%' from MemberExpression AST dumpAndreas Kling
2021-04-24LibGUI: Remove some unused cruft from GUI::IconViewAndreas Kling
2021-04-24LibGUI: Prevent a Painter's clip_rect from being outside of its targetMart G
2021-04-24LibSQL: Parse ALTER TABLE statementTimothy Flynn
2021-04-24LibSQL: Parse UPDATE statementTimothy Flynn
2021-04-24LibSQL: Parse INSERT statementTimothy Flynn
2021-04-24LibSQL: Add missing forward declarationsTimothy Flynn
2021-04-24Utilities: Add pathchkBrendan Coles
2021-04-23LibELF: Avoid calculating symbol hashes when we don't need themGunnar Beutner
2021-04-23UE+LibX86: Support bigger reads and writesHendiadyoin1
2021-04-23LibX86: Add basic u128 and u256 constainersHendiadyoin1
2021-04-23LibSQL: Parse IN / NOT IN expressions with a nested SELECT statementTimothy Flynn
2021-04-23LibSQL: Parse common-table-expressions with a nested SELECT statementTimothy Flynn
2021-04-23LibSQL: Parse CREATE TABLE statements with a nested SELECT statementTimothy Flynn
2021-04-23LibSQL: Parse EXISTS expressionsTimothy Flynn
2021-04-23LibSQL: Parse terminating semi-colon in top-level statement parserTimothy Flynn
2021-04-23LibSQL: Add Parser::parse_schema_and_table_name helperTimothy Flynn
2021-04-23LibSQL: Add Parser::parse_comma_separated_list helperTimothy Flynn
2021-04-23LibSQL: Fix handling of optional AS keywordsTimothy Flynn
2021-04-23LibRegex: Put to dbgln()s behind REGEX_DEBUGLinus Groh
2021-04-23LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()Linus Groh
2021-04-23LibJS/Tests: Remove fileName and lineNumber args from ExpectationErrorLinus Groh
2021-04-23LibJS/Tests: Improve expectation error detailsLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-23LibTLS: Call the read hooks after processing messages tooAli Mohammad Pur
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23LibGUI: Allow bypassing hook when setting SpinBox rangethankyouverycool
2021-04-23LibRegex: Implement multiline stateful matchesAli Mohammad Pur
2021-04-23LibRegex: Do not attempt to find more matches when one match is neededAli Mohammad Pur
2021-04-23LibJS: Use the match's global offset for 'index' in RegExp.exec()Ali Mohammad Pur
2021-04-23LibM: Add more macros; increase precision of existing macrosMatthew Olsson
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22LibWeb: Allow IDL interfaces to override get_by_index()Andreas Kling
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22LibWeb: Improve fallback font selectionSimon Danner