summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12WidgetGallery: Convert layout to GML and add new Icons gallerythankyouverycool
2021-03-03Cube: Add an argument for the "frameless cube" optionone-some
2021-02-27WidgetGallery: add a simple Wizard demo :^)Nick Vella
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21CatDog: Fix wake-sleep "loop" when cursor is over right-top of headTom
2021-02-21Cube: Add an option to render a frameless cubeTom
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-15CatDog: Set window hit testing to opaque pixels onlyTom
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-01-25LibGfx: Implement scaling support for Painter::blit_filtered()Nico Weber
2021-01-25LibGfx: Fix opacity handling in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx:: Implement scale support for blit_with_opacity()Nico Weber
2021-01-23WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...Nico Weber
2021-01-23LibGfx: Make draw_tiled_bitmap() in scaled contexts actually workNico Weber
2021-01-22LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rectNico Weber
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-22LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()Nico Weber
2021-01-22LibGfx: Correctly handle source rect offset in draw_scaled_bitmapNico Weber
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