summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mouse/main.cpp
AgeCommit message (Expand)Author
2023-01-02Demos: Remove "Mouse" applicationAndreas Kling
2022-12-08WindowServer+MouseSettings: Improve `buttons_switched` namingFiliph Sandström
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-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-18Mouse: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25Mouse: Use TRY() a lot more :^)pbrw
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-26Demos: Remap mouse button events to physical buttons in MouseDemoIdan Horowitz
2021-10-26Demos: Change MouseDemo's window title to "Mouse demo"Idan Horowitz
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
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-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-12Demos: Move to Userland/Demos/Andreas Kling