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
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