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-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
2021-03-21
LibGfx: Don't use target's alpha if it doesn't have one (#5888)
Oleg
2021-03-16
LibGfx: Don't truncate macroblock indices in JPG decoder.
Oleg Sikorskiy
2021-03-16
LibGfx: Fail gracefuly on invalid interlace method in PNGLoader
Idan Horowitz
2021-03-16
LibGfx: Add BitmapFormat::RGBA8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-15
LibGfx: Draw window frame icon scaled to title_bar_icon_rect()
Linus Groh
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
WindowServer+LibGfx: Enumerate Disallow cursor
thankyouverycool
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-06
LibGfx: Make most of Gfx::Color constexpr
Andreas Kling
2021-03-06
LibGfx: Fix draw_triangle() precision issues
Stephan Unverwerth
2021-03-06
LibWeb: Make CSS background image painting respect destination origin and tra...
Mihai Parparita
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-03-02
SpaceAnalyzer: Reduce thickness of black borders between cells.
Mart G
2021-02-27
LibGfx: Fix read buffer overflow in interlaced GIF decode
Luke
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
[prev]
[next]