summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-19LibWeb: Correctly calculate height of TableRowGroupBoxAdam Hodgen
2021-04-19LibWeb: Properly handle thead and tfooter HTML tagsAdam Hodgen
2021-04-19LibELF: Fix calculation for TLS relocationsGunnar Beutner
2021-04-19LibELF: Improve error message for missing symbolsGunnar Beutner
2021-04-19LibELF: Fix support for relocating weak symbolsGunnar Beutner
2021-04-19LibELF: Remove VERIFY() calls and let control flow return to the callerGunnar Beutner
2021-04-19Shell/Tests: Replace 'type f -f' with 'type -f f'Ali Mohammad Pur
2021-04-19Userland/test: Handle '!' being used as a stringAli Mohammad Pur
2021-04-18Userland: Add telws, a CLI REPL to connect to WebSocketsDexesTTP
2021-04-18LibWebSocket: Add a new websocket libraryDexesTTP
2021-04-18LibCore: Add ArgsParser::add_option(String&)DexesTTP
2021-04-18LibGfx: Report font glyph presence based on glyph's specific widthIdan Horowitz
2021-04-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18LibGfx: Always load font widths array and use it for glyph presenceIdan Horowitz
2021-04-18LibGfx: Use size_t instead of int for glyph countIdan Horowitz
2021-04-18Tests: Fix test-math expected valuesMarco Biscaro
2021-04-18FontEditor: Update GlyphMap on font type changeIdan Horowitz
2021-04-18LibGfx: Add support for fonts that include the Hebrew Unicode BlockIdan Horowitz
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18Browser+WebContent: Fix HTML injection in console functions outputLinus Groh
2021-04-18LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'Linus Groh
2021-04-18LibJS: Use 'if constexpr' instead of '#if HEAP_DEBUG'Linus Groh
2021-04-18LibJS: Use dbgln_if() instead of '#if OBJECT_DEBUG'Linus Groh
2021-04-18HackStudio: Add ability to set hardware watchpoints on variablesFalseHonesty
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-18LibDebug: Implement ability to set watchpointsFalseHonesty
2021-04-18Kernel: Add ptrace commands for reading/writing the debug registersFalseHonesty
2021-04-18FileManager: Show action status tips in the status bar :^)Andreas Kling
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-18LibC: Implement assignment suppression for vsscanfGunnar Beutner
2021-04-18LibC: Add netinet/in_systm.hHendiadyoin1
2021-04-18LibDebug: Implement support for AttributeDataForm::Data8Gunnar Beutner
2021-04-18LibCrypto: Avoid creating bools from anything except boolsAnotherTest
2021-04-18LibCore: Remove the no-longer-used Core::DateTime::is_before() functionAnotherTest
2021-04-18LibTLS: Parse X.509 certificates with the new ASN.1 parserAnotherTest
2021-04-18LibCrypto: Implement UTCTime and GeneralizedTime parsersAnotherTest
2021-04-18LibCore: Implement operator less-than for Core::DateTimeAnotherTest
2021-04-18LibCrypo: Add an ASN.1/DER pretty-printerAnotherTest
2021-04-18LibCrypto: Allow the user to override the DER read kind and classAnotherTest
2021-04-18LibCrypto: Add the GeneralizedTime ASN.1 typeAnotherTest
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18Browser: Add status tips to most of the actionsAndreas Kling
2021-04-18Browser: Show status tips for any entered actionAndreas Kling
2021-04-18LibGUI: Add some more status tips to common actionsAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-18Ports: Update the gcc port with the patches from the toolchainGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-04-18LibElf: Allow PT_GNU_EH_FRAME program headersGunnar Beutner
2021-04-18LibC: Make atexit handlers thread-safeGunnar Beutner
2021-04-18LibC+LibPthread: Make sure TLS keys are destroyed after everything elseGunnar Beutner