summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-17LibJS: Add parseFloat()Linus Groh
2020-05-17ls: Make column alignment Unicode-aware :^)Andreas Kling
2020-05-17AK: Add Utf8View::length_in_codepoints()Andreas Kling
2020-05-17Shell: Treat builtin names as programs and suggest themAnotherTest
2020-05-17LibGemini+LibHTTP: Defer did_progress call to match other callbacksConrad Pankoff
2020-05-17AK: Set default port in URL to 1965 for gemini protocolConrad Pankoff
2020-05-17ProtocolServer: Attach downloads and their lifecycles to clientsConrad Pankoff
2020-05-17LibWeb: Recognise and pass gemini URLs to ProtocolServerConrad Pankoff
2020-05-17ProtocolServer: Integrate LibGemini for simple requestsConrad Pankoff
2020-05-17LibGemini: Implement basic Gemini protocol supportConrad Pankoff
2020-05-17Shell: Print the full name of missing interpretersAndreas Kling
2020-05-17LibVT: Store all-ASCII terminal lines as 8-bit charactersAndreas Kling
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest
2020-05-17Shell: Patch most of the builtins to use Core::ArgsParserAnotherTest
2020-05-17Shell: Add job control capabilitiesAnotherTest
2020-05-17Kernel + LibC: Handle running processes in do_waitid()AnotherTest
2020-05-17Kernel: wait() should not block if WNOHANG is specifiedAnotherTest
2020-05-17LibCore: Allow ArgsParser::parse() to not exit on failureAnotherTest
2020-05-17LibCore: Reset getopt's state when starting parse()AnotherTest
2020-05-17Base: Add "smiling face with sunglasses" emoji (U+1F60E)Linus Groh
2020-05-17Base: Add "smiling face with open mouth and tightly-closed eyes" emoji (U+1F606)Linus Groh
2020-05-17Base: Add "smiling face with open mouth and smiling eyes" emoji (U+1F604)Linus Groh
2020-05-17Base: Add "smiling face with open mouth" emoji (U+1F603)Linus Groh
2020-05-17Base: Add "grinning face" emoji (U+1F600)Linus Groh
2020-05-17Base: Add "no entry" emoji (U+26D4)Linus Groh
2020-05-17Base: Add "warning sign" emoji (U+26A0)Linus Groh
2020-05-17Base: Add "eyes" emoji (U+1F440)Linus Groh
2020-05-17Base: Add "smiling face with smiling eyes" emoji (U+1F60A)Linus Groh
2020-05-16Demos: Compile LibGfxDemo with the new CMake build systemtgsm
2020-05-16Base: Add "Grimacing Face" emojijarhill0
2020-05-16Base: Add "Face Without Mouth" emojijarhill0
2020-05-16Base: add Upside-Down Face emojijarhill0
2020-05-16Build: Use -Wno-expansion-to-definedDominik Madarasz
2020-05-16Base: Add file containing all emojis we support to /home/anonLinus Groh
2020-05-16Base: Add "Fire" emoji (U+1F525)Linus Groh
2020-05-16LibCore: Always wait_for_events() when pumping the event loopAndreas Kling
2020-05-16AK: Handle "protocol relative URLs" in URL::complete_url()Linus Groh
2020-05-16LibWeb: Log URL when loading <script> with src attributeLinus Groh
2020-05-16AK: Fix URL's operator<<() and use itLinus Groh
2020-05-16LibJS: Make Object.prototype.constructor non-enumerableLinus Groh
2020-05-16Base: Add "Thumbs down sign" emoji (U+1F44E)Linus Groh
2020-05-16Shell: Properly handle parser syntax errorsLinus Groh
2020-05-16Base: Add a basic "Thumbs up sign" emoji (U+1F44D) :^)Andreas Kling
2020-05-16LibVT: Don't try to set the window title to invalid UTF-8 textAndreas Kling
2020-05-16LibVT: Add incremental UTF-8 parsing to the terminal input handlerAndreas Kling
2020-05-16LibVT: Tweak input parsing related namesAndreas Kling
2020-05-16LibVT: Switch VT::Line to being backed by 32-bit codepointsAndreas Kling
2020-05-16LibIPC: Allow opt-in UTF-8 validation on message parametersAndreas Kling
2020-05-16Kernel: Remove Process::any_thread()Andreas Kling
2020-05-16Kernel: Let the wait blocker inspect *all* child threads of a processAndreas Kling