index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
ClassicWindowTheme.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-01-06
LibGfx: Round menu font size up when calculating menubar height
Andreas Kling
2023-01-03
LibGfx: Adjust ClassicWindowTheme titlebar height calculation
Andreas Kling
2023-01-03
LibGfx: Make ClassicWindowTheme menubar heights respect the font size
Andreas Kling
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-01-01
Theming: Add alignment section
Filiph Sandström
2022-01-01
LibGfx: Add window border/title theming options
Filiph Sandström
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-03-31
WindowServer+LibGfx: Rename menu_bar => menubar
Andreas Kling
2021-03-26
WindowServer+LibGfx: Make menubar menus slightly larger
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-03-15
LibGfx: Draw window frame icon scaled to title_bar_icon_rect()
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibGfx: Oops, fix misaligned window buttons for WindowType::Normal
Andreas Kling
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-13
WindowServer: Improvements to support alpha channel in window frames
Tom
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling