ladybird/Userland/Applications/Browser
2021-06-25 01:01:37 +02:00
..
BookmarksBarWidget.cpp Browser: Apply some polish to menus and actions 2021-05-10 10:27:23 +02:00
BookmarksBarWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Browser.h Browser: Move menu management from Tab to BrowserWindow 2021-05-18 20:02:00 +02:00
BrowserConsoleClient.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserConsoleClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserWindow.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
BrowserWindow.gml LibGUI: Allow tweaking each edge of TabWidget's content margins 2021-06-15 14:28:39 +02:00
BrowserWindow.h Browser: Add setting to change homepage URL 2021-06-18 10:20:24 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ConsoleWidget.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ConsoleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CookieJar.cpp Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
CookieJar.h Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
DownloadWidget.cpp Browser: Fix build breakage from 29cce65 2021-06-13 21:22:11 +02:00
DownloadWidget.h Browser: Add download finished graphics to download widget 2021-06-13 20:55:58 +02:00
EditBookmark.gml Browser: Add right-click context menu item for editing bookmarks 2021-03-26 22:58:31 +01:00
History.cpp Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
History.h Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
InspectorWidget.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
InspectorWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Browser: Fix crash on download 2021-06-09 18:10:27 +01:00
Tab.cpp Browser: Add alternate shortcut F6 for focusing the location box 2021-06-25 01:01:37 +02:00
Tab.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Tab.h Browser: Pass Tab::on_title_change title argument as const reference 2021-05-29 01:14:04 +01:00
WindowActions.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowActions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00