summaryrefslogtreecommitdiff
path: root/Userland/Applications/Help
AgeCommit message (Expand)Author
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-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-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20Help: Add check for pushing current page to historyroepfeli
2021-07-15Help: Add context menuKarol Kosek
2021-06-17Everywhere: Add component declarationsGunnar Beutner
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
2021-04-23Help: Run clang-format on main.cppLinus Groh
2021-04-23Help: Add a statusbar and use it for hovered links + action status tipsAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibGUI: Make Model::data_matches() take Variant by const-referenceAndreas Kling
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling