summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-16LibGL: Make GL::create_context fallibleAndrew Kaster
2022-09-11Tubes: Run clang-formatLinus Groh
2022-09-11Demos: Add Tubes :^)Jelle Raaijmakers
2022-09-10WidgetGallery: Port file picker to use FileSystemAccessClientnetworkException
2022-08-25Eyes: Add an option to show/hide the window frameMacDue
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-15WidgetGallery: Make inspectableFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-04WidgetGallery: Repair GML layout on BasicsTabFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-08Fire: Ignore mouse events outside the window (to the left)MacDue
2022-05-08Fire: Replace #defines with constexprsMacDue
2022-05-08Mandelbrot: Remove image export confirmation dialogEWouters
2022-05-07Demos/Eyes: Render eyes antialiasedMacDue
2022-05-05Userland: Re-organize /dev GPU nodesLiav A
2022-04-20Mandelbrot: Add BMP and QOI image formats as options for exportEWouters
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvasMacDue
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-18Eyes: Add 'Contents' action to help menuLinus Groh
2022-03-14Kernel: Sandbox each GPU3DDevice file description into own host contextSahan Fernando
2022-03-09Demos: Create demo for VirGL gpu deviceSahan Fernando
2022-03-08Mandelbrot: Add Help menu with standard About actionPaulo Henrique Silva
2022-03-02Demos/CatDog: Show different messages depending on statekleines Filmröllchen
2022-03-02Demos/CatDog: Introduce inspector & artist states based on open programskleines Filmröllchen
2022-03-02Demos/CatDog: Refactor the main stateskleines Filmröllchen
2022-03-02Demos/CatDog: Let the speech bubble know about the CatDog widgetkleines Filmröllchen
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-01Starfield: Add app iconJagger De Leo
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-18WidgetGallery: Convert to try_create_default_iconAstraeus-