summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Piano: Add track Volume and improve QOLkleines Filmröllchen
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25LibGUI: Implement Vim motion systemsin-ack
2021-04-25LibC+LibELF: Implement more fully-features dlfcn functionalityGunnar Beutner
2021-04-25LibC: Move the __pthread_mutex_trylock function to LibCGunnar Beutner
2021-04-25UserspaceEmulator: Add more InstructionsHendiadyoin1
2021-04-25LibC: Implement the rewinddir() functionGunnar Beutner
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-25VimEditingEngine: Add handling { and } to move between empty linesRok Povsic
2021-04-25LibWeb: Utilize SourceLocation for HTMLDocumentParser loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for HTMLTokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Tokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Parser loggingBrian Gianforcaro
2021-04-25LibWeb: Use SourceLocation for DeprecatedCSSParser logging.Brian Gianforcaro
2021-04-25LibCpp: Convert ScopeLogger to use AK:SourceLocationBrian Gianforcaro
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
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-24LaunchServer: Fix argument order to FileManagerAlbert S
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 cksumBrendan Coles
2021-04-24Utilities: Add pathchkBrendan Coles
2021-04-24AudioServer: Mixer: limit max volume to 200%Brendan Coles
2021-04-23LibELF: Avoid calculating symbol hashes when we don't need themGunnar Beutner
2021-04-23UE: Implement FLD_RM80 and FSTP_RM80Hendiadyoin1
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-23Userland: Piano: Optimize repaintskleines Filmröllchen
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