summaryrefslogtreecommitdiff
path: root/Userland/Demos
AgeCommit message (Expand)Author
2022-12-26Demos: Remove VirGLDemoStephan Unverwerth
2022-12-16CatDog: Simplify animation frame logic and fix minor bugsAndre Eisenbach
2022-12-15VirGLDemo: Make a factory function for Demo and propagate errorsBaitinq
2022-12-14CatDog: Make a factory function for CatDog and propagate errorsAndreas Kling
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-08Mandelbrot: Make it possible for export_image to return an errorAndreas Kling
2022-12-08WindowServer+MouseSettings: Improve `buttons_switched` namingFiliph Sandström
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30MouseDemo: Eliminate visual artifacts when filling in the colorAndreas Oppebøen
2022-11-30MouseDemo: Draw blue color for longer to indicate double clickAndreas Oppebøen
2022-11-30MouseDemo: Restart timer when scrolling to avoid blinking indicatorAndreas Oppebøen
2022-11-30MouseDemo: Show distinct colors for primary vs secondary buttonAndreas Oppebøen
2022-11-30MouseDemo: Replace constructor with initialization at member definitionAndreas Oppebøen
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-13CatDog: Make it always on topdemostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
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