serenity/Applications/Browser
FalseHonesty 9241c3a957 Browser: Pop up a context menu when one is requested on a tab
Currently, the tab's context menu only has options to reload and
close, but this patch allows for those options to be quickly
expanded!
2020-05-21 21:53:17 +02:00
..
BookmarksBarWidget.cpp Browser: Allow Ctrl+clicking on bookmark bar buttons :^) 2020-05-12 20:35:45 +02:00
BookmarksBarWidget.h Browser: Allow Ctrl+clicking on bookmark bar buttons :^) 2020-05-12 20:35:45 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DownloadWidget.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
InspectorWidget.h Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
main.cpp Browser: Pop up a context menu when one is requested on a tab 2020-05-21 21:53:17 +02:00
Tab.cpp Browser: Pop up a context menu when one is requested on a tab 2020-05-21 21:53:17 +02:00
Tab.h Browser: Pop up a context menu when one is requested on a tab 2020-05-21 21:53: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