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
Age
Commit message (
Expand
)
Author
2021-04-29
LibGfx: Add basic support for bidirectional text rendering
Idan Horowitz
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibGfx+FontEditor: Account for raw width when painting glyphs
thankyouverycool
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
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-21
LibGfx: Minor clean-ups in Gfx::FontDatabase
Andreas Kling
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-19
LibGfx: Improve PNG encoder API somewhat
Andreas Kling
2021-04-18
LibGfx: Report font glyph presence based on glyph's specific width
Idan Horowitz
2021-04-18
FontEditor+LibGfx: Allow user to specify if a specific glyph is present
Idan Horowitz
2021-04-18
LibGfx: Always load font widths array and use it for glyph presence
Idan Horowitz
2021-04-18
LibGfx: Use size_t instead of int for glyph count
Idan Horowitz
2021-04-18
LibGfx: Add support for fonts that include the Hebrew Unicode Block
Idan Horowitz
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-04-17
LibGfx: Fix sse enabled builds by removing implicit float conversion
Sahan Fernando
2021-04-17
LibGfx: Make top highlight of classic buttons fit to the top left corner
Luke
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
2021-04-15
LibGfx: Add a Path::arc_to() helper
AnotherTest
2021-04-15
LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path
AnotherTest
2021-04-15
LibGfx: Un-recursive-ify the Bezier and Elliptic curve implementations
AnotherTest
2021-04-14
LibGfx: initialize winding number to 1 for NonZero winding rules
Idan Horowitz
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
LibGfx: Add a count to FontTypes and a helper to return type names
thankyouverycool
2021-04-11
LibGfx: Make sure draw_ui_text() paints underlines with text color
Andreas Kling
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-09
LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::Tray
Andreas Kling
2021-04-09
LibGfx: Make draw_ui_text() underlines take glyph spacing into account
Andreas Kling
2021-04-09
LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()
Andreas Kling
2021-04-09
LibGfx: Adjust parameter order for Painter::draw_ui_text()
Andreas Kling
2021-04-09
LibGfx: Added dirty and raw cyrillic support for bitmap fonts.
Dmitrii Trifonov
2021-04-07
LibGfx: Update to PNGLoader to modern dbgln_if and if constexpr logging
Idan Horowitz
2021-04-07
LibGfx: Fix IHDR filter method field validation
Idan Horowitz
2021-04-07
LibGfx: Zero out dummy filter scanline
Idan Horowitz
2021-04-05
LibGfx: Move underline closer to text in draw_ui_text()
Andreas Kling
2021-04-05
LibGfx: Add Gfx::Painter::draw_ui_text()
Andreas Kling
2021-04-04
LibGfx: Avoid float->double->float when converting from linear to gamma
Oleg Sikorskiy
2021-04-03
LibGfx: Use integer version of Bresenham's algorithm.
Oleg Sikorskiy
2021-03-31
WindowServer+LibGfx: Rename menu_bar => menubar
Andreas Kling
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-03-28
LibGfx: Use zlib instead of just deflate when loading PNGs
Luke
2021-03-26
WindowServer+LibGfx: Make menubar menus slightly larger
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
[next]