summaryrefslogtreecommitdiff
path: root/Userland/Demos/Fire
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-08Fire: Ignore mouse events outside the window (to the left)MacDue
2022-05-08Fire: Replace #defines with constexprsMacDue
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-02-15Demos: Use default constructors/destructorsLenny Maiorani
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25Fire: Use TRY() a lot more :^)pbrw
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-12Fire: Use ElapsedTimer::start_new()Brian 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-05Fire: Make the main widget a GUI::FrameAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-09Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()Andreas Kling
2021-05-01Demos: Added Alt+F4 funtionality to demos that lacked itinalone
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
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-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-12Demos: Move to Userland/Demos/Andreas Kling