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
/
Rect.cpp
Age
Commit message (
Expand
)
Author
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-10-22
LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`
Sam Atkins
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-06-20
LibGfx: Add a Line class and a Rect<T>::RelativeLocation class
Tom
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGfx: Convert String::format() => String::formatted()
Andreas Kling
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-01-23
LibGfx: Implement Rect resizing around a fixed point
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling