1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Userland/Services/WebContent
Andreas Kling 548081ea23 Userland+Base: Make the window titlebar font configurable separately
Instead of defaulting to "bold variant of the system default font",
let's allow the user to set any font they want as the titlebar font.
2022-08-01 10:29:53 +02:00
..
CMakeLists.txt WebContent: Depend on ImageDecoder, RequestServer and WebSocket 2022-05-26 21:54:58 +01:00
ConnectionFromClient.cpp Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
ConnectionFromClient.h Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
ConsoleGlobalObject.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConsoleGlobalObject.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Documentation.txt LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
PageHost.cpp WebContent: Invalidate document style when changing the page's palette 2022-07-05 18:23:22 +02:00
PageHost.h Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
WebContentClient.ipc Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
WebContentConsoleClient.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
WebContentConsoleClient.h Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)" 2022-04-05 17:47:52 +02:00
WebContentServer.ipc Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00