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
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-11
WindowServer: Remove unused bools in Menu::draw()
thankyouverycool
2022-12-11
WindowServer: Include missing visibility argument when making MenuItem
thankyouverycool
2022-12-11
AK: Specialise AK::is() for NNRP<T>
Ali Mohammad Pur
2022-12-11
AK: Add an identity implementation of StringView::from_string_literal()
Ali Mohammad Pur
2022-12-11
AK: Add Optional-like value()/has_value() getters to WeakPtr
Ali Mohammad Pur
2022-12-11
AK: Allow constructing WeakPtr<T> using OptionalNone
Ali Mohammad Pur
2022-12-11
AK: Add Optional::lazy_emplace(Callable)
Ali Mohammad Pur
2022-12-11
AK: Allow non-ascii characters to be printed
Ali Mohammad Pur
2022-12-11
AK: Format the contents of NNRP<T> if T is formattable
Ali Mohammad Pur
2022-12-11
AK: Ignore "alternative" formatting of StringView instead of crashing
Ali Mohammad Pur
2022-12-11
AK: Add a Error::__jakt_from_string_literal(StringView) factory function
Ali Mohammad Pur
2022-12-11
AK: Let ErrorOr<T, E> expose its result/error types
Ali Mohammad Pur
2022-12-11
AK: Add support for modulo to Checked<T>
Ali Mohammad Pur
2022-12-11
AK: Allow Optional<T> to be constructed by OptionalNone()
Ali Mohammad Pur
2022-12-11
AK: Allow the user to access the variant index
Ali Mohammad Pur
2022-12-11
AK: Add a fallible StringBuilder::create() factory function
Ali Mohammad Pur
2022-12-11
AK: Add a Optional::value_or_lazy_evaluated(constructor_function) API
Ali Mohammad Pur
2022-12-11
AK: Add a functional-style Optional::map(mapper_function) API
Ali Mohammad Pur
2022-12-11
AK: Let HashMap also take a ValueTraits
Ali Mohammad Pur
2022-12-11
AK: Elaborate the Error constructors a bit
Ali Mohammad Pur
2022-12-11
AK: Give DeprecatedString::replace() a default mode
Ali Mohammad Pur
2022-12-11
AK: Add a DeprecatedString::byte_at() getter
Ali Mohammad Pur
2022-12-11
AK: Add a Checked::unchecked_value() function
Ali Mohammad Pur
2022-12-11
Help+man+LibManual: Move argument handling to LibManual
kleines Filmröllchen
2022-12-11
man: Refactor with LibManual and Core::Stream
kleines Filmröllchen
2022-12-11
Help: Fix search query parsing
kleines Filmröllchen
2022-12-11
Help+LibManual: Move all manpage path handling to LibManual
kleines Filmröllchen
2022-12-11
AK: Add LexicalPath::is_child_of
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
AK: Change the moved-from String state to the empty short string
kleines Filmröllchen
2022-12-11
AK: Add comparison operator
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-11
sql: Support running the sql REPL on Lagom
Timothy Flynn
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-11
SQLServer: Re-use already opened SQL::Database objects
Timothy Flynn
2022-12-11
LibIPC: Add a hook to MultiServer to inform owners of new clients
Timothy Flynn
2022-12-11
LibCore: Add a standard path for runtime communication files
Timothy Flynn
2022-12-11
Base: Add a quote to the fortunes database
kleines Filmröllchen
2022-12-10
Meta: Return 0 from the fuzzing function in most cases
Tim Schumacher
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
CI: Fix commit linting for multi-line commit messages
Lucas CHOLLET
2022-12-10
CI: Correct regex to retrieve git merge commit
Lucas CHOLLET
2022-12-10
AK: Remove HashMap::ensure_capacity
Thomas Queiroz
2022-12-10
Kernel: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
test-test262: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
Lagom/CodeGenerators: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
SpaceAnalyzer: Consolidate the node context menus
Andreas Kling
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
[next]