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
/
LibGUI
/
AbstractThemePreview.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream
Karol Kosek
2023-01-12
LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_file
Karol Kosek
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-17
LibGUI: Support setting an in memory theme in AbstractThemePreview
networkException
2022-05-07
LibGUI: Add center_window_group_within() to AbstractThemePreview
MacDue
2022-04-29
LibGUI+ThemeEditor: Split preview-widget palette-change callback
Sam Atkins
2022-04-25
LibGUI: Respect TitleButtonsIconOnly in AbstractThemePreview
MacDue
2022-04-02
LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI
Ben Maxwell