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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-15
Help: Add context menu
Karol Kosek
2021-06-16
Help: When opening a page, make sure it is selected in the tree view
Timon Kruiper
2021-06-16
Help: Make sure the home page is actually shown when opening the app
Timon Kruiper
2021-05-26
Help: Tweak splitter spacing in main UI layout
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-07
Help: Add "Help" menu and move the about action there
Linus Groh
2021-05-07
Chess+Help: Remove erroneous ampersand from app name
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-23
Help: Run clang-format on main.cpp
Linus Groh
2021-04-23
Help: Add a statusbar and use it for hovered links + action status tips
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling