summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2021-01-20LibGfxScaleDemo: Add coverage for blit_with_alphaNico Weber
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17LibGfx: Make Painter take the scale factor as constructor argumentNico Weber
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15LibGfxScaleDemo: Add Emoji to window title barNico Weber
2021-01-15LibGfx: Make Painter::draw_rect() scale-awareNico Weber
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12Demos: Remove HelloWorld demoAndreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling