Files
kitty/docs
Kovid Goyal e542cd8378 macOS: Fix a big where the color of a transparent titlebar was off when running in the release build versus the build from source. Also fix using a transparent titlebar causing the background opacity to be darkened.
There were two issues.

1) Setting window background color to a non-zero opacity causes
   darkening (essentially there were two layers of blending)

2) The titlebar background view could end up in the wrong position
   because it was a child of the content view rather than its super view

Fix both issues setting the window background to clear color and
moving the background view into the super view while making sure it is
positioned correctly using explicit constraints. Phew.
2025-09-28 21:24:00 +05:30
..
2025-05-24 14:19:14 +05:30
2025-08-17 14:44:26 +05:30
2025-08-13 11:25:38 +05:30
...
2025-08-06 09:47:07 +05:30
2025-05-18 15:16:56 +02:00
2025-07-11 06:53:07 +05:30
2025-05-18 15:16:56 +02:00
...
2025-07-05 09:18:16 +05:30
2025-09-01 19:30:50 +05:30