summaryrefslogtreecommitdiff
path: root/Userland/Applications/Help/MainWidget.cpp
AgeCommit message (Expand)Author
2023-05-29Help: Sort search results by scoreTim Ledbetter
2023-05-10Help: Fix link to Contents pageJames Liu
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-03-22Help: Don't abort opening help:// URLs when error *didn't* occurAndreas Kling
2023-03-07Help: Don't defer tree view selection updatesMathis Wiehl
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-09Help: Update browse view when opening a new help pageTim Ledbetter
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-02Help: Don't expand the whole tree of the selected node's parentkleines Filmröllchen
2023-01-02Help+LibManual: Move URL handling to LibManualkleines Filmröllchen
2022-12-14Help: Move-capture help page pathMaciej
2022-12-12Help+LibManual: Without arguments, open index page instead of crashingkleines Filmröllchen
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines 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-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-22Help: Make history navigation work with man pages opened using help urlsnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-27Help: Use LibWeb to open files via RequestServerLucas CHOLLET
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-03-08Help: Remove redundant selection update when opening pagekimlintu
2022-03-02Help: Improve search ergonomicsthankyouverycool
2022-03-02Help: Convert to GML and propagate more errorsthankyouverycool