index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-18
LaunchServer: Discover handlers from *.af files, allow launching based on a k...
Nicholas Hollett
2020-05-18
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
Linus Groh
2020-05-18
LibGUI: Tweak EmojiInputDialog layout :^)
Andreas Kling
2020-05-18
Base: Add thinking face emoji (U+1F914) 🤔
Andreas Kling
2020-05-18
LibJS: Check for exception after converting object to string primitive
Linus Groh
2020-05-18
LibJS: Throw TypeError when coercing symbol to number
Linus Groh
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-18
LibJS: Remove no-op SymbolPrototype::description_setter()
Linus Groh
2020-05-18
Base: Add smiling face with horns emoji (U+1F608) 😈
jarhill0
2020-05-18
Base: Add splashing sweat emoji (U+1F4A6) 💦
jarhill0
2020-05-18
Base: Add cherries emoji (U+1F352) 🍒
jarhill0
2020-05-18
Base: Add peach emoji (U+1F351) 🍑
jarhill0
2020-05-18
Base: Add eggplant emoji (U+1F346) 🍆
jarhill0
2020-05-18
Base: Add Cancer emoji (U+264B) ♋
jarhill0
2020-05-17
Meta: Update CLion and WSL configuration documentations
Devashish
2020-05-17
LibGUI: Fix crash in TextDocument::remove(TextRange)
Andreas Kling
2020-05-17
LibVT: TerminalWidget now opts into emoji input by default :^)
Andreas Kling
2020-05-17
LibGUI: TextEditor now opts in to emoji input by default :^)
Andreas Kling
2020-05-17
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
Andreas Kling
2020-05-17
LibVT: Handle keydown events with multi-byte text correctly
Andreas Kling
2020-05-17
LibGUI: Make the TextEditor widget store UTF-32 codepoints
Andreas Kling
2020-05-17
LibGfx: Add UTF-32 version of the text painting code paths
Andreas Kling
2020-05-17
LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)
Andreas Kling
2020-05-17
AK: Add StringBuilder::append(Utf32View)
Andreas Kling
2020-05-17
LibGfx: Let's make it Font::width(Utf32View)
Andreas Kling
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling
2020-05-17
LibC: Don't let ctype isfoo() helpers access array out of bounds
Andreas Kling
2020-05-17
LibGfx: Add Font::width(u32* codepoints, size_t)
Andreas Kling
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-17
LibGemini: Implement rendering text/gemini documents to HTML
AnotherTest
2020-05-17
ProtocolServer: Put everything in the ProtocolServer namespace
Andreas Kling
2020-05-17
Meta: Add Linus, Ali and Shannon to the "Contributors" list
Andreas Kling
2020-05-17
LibJS: Simplify various StringPrototype functions
Linus Groh
2020-05-17
LibJS: Add Number.parseFloat()
Linus Groh
2020-05-17
LibJS: Add parseFloat()
Linus Groh
2020-05-17
ls: Make column alignment Unicode-aware :^)
Andreas Kling
2020-05-17
AK: Add Utf8View::length_in_codepoints()
Andreas Kling
2020-05-17
Shell: Treat builtin names as programs and suggest them
AnotherTest
2020-05-17
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
Conrad Pankoff
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-17
ProtocolServer: Attach downloads and their lifecycles to clients
Conrad Pankoff
2020-05-17
LibWeb: Recognise and pass gemini URLs to ProtocolServer
Conrad Pankoff
2020-05-17
ProtocolServer: Integrate LibGemini for simple requests
Conrad Pankoff
2020-05-17
LibGemini: Implement basic Gemini protocol support
Conrad Pankoff
2020-05-17
Shell: Print the full name of missing interpreters
Andreas Kling
2020-05-17
LibVT: Store all-ASCII terminal lines as 8-bit characters
Andreas Kling
2020-05-17
Shell: Switch to using Core::EventLoop
AnotherTest
2020-05-17
Shell: Patch most of the builtins to use Core::ArgsParser
AnotherTest
[next]