summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2021-09-20WidgetGallery: Crop animated cursorsKarol Kosek
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-09-20WidgetGallery: Simplify cursor change codeKarol Kosek
2021-09-12Fire: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12Cube: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-11WidgetGallery: Add GUI::ValueSlider widgetMustafa Quraish
2021-09-08CatDog: Switch to new mouse-tracking methodBen Wiederhake
2021-09-08Eyes: Switch to new mouse-tracking methodBen Wiederhake
2021-09-04Mandelbrot: Use the new Zoom cursorMustafa Quraish
2021-08-24Userland: Remove IRC ClientAndreas Kling
2021-08-23ModelGallery: Add the new Model Gallery application :^)sin-ack
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-20WidgetGallery: Remove menubarAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-14Mandelbrot: Add a View menu with zoom actionsNico Weber
2021-08-14Mandelbrot: Extract reset() methodNico Weber
2021-08-14Mandelbrot: Extract zoom() methodNico Weber
2021-08-10Mandelbrot: Only recalculate missing areas after panningsin-ack
2021-08-10Mandelbrot: Add panningsin-ack
2021-08-10Mandelbrot: Add mousewheel zoomingsin-ack
2021-08-10Mandelbrot: Use a GUI::Frame to paint intosin-ack
2021-08-08WidgetGallery: Change model update() functions to invalidate()sin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-08-01Demos: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-17WidgetGallery: Pledge threadMarcus Nilsson
2021-07-17WidgetGallery: Remove unused includeMarcus Nilsson
2021-07-08AK+Userland: Add generic `AK::abs()` function and use itDaniel Bertalan
2021-07-05Fire: Make the main widget a GUI::FrameAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-07CatDog: Enhance the speech bubble artificial intelligenceBrian Gianforcaro
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19CatDog: Don't show context menu when clicking outside of widgetMarcus Nilsson
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
2021-05-19GLTeapot: Adds a help menu to the GLTeapot demoErik Biederstadt
2021-05-19GLTeapot: Adds additional error checking when loading filesErik Biederstadt
2021-05-19GLTeapot: Add the ability to open 3D filesErik Biederstadt
2021-05-18CatDog: Remove global menu and add context menuMarcus Nilsson
2021-05-18Mandelbrot: Export images in a fixed resolutionGunnar Beutner