Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-24 | LibGfx+WindowServer: Handle taller window title fonts better | Andreas Kling | |
If the window title font is taller than the theme's specified title height, compute the title height based on the font instead. :^) | |||
2020-08-26 | WindowServer+LibGfx: Move title bar button layout to WindowTheme | thankyouverycool | |
2020-08-23 | LibGfx+WindowServer: Simplify notification window frame theming | Andreas Kling | |
Don't require theme clients to provide the frame rect, the theme can compute that internally based on the window rect. | |||
2020-08-21 | LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API | Andreas Kling | |
Don't require passing in the outer frame rect since the theme can compute that itself, based on the window rect. | |||
2020-08-10 | LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h} | Andreas Kling | |
2020-08-10 | WindowServer+LibGfx: Move window frame rect calculation to WindowTheme | Andreas Kling | |
2020-08-09 | WindowServer+LibGfx: Move notification window frame painting to LibGfx | Andreas Kling | |
ClassicWindowTheme can now also paint notification window frames. | |||
2020-08-09 | LibGfx: Add a basic abstract WindowTheme class | Andreas Kling | |
This class will provide painting and metrics for window themes. :^) |