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
/
Painter.cpp
Age
Commit message (
Expand
)
Author
2021-03-16
LibGfx: Add BitmapFormat::RGBA8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibGfx: Make Painter::draw_physical_pixel() clip with scaling in mind
Andreas Kling
2021-02-22
LibGfx: Don't color outside the lines in Painter::draw_physical_pixel()
Andreas Kling
2021-02-15
LibGfx: draw_glyph_or_emoji fix check for available glyph
Stephan Unverwerth
2021-02-15
LibGfx: Generalize glyph placement in Painter
Stephan Unverwerth
2021-02-15
LibGfx+LibTTF: Allow Painter to draw TTF glyphs
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-02-13
LibGfx: Enable Painter::blit to apply opacity and mix alpha channels
Tom
2021-02-13
WindowServer: Improvements to support alpha channel in window frames
Tom
2021-02-11
LibGfx: Painter::blit_filtered should take into account alpha value
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
LibGfx: Implement scaling support for Painter::blit_filtered()
Nico Weber
2021-01-25
LibGfx: Remove unreachable branch in Painter::draw_scaled_bitmap
Nico Weber
2021-01-25
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
Nico Weber
2021-01-25
LibGfx: Minor style tweaks in Painter
Nico Weber
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-25
LibGfx:: Implement scale support for blit_with_opacity()
Nico Weber
2021-01-23
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...
Nico Weber
2021-01-23
LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work
Nico Weber
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGfx: Implement scaling support for draw_tiled_bitmap()
Nico Weber
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-22
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
Nico Weber
2021-01-22
LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing...
Nico Weber
2021-01-20
LibGfx/Painter: Keep translation and clip_rect in logical coordinates
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
2021-01-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling