serenity/Applications/Help
Tom 27bd2eab22 LibWeb: Require parent window argument for MessageBox
Since the vast majority of message boxes should be modal, require
the parent window to be passed in, which can be nullptr for the
rare case that they don't. By it being the first argument, the
default arguments also don't need to be explicitly stated in most
cases, and it encourages passing in a parent window handle.

Fix up several message boxes that should have been modal.
2020-07-16 16:10:21 +02:00
..
CMakeLists.txt Help: Handle external links 2020-07-07 17:42:50 +02:00
History.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
main.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
ManualModel.cpp Help: Make section books open and close when toggled 2020-07-07 13:38:35 +02:00
ManualModel.h Help: Make section books open and close when toggled 2020-07-07 13:38:35 +02:00
ManualNode.h Help: Make section books open and close when toggled 2020-07-07 13:38:35 +02:00
ManualPageNode.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
ManualPageNode.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
ManualSectionNode.cpp Help: Make section books open and close when toggled 2020-07-07 13:38:35 +02:00
ManualSectionNode.h Help: Make section books open and close when toggled 2020-07-07 13:38:35 +02:00