1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 18:27:35 +00:00
serenity/Applications/FontEditor
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
..
.gitignore FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
FontEditor.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
FontEditor.h FontEditor: Add a "Save as..." menu item 2020-07-11 11:34:38 +02:00
GlyphEditorWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
GlyphEditorWidget.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
GlyphMapWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
GlyphMapWidget.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
main.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00