serenity/Applications/Browser
asynts 019c9eb749 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-09 21:11:09 +01:00
..
BookmarksBarWidget.cpp LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01: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.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 LibGFX: Move default_xxx_font() methods from Font to FontDatabase 2020-12-30 20:40:30 +01:00
ConsoleWidget.h LibGUI: Add Widget focus policies 2020-10-30 17:03:28 +01:00
DownloadWidget.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
DownloadWidget.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01: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: Rename Element::resolved_style() => specified_css_values() 2021-01-06 14:58:48 +01:00
InspectorWidget.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
main.cpp LibWeb: Add a basic content filter (ad blocking!) :^) 2021-01-05 21:20:15 +01:00
Tab.cpp Applications+LibGUI: Convert all GML consumers to use the LibCore finder 2021-01-01 14:45:09 +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 Browser: Make the about menu item look a little nicer 2021-01-04 23:34:32 +01:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00