index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Help
Age
Commit message (
Expand
)
Author
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-03
Help: Support loading help page by file path as command line argument
Brendan Coles
2021-01-02
Help: Add a "Home" action to the toolbar :^)
Andreas Kling
2021-01-02
Help: Rename manual section 1 to "User programs"
Andreas Kling
2021-01-02
Help: Add a simple index page
Andreas Kling
2021-01-02
Help: Rename "Tree" tab to "Browse"
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-10-08
Help: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-06
Help: Use new format functions.
asynts
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-10
Help: Spruce up the UI with some tasteful layout margins
Andreas Kling
2020-08-01
Help: Optionally take an argument to search for
AnotherTest
2020-08-01
Help: Add a search mode
AnotherTest
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-07
Help: Handle external links
Linus Groh
2020-07-07
Help: Make section books open and close when toggled
thankyouverycool
2020-07-07
Base+Help: Add new Help app icons
thankyouverycool
2020-07-06
LibWeb: Make the link click hooks include the destination URL
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-21
Help: Use Web::PageView::load_html()
Andreas Kling
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-05
Help: Clicking on link changes the treeview selection
DexesTTP
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-23
Help: Sort the manual pages alphabetically
Andreas Kling
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
[next]