1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 22:42:28 +00:00
serenity/Applications/Browser
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
..
BookmarksBarWidget.cpp Browser: Mark default action in context menu of bookmarks 2020-08-30 09:47:49 +02:00
BookmarksBarWidget.h Browser: Mark default action in context menu of bookmarks 2020-08-30 09:47:49 +02:00
Browser.h Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
BrowserConsoleClient.cpp Browser: Use format functions instead of printf. 2020-10-04 14:23:25 +02:00
BrowserConsoleClient.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
BrowserWindow.json Browser: Set tab text alignment from JSON GUI 2020-09-14 19:55:17 +02:00
CMakeLists.txt Browser: Move the basic Tab UI skeleton to JSON GUI 2020-09-14 19:55:17 +02:00
ConsoleWidget.cpp LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
ConsoleWidget.h LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
DownloadWidget.cpp Browser: Use format functions instead of printf. 2020-10-04 14:23:25 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.cpp Browser: Fix build after dbgf() -> dbgln() rename 2020-10-04 17:09:01 +02:00
History.h Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
InspectorWidget.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
InspectorWidget.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
main.cpp AK: Eradicate calls to warn(). 2020-10-25 18:52:51 +01:00
Tab.cpp Browser: Use format functions instead of printf. 2020-10-04 14:23:25 +02:00
Tab.h Browser: Add a special context menu for images 2020-10-02 19:03:10 +02:00
Tab.json Browser: Move the basic Tab UI skeleton to JSON GUI 2020-09-14 19:55:17 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00