index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Help
/
MainWidget.cpp
Age
Commit message (
Expand
)
Author
2023-05-29
Help: Sort search results by score
Tim Ledbetter
2023-05-10
Help: Fix link to Contents page
James Liu
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-03-22
Help: Don't abort opening help:// URLs when error *didn't* occur
Andreas Kling
2023-03-07
Help: Don't defer tree view selection updates
Mathis Wiehl
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-09
Help: Update browse view when opening a new help page
Tim Ledbetter
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-02
Help: Don't expand the whole tree of the selected node's parent
kleines Filmröllchen
2023-01-02
Help+LibManual: Move URL handling to LibManual
kleines Filmröllchen
2022-12-14
Help: Move-capture help page path
Maciej
2022-12-12
Help+LibManual: Without arguments, open index page instead of crashing
kleines Filmröllchen
2022-12-11
Help+man+LibManual: Move argument handling to LibManual
kleines Filmröllchen
2022-12-11
Help+LibManual: Move all manpage path handling to LibManual
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-22
Help: Make history navigation work with man pages opened using help urls
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-27
Help: Use LibWeb to open files via RequestServer
Lucas CHOLLET
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-04-21
LaunchServer+Help: Open `help` urls with Help
ForLoveOfCats
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-03-08
Help: Remove redundant selection update when opening page
kimlintu
2022-03-02
Help: Improve search ergonomics
thankyouverycool
2022-03-02
Help: Convert to GML and propagate more errors
thankyouverycool