ladybird/Applications
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
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
Calculator Calculator: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Calendar Calendar: Use format instead of printf. 2020-10-05 14:19:24 +02:00
Debugger Debugger: Use format instead of printf. 2020-10-05 14:19:24 +02:00
DisplaySettings DisplaySettings: Use format instead of printf. 2020-10-05 14:19:24 +02:00
FileManager FileManager: Ignore model updates during widget construction 2020-10-22 18:52:54 +02:00
FontEditor LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
Help Help: Replace InProcessWebView with OutOfProcessWebView 2020-10-08 23:20:52 +02:00
HexEditor LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
IRCClient AK: Eradicate the uses of out(). 2020-10-24 12:56:25 +02:00
KeyboardMapper LibC: Remove an unneeded string.h include in ctype.h/cpp 2020-09-27 21:15:25 +02:00
KeyboardSettings KeyboardSettings: Use new format functions. 2020-10-06 15:28:39 +02:00
Piano LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
PixelPaint LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
QuickShow QuickShow: Use new format functions. 2020-10-06 15:28:39 +02:00
SoundPlayer SoundPlayer: Use new format functions. 2020-10-06 15:28:39 +02:00
Spreadsheet LibGUI: Make table view row height+padding font-size-relative 2020-10-25 10:12:03 +01:00
SystemMonitor SystemMonitor: Use new format functions. 2020-10-06 20:29:26 +02:00
Terminal LibGfx+LibGUI+Clients: Make fonts findable by their qualified name 2020-10-25 21:18:18 +01:00
TextEditor LibGfx+LibGUI+Clients: Make fonts findable by their qualified name 2020-10-25 21:18:18 +01:00
ThemeEditor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Welcome Welcome: Use new format functions. 2020-10-06 20:29:26 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00