index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
LibWeb: Allow IDL interfaces to override get_by_index()
Andreas Kling
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
LibWeb: Improve fallback font selection
Simon Danner
2021-04-22
LibWeb: Encode URL in ResourceLoader::load()
Simon Danner
2021-04-22
LibWeb: Parse line-height inside font property
Egor Ananyin
2021-04-22
LibWeb: Fix height computation (again) :^)
Egor Ananyin
2021-04-22
LibSQL: Parse (most of) SELECT statement
Timothy Flynn
2021-04-22
LibSQL: Separate parsing of common-table-expression list
Timothy Flynn
2021-04-22
LibSQL: Fix parsing of lists of common-table-expression
Timothy Flynn
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
LibWeb: Fix HTML injection on FrameLoader error page
Linus Groh
2021-04-22
LibRegex: Unbreak the ALL_DEBUG build
Andreas Kling
2021-04-22
LibWeb+Base: Use AK::SourceGenerator for error pages
Andreas Kling
2021-04-21
LibELF: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibCoreDump: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibCore: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibGUI: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibWeb+Base: Convert String::format() to String::formatted()
Andreas Kling
2021-04-21
LibDebug: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibRegex: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibLine: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibVT: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-21
LibX86: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibGfx: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibGfx: Minor clean-ups in Gfx::FontDatabase
Andreas Kling
2021-04-21
LibCore: Remove the barely-used Core::safe_syscall()
Andreas Kling
2021-04-21
LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)
Rafał
2021-04-21
LibSQL: Rename TestSqlParser -> TestSqlStatementParser
Timothy Flynn
2021-04-21
LibSQL: Parse DELETE statement
Timothy Flynn
2021-04-21
LibSQL: Parse most language expressions
Timothy Flynn
2021-04-21
LibSQL: Add forwarding header
Timothy Flynn
2021-04-21
LibSQL: Add Parser::consume_if helper
Timothy Flynn
2021-04-21
LibSQL: Lex string and blob literals
Timothy Flynn
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-21
LibWeb: Implement scientific notation parsing in PathDataParser
Idan Horowitz
2021-04-21
LibGUI: Track selection starting index in AbstractView (#6515)
iCristalrope
2021-04-21
LibGUI: Remove premature return in Window::handle_key_event
jakewestrip
2021-04-21
LibJS: Precompile Heap.h and GlobalObject.h
Ali Mohammad Pur
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-21
LibPthread: Add non functional pthread_attr_[set|get]scope stubs
Brian Gianforcaro
2021-04-21
LibC: Add pwrite(..) implementation to match the existing pread(..)
Brian Gianforcaro
2021-04-21
LibC: Add LOG_NOWAIT stub to syslog.h
Brian Gianforcaro
2021-04-21
LibC: Add a definition for `INET6_ADDRSTRLEN`
Brian Gianforcaro
[next]