serenity/Applications/Browser
William Marlow 39364bdda4 Build: Embed application icons directly in the executables.
New serenity_app() targets can be defined which allows application
icons to be emedded directly into the executable. The embedded
icons will then be used when creating an icon for that file in
LibGUI.
2020-12-21 00:12:59 +01:00
..
BookmarksBarWidget.cpp Browser: Don't focus the bookmarks bar overflow button on click 2020-12-08 23:36:19 +01:00
BookmarksBarWidget.h
Browser.h
BrowserConsoleClient.cpp Browser: Use format functions instead of printf. 2020-10-04 14:23:25 +02:00
BrowserConsoleClient.h
BrowserWindow.gml LibGUI: Introduce GML - a simple GUI Markup Language :^) 2020-12-20 11:59:40 +01:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01: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 Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
DownloadWidget.h LibProtocol: Remove use of ByteBuffer::wrap() in protocol API 2020-12-19 13:09:02 +01:00
History.cpp Browser: Fix build after dbgf() -> dbgln() rename 2020-10-04 17:09:01 +02:00
History.h
InspectorWidget.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
InspectorWidget.h
main.cpp LibGUI: Introduce GML - a simple GUI Markup Language :^) 2020-12-20 11:59:40 +01:00
Tab.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
Tab.gml LibGUI: Introduce GML - a simple GUI Markup Language :^) 2020-12-20 11:59:40 +01:00
Tab.h Browser: Add a special context menu for images 2020-10-02 19:03:10 +02:00
WindowActions.cpp
WindowActions.h