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
/
Applications
/
Help
/
ManualModel.cpp
Age
Commit message (
Expand
)
Author
2023-05-29
LibGUI: Allow FilteringProxyModel to optionally sort results by score
Tim Ledbetter
2023-05-29
Help: Perform a fuzzy match on the page title when searching
Tim Ledbetter
2023-04-25
Help: Ensure window title is updated when a subsection is selected
Tim Ledbetter
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-02
Help: Detect clicked page correctly
kleines Filmröllchen
2023-01-02
Help+LibManual: Open sibling page for subsections
kleines Filmröllchen
2023-01-02
Help+LibManual: Make the children accessor fallible
kleines Filmröllchen
2023-01-02
Help: Use array size instead of sizeof to determine number of sections
kleines Filmröllchen
2023-01-02
Help: Only toggle open/close for SectionNodes
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
Help: Improve search ergonomics
thankyouverycool
2022-02-25
Everywhere: Use title case for man section titles
networkException
2021-12-20
Help: Include page names in the search
Sam Atkins
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-22
man.serenityos.org: Add section descriptions to overview page
Ben Wiederhake
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibGUI: Make Model::data_matches() take Variant by const-reference
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling