index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-18
LibJS: Handle hex and unicode escape sequences in string literals
Matthew Olsson
2020-05-18
LibJS: Add Math.clz32()
Linus Groh
2020-05-18
LibJS: Add Math.expm1()
Linus Groh
2020-05-18
LibJS: Add Math.exp()
Linus Groh
2020-05-18
LibJS: Add Math.sign()
Linus Groh
2020-05-18
LibGUI: Make text selection feel better in single-line editors
Andreas Kling
2020-05-18
LibGUI: Add 1px of horizontal content padding to TextEditor
Andreas Kling
2020-05-18
LibGUI: Grow the "line content rect" slightly in single line text boxes
Andreas Kling
2020-05-18
LibGUI: Use a variable-width font by default in single-line TextEditors
Andreas Kling
2020-05-18
LibGUI: Support variable-width fonts in TextEditor
Andreas Kling
2020-05-18
LibJS: Return early from parseFloat() if argument is a number
Linus Groh
2020-05-18
LibGUI: Remove outdated FIXME in TextEditor
Andreas Kling
2020-05-18
LibJS: Remove is_nan() check in as_size_t() and fix to_size_t()
Linus Groh
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-18
LibVT: Pass the handler name to Launcher::open_url to control what gets launched
Nicholas Hollett
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
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-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
LibGfx: Let's make it Font::width(Utf32View)
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
LibGemini: Implement rendering text/gemini documents to HTML
AnotherTest
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
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
Conrad Pankoff
2020-05-17
LibWeb: Recognise and pass gemini URLs to ProtocolServer
Conrad Pankoff
2020-05-17
LibGemini: Implement basic Gemini protocol support
Conrad Pankoff
2020-05-17
LibVT: Store all-ASCII terminal lines as 8-bit characters
Andreas Kling
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-17
LibCore: Allow ArgsParser::parse() to not exit on failure
AnotherTest
2020-05-17
LibCore: Reset getopt's state when starting parse()
AnotherTest
2020-05-16
LibCore: Always wait_for_events() when pumping the event loop
Andreas Kling
2020-05-16
LibWeb: Log URL when loading <script> with src attribute
Linus Groh
[next]