index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
Mouse
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-01-02
Demos: Remove "Mouse" application
Andreas Kling
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-11-30
MouseDemo: Eliminate visual artifacts when filling in the color
Andreas Oppebøen
2022-11-30
MouseDemo: Draw blue color for longer to indicate double click
Andreas Oppebøen
2022-11-30
MouseDemo: Restart timer when scrolling to avoid blinking indicator
Andreas Oppebøen
2022-11-30
MouseDemo: Show distinct colors for primary vs secondary button
Andreas Oppebøen
2022-11-30
MouseDemo: Replace constructor with initialization at member definition
Andreas Oppebøen
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-12-18
Mouse: Convert to try_create_default_icon
Astraeus-
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
Mouse: Use TRY() a lot more :^)
pbrw
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-26
Demos: Remap mouse button events to physical buttons in MouseDemo
Idan Horowitz
2021-10-26
Demos: Change MouseDemo's window title to "Mouse demo"
Idan Horowitz
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling