ladybird/Userland/Applications/KeyboardMapper
Ben Wiederhake 465af4c4d4 Applications: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapperWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
KeyboardMapperWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyButton.cpp Keyboard Mapper: Better text color for buttons in dark theme 2021-09-06 17:38:59 +02:00
KeyButton.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyPositions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp KeyboardMapper: Add menus before showing the window 2021-07-31 08:08:31 +02:00