1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 02:31:00 +00:00
serenity/Applications/Browser
Linus Groh 2e5c434e22 Misc: Use automatic window positioning in more applications
This is a follow up to #2936 / d3e3b4ae56aa79d9bde12ca1f143dcf116f89a4c.

Affected programs:
- Applications: Browser (Download, View source, Inspect DOM tree, JS
  console), Terminal (Settings)
- Demos: Cube, Eyes, Fire, HelloWorld, LibGfxDemo, WebView,
  WidgetGallery
- DevTools: HackStudio, Inspector, Profiler
- Games: 2048, Minesweeper, Snake, Solitaire
- Userland: test-web

A few have been left out where manual positioning is done on purpose,
e.g. ClipboardManager (to be close to the menu bar) or VisualBuilder (to
preserve alignment of the multiple application windows).
2020-08-15 17:38:19 +02:00
..
BookmarksBarWidget.cpp LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
BookmarksBarWidget.h LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
Browser.h Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
BrowserConsoleClient.cpp LibWeb: Move HTML object model stuff into LibWeb/HTML/ 2020-07-26 17:51:00 +02:00
BrowserConsoleClient.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
CMakeLists.txt Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
ConsoleWidget.cpp LibGUI: Make focus events more aware of why focus is changing 2020-08-15 00:05:45 +02:00
ConsoleWidget.h LibGUI: Make focus events more aware of why focus is changing 2020-08-15 00:05:45 +02:00
DownloadWidget.cpp LibGUI: Rename GUI::Image => GUI::ImageWidget 2020-07-23 17:31:08 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.cpp Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +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: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
InspectorWidget.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
main.cpp Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
Tab.cpp Misc: Use automatic window positioning in more applications 2020-08-15 17:38:19 +02:00
Tab.h Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +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