1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Services/WindowServer
Nico Weber 6dd10ad8dc Themes: Fix default theme window stripes and shadow after #2811
Change #2811 made window title stripes and window title shadow themable,
but it used the same stripe and shadow color for all window modes.
This is fine for the new 'basalt' theme which uses the same color
in all four window modes, but it changed the default theme so that
background windows had brown stripes and a brown shadow.

Instead, make the title stripe and title shadow themable per window mode,
and change the default theme to restore the colors it had before
change #2811: The title stripe color is the same as Border1 for all
window modes, and the title shadow is the same as the title stripe
darkened by 0.6.
2020-08-01 19:26:54 +02:00
..
AppletManager.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
AppletManager.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Button.cpp Services: Convert WindowFrame button bitmaps to themable PNGs 2020-08-01 07:56:48 +02:00
Button.h Services: Convert WindowFrame button bitmaps to themable PNGs 2020-08-01 07:56:48 +02:00
ClientConnection.cpp LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
ClientConnection.h LibGUI+WindowServer: Allow applets to retrieve their location 2020-07-26 11:32:12 +02:00
CMakeLists.txt Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00
Compositor.cpp WindowServer: Don't crash when invalid resolution requested 2020-07-03 12:31:40 +02:00
Compositor.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Cursor.cpp WindowServer+LibGUI: Add "wait" cursor 2020-07-07 23:11:39 +02:00
Cursor.h WindowServer+LibGUI: Add "wait" cursor 2020-07-07 23:11:39 +02:00
Event.h WindowServer: Add accessory windows 2020-07-15 17:15:45 +02:00
EventLoop.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
EventLoop.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
main.cpp WindowServer: Make perror() strings slightly more detailed. 2020-06-05 09:29:19 +02:00
Menu.cpp WindowServer: Make Menus the input window when showing them 2020-07-15 22:02:53 +02:00
Menu.h WindowServer: Make Menus the input window when showing them 2020-07-15 22:02:53 +02:00
MenuBar.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuBar.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
MenuItem.cpp WindowServer: Add support for default MenuItem 2020-07-11 11:45:49 +02:00
MenuItem.h WindowServer: Add support for default MenuItem 2020-07-11 11:45:49 +02:00
MenuManager.cpp WindowServer: Fix crash when no active input window is set 2020-07-16 16:10:21 +02:00
MenuManager.h WindowServer: Make Menus the input window when showing them 2020-07-15 22:02:53 +02:00
Screen.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
Screen.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
Window.cpp LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
Window.h LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
WindowClient.ipc WindowServer: Expose window parent information and more modal improvements 2020-07-16 16:10:21 +02:00
WindowFrame.cpp Themes: Fix default theme window stripes and shadow after #2811 2020-08-01 19:26:54 +02:00
WindowFrame.h Themes: Fix default theme window stripes and shadow after #2811 2020-08-01 19:26:54 +02:00
WindowManager.cpp LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
WindowManager.h LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
WindowServer.ipc LibGUI+WindowServer: Provide default placement to windows 2020-08-01 08:06:48 +02:00
WindowSwitcher.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
WindowSwitcher.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
WindowType.h Services: Renamed from Servers 2020-05-08 21:57:44 +02:00