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
/
Demos
/
LibGfxScaleDemo
Age
Commit message (
Expand
)
Author
2021-12-18
LibGfxScaleDemo: Convert to try_create_default_icon
Astraeus-
2021-12-05
Demos: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
LibGfxScaleDemo: Use TRY() a lot more :^)
pbrw
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-05-01
Demos: Added Alt+F4 funtionality to demos that lacked it
inalone
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
LibGfx: Implement scaling support for Painter::blit_filtered()
Nico Weber
2021-01-25
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
Nico Weber
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
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
Nico Weber
2021-01-20
LibGfxScaleDemo: Add coverage for blit_with_alpha
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-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
LibGfxScaleDemo: Add Emoji to window title bar
Nico Weber
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber