1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 13:37:43 +00:00
serenity/DevTools
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
..
HackStudio LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
Inspector Use new format functions in remaining DevTools. (#3755) 2020-10-13 18:34:27 +02:00
IPCCompiler AK: Introduce SourceGenerator::fork(). 2020-10-24 12:56:25 +02:00
Profiler LibGUI: Shrink the default selection rect of TreeView items 2020-10-27 20:33:30 +01:00
UserspaceEmulator UserspaceEmulator: Remove some unneeded String copies 2020-10-25 10:13:03 +01:00
CMakeLists.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00