summaryrefslogtreecommitdiff
path: root/Userland/Applications/Help/ManualModel.cpp
AgeCommit message (Expand)Author
2023-01-02Help+LibManual: Make the children accessor falliblekleines Filmröllchen
2023-01-02Help: Use array size instead of sizeof to determine number of sectionskleines Filmröllchen
2023-01-02Help: Only toggle open/close for SectionNodeskleines Filmröllchen
2022-12-11LibManual: Refactor SectionNode in preparation for subsectionskleines Filmröllchen
2022-12-11Help+LibManual: Move non-UI-specific manual handling to LibManualkleines Filmröllchen
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-02Help: Improve search ergonomicsthankyouverycool
2022-02-25Everywhere: Use title case for man section titlesnetworkException
2021-12-20Help: Include page names in the searchSam Atkins
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-22man.serenityos.org: Add section descriptions to overview pageBen Wiederhake
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibGUI: Make Model::data_matches() take Variant by const-referenceAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling