Tom
|
0ce4b9d7db
WindowServer: Implement simple window shadows
|
4 年 前 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 年 前 |
Nico Weber
|
30e19c5a00
LibGfx: Implement scaling support for Painter::blit_filtered()
|
4 年 前 |
Nico Weber
|
75b7880f54
LibGfx: Remove unreachable branch in Painter::draw_scaled_bitmap
|
4 年 前 |
Nico Weber
|
ea8baaa1ab
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
|
4 年 前 |
Nico Weber
|
dfb12e2a73
LibGfx: Minor style tweaks in Painter
|
4 年 前 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 年 前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年 前 |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 年 前 |
Nico Weber
|
76f2918416
LibGfx:: Implement scale support for blit_with_opacity()
|
4 年 前 |
Nico Weber
|
345909c009
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mode 'simple'
|
4 年 前 |
Nico Weber
|
dcc967d1ad
LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work
|
4 年 前 |
asynts
|
6dc2c38fd0
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年 前 |
Nico Weber
|
2ec6bbd7a1
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
|
4 年 前 |
Nico Weber
|
d1ea418e43
LibGfx: Implement scaling support for draw_tiled_bitmap()
|
4 年 前 |
Nico Weber
|
2fe6a313c2
LibGfx: Implement blit_offset() in terms of blit()
|
4 年 前 |
Nico Weber
|
c98055de75
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
|
4 年 前 |
Nico Weber
|
6a78e7e6a8
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
|
4 年 前 |
Nico Weber
|
d5f403663b
LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of passing it in
|
4 年 前 |
Nico Weber
|
91aa0d9997
LibGfx/Painter: Keep translation and clip_rect in logical coordinates
|
4 年 前 |
Nico Weber
|
5f9c42c404
LibGfx: Give Bitmap a scale factor
|
4 年 前 |
Nico Weber
|
1382bbfc57
LibGfx: Make Painter take the scale factor as constructor argument
|
4 年 前 |
Nico Weber
|
56cad36ef2
LibGfx: Make Painter::draw_rect() scale-aware
|
4 年 前 |
Nico Weber
|
d551263b11
LibGfx: Make it possible to apply an (integer) scale to a Painter
|
4 年 前 |
Linus Groh
|
545b4879e4
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |