Andreas Kling
|
e76771bfad
WindowServer+LibGfx: Show menus in windows! :^)
|
4 years ago |
Andreas Kling
|
e0f32626bc
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Nico Weber
|
30e19c5a00
LibGfx: Implement scaling support for Painter::blit_filtered()
|
4 years ago |
Nico Weber
|
ea8baaa1ab
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
|
4 years ago |
Nico Weber
|
76f2918416
LibGfx:: Implement scale support for blit_with_opacity()
|
4 years ago |
Nico Weber
|
345909c009
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mode 'simple'
|
4 years ago |
Nico Weber
|
dcc967d1ad
LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work
|
4 years ago |
Nico Weber
|
2ec6bbd7a1
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
|
4 years ago |
Nico Weber
|
6a78e7e6a8
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
|
4 years ago |
Nico Weber
|
e2dfd028f9
LibGfxScaleDemo: Add coverage for blit_with_alpha
|
4 years ago |
Nico Weber
|
5f9c42c404
LibGfx: Give Bitmap a scale factor
|
4 years ago |
Nico Weber
|
1382bbfc57
LibGfx: Make Painter take the scale factor as constructor argument
|
4 years ago |
Andreas Kling
|
d312011708
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
|
4 years ago |
Nico Weber
|
adb9ade88d
LibGfxScaleDemo: Add Emoji to window title bar
|
4 years ago |
Nico Weber
|
56cad36ef2
LibGfx: Make Painter::draw_rect() scale-aware
|
4 years ago |
TheMorc
|
b2086c8d77
Demos+Games: Pledge "sendfd" in demos and games
|
4 years ago |
Nico Weber
|
d551263b11
LibGfx: Make it possible to apply an (integer) scale to a Painter
|
4 years ago |