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
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
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-10
Meta: Switch to the Lagom directory before building fuzzers
Tim Schumacher
2022-12-10
LibGUI: Disable corresponding Scrollbar button when reaching min or max
DragonAlex98
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
Magnifier: Add a manual to Help menu and propagate construction errors
thankyouverycool
2022-12-10
Magnifier: Standardize File menu
thankyouverycool
2022-12-10
WindowServer: Update checked state of m_window_menu_always_on_top_item
thankyouverycool
2022-12-10
Magnifier: Remove always_on_top_action
thankyouverycool
2022-12-10
Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entry
Sergey Lisov
2022-12-10
CI: Add a check to report git merge commit
Lucas CHOLLET
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-10
LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream
Tim Schumacher
[prev]
[next]