summaryrefslogtreecommitdiff
path: root/Applications/Help
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-03Help: Support loading help page by file path as command line argumentBrendan Coles
2021-01-02Help: Add a "Home" action to the toolbar :^)Andreas Kling
2021-01-02Help: Rename manual section 1 to "User programs"Andreas Kling
2021-01-02Help: Add a simple index pageAndreas Kling
2021-01-02Help: Rename "Tree" tab to "Browse"Andreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-10-08Help: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-06Help: Use new format functions.asynts
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-10Help: Spruce up the UI with some tasteful layout marginsAndreas Kling
2020-08-01Help: Optionally take an argument to search forAnotherTest
2020-08-01Help: Add a search modeAnotherTest
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-07Help: Handle external linksLinus Groh
2020-07-07Help: Make section books open and close when toggledthankyouverycool
2020-07-07Base+Help: Add new Help app iconsthankyouverycool
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-21Help: Use Web::PageView::load_html()Andreas Kling
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-05Help: Clicking on link changes the treeview selectionDexesTTP
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-23Help: Sort the manual pages alphabeticallyAndreas Kling
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling