summaryrefslogtreecommitdiff
path: root/Userland/Applications/Help/main.cpp
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11Help: Fix search query parsingkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines 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-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-06-27Help: Use LibWeb to open files via RequestServerLucas CHOLLET
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-03-02Help: Convert to GML and propagate more errorsthankyouverycool
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-01-11Help+Base: Add help://man URLs for links between man pageskleines Filmröllchen
2022-01-11Help: Refactor link handlingkleines Filmröllchen
2022-01-09Help: Scroll to the top of page when opening a new linksholm
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-28Help: Fix crash when trying to load libunicodedata.soRummskartoffel
2021-12-27Help: Fix memory leak given ambiguous man page title on command lineRummskartoffel
2021-12-20Help: Add support for launching with a section and page, like manSam Atkins
2021-12-20Help: Move `update_actions()` code into `open_page()`Sam Atkins
2021-12-20Help: Always show the welcome page on launch if nothing else is thereSam Atkins
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibGUI: Make FilteringProxyModel factory function return ErrorOrAndreas Kling
2021-11-24Help: TRY() all the things in serenity_main() :^)Andreas Kling
2021-11-24Help: Port to LibMain :^)Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-15Help: Add context menuKarol Kosek
2021-06-16Help: When opening a page, make sure it is selected in the tree viewTimon Kruiper
2021-06-16Help: Make sure the home page is actually shown when opening the appTimon Kruiper
2021-05-26Help: Tweak splitter spacing in main UI layoutAndreas Kling
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-07Help: Add "Help" menu and move the about action thereLinus Groh
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling