1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Applications/Browser
Andreas Kling d6bbf12b7c LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
...and enable this in the main Browser UI. :^)
2020-04-24 22:36:25 +02:00
..
BookmarksBarWidget.cpp Browser: Remove no-op from the BooksmarksBarWidget 2020-04-23 14:10:32 +02:00
BookmarksBarWidget.h Browser: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp Browser: Fix unintentional Web::Element copy 2020-03-18 17:13:22 +01:00
InspectorWidget.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
main.cpp LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width) 2020-04-24 22:36:25 +02:00
Makefile Browser: Add "New tab" action (Ctrl+T) :^) 2020-04-23 21:28:25 +02:00
Tab.cpp Browser: React to favicon notifications and put favicons in the tabs! 2020-04-24 22:28:05 +02:00
Tab.h Browser: React to favicon notifications and put favicons in the tabs! 2020-04-24 22:28:05 +02:00
WindowActions.cpp Browser: Move the "About" action to WindowActions 2020-04-24 20:50:06 +02:00
WindowActions.h Browser: Move the "About" action to WindowActions 2020-04-24 20:50:06 +02:00