summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-18LaunchServer: Discover handlers from *.af files, allow launching based on a k...Nicholas Hollett
2020-05-18LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarityLinus Groh
2020-05-18LibGUI: Tweak EmojiInputDialog layout :^)Andreas Kling
2020-05-18Base: Add thinking face emoji (U+1F914) 🤔Andreas Kling
2020-05-18LibJS: Check for exception after converting object to string primitiveLinus Groh
2020-05-18LibJS: Throw TypeError when coercing symbol to numberLinus Groh
2020-05-18LibJS: Pass Interpreter& to Value::to_number() et al.Linus Groh
2020-05-18LibJS: Change Value::to_object(Heap& -> Interpreter&)Linus Groh
2020-05-18LibJS: Remove no-op SymbolPrototype::description_setter()Linus Groh
2020-05-18Base: Add smiling face with horns emoji (U+1F608) 😈jarhill0
2020-05-18Base: Add splashing sweat emoji (U+1F4A6) 💦jarhill0
2020-05-18Base: Add cherries emoji (U+1F352) 🍒jarhill0
2020-05-18Base: Add peach emoji (U+1F351) 🍑jarhill0
2020-05-18Base: Add eggplant emoji (U+1F346) 🍆jarhill0
2020-05-18Base: Add Cancer emoji (U+264B) ♋jarhill0
2020-05-17Meta: Update CLion and WSL configuration documentationsDevashish
2020-05-17LibGUI: Fix crash in TextDocument::remove(TextRange)Andreas Kling
2020-05-17LibVT: TerminalWidget now opts into emoji input by default :^)Andreas Kling
2020-05-17LibGUI: TextEditor now opts in to emoji input by default :^)Andreas Kling
2020-05-17LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)Andreas Kling
2020-05-17LibVT: Handle keydown events with multi-byte text correctlyAndreas Kling
2020-05-17LibGUI: Make the TextEditor widget store UTF-32 codepointsAndreas Kling
2020-05-17LibGfx: Add UTF-32 version of the text painting code pathsAndreas Kling
2020-05-17LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)Andreas Kling
2020-05-17AK: Add StringBuilder::append(Utf32View)Andreas Kling
2020-05-17LibGfx: Let's make it Font::width(Utf32View)Andreas Kling
2020-05-17AK: Add a very basic Utf32View classAndreas Kling
2020-05-17LibC: Don't let ctype isfoo() helpers access array out of boundsAndreas Kling
2020-05-17LibGfx: Add Font::width(u32* codepoints, size_t)Andreas Kling
2020-05-17LibJS: Add symbol objectsmattco98
2020-05-17AK: Make sure URL retains trailing slash if present in complete_urlConrad Pankoff
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-17ProtocolServer: Put everything in the ProtocolServer namespaceAndreas Kling
2020-05-17Meta: Add Linus, Ali and Shannon to the "Contributors" listAndreas Kling
2020-05-17LibJS: Simplify various StringPrototype functionsLinus Groh
2020-05-17LibJS: Add Number.parseFloat()Linus Groh
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