ladybird/Applications/HexEditor
Andreas Kling aef56159a8 LibGUI: Add Widget focus policies
Every widget now has a GUI::FocusPolicy that determines how it can
receive focus:

- NoFocus: The widget is not focusable (default)
- TabFocus: The widget can be focused using the tab key.
- ClickFocus: The widget can be focused by clicking on it.
- StrongFocus: Both of the above.

For widgets that have a focus proxy, getting/setting the focus policy
will affect the proxy instead.
2020-10-30 17:03:28 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HexEditor.cpp LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
HexEditor.h LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
HexEditorWidget.cpp AK+Format: Exclude prefix from width calculation. 2020-10-06 15:28:39 +02:00
HexEditorWidget.h AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00