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
/
Services
/
WindowServer
/
Menu.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-14
WindowServer: Use font height for item heights in Menus
Karol Kosek
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-21
WindowServer: Add IPC call to remove a menu's item
Marco Cutecchia
2022-01-23
WindowServer: Paint menu checkboxes as such instead of as frames
thankyouverycool
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-13
WindowServer: Ensure menu visibility after pushing menu to the stack
Tom
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-07
Revert "WindowServer: Remove redundant Window::set_visible()..."
Simon Woertz
2021-11-05
WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()
Andreas Kling
2021-08-19
WindowServer: Only clear the hovered item if the item was enabled
sin-ack
2021-07-18
WindowServer: Fix menu over-drawing
Tom
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-08
WindowServer: Make descending into submenu make the submenu current
Andrew January
2021-07-08
WindowServer: Close submenus when hovering over separators
Andrew January
2021-07-02
WindowServer: Fix redrawing menu window that already existed
Tom
2021-06-28
WindowServer: Fix menu location on screens other than main screen
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
WindowServer: Position popup menu with offset of 1 pixel
Matthew Jones
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-09
WindowServer: Constrain popup menu Y position within screen rect
Andreas Kling
2021-05-09
WindowServer: Fix a handful of clang-tidy warnings in the menu code
Andreas Kling
2021-05-09
WindowServer: Select last menu item when up key pressed if no selection
Eric Butler
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
WindowServer: Don't "enter" menu item when hovering over a separator
Andreas Kling
2021-04-17
WindowServer+LibGUI: Notify GUI clients about menu item enter/leave
Andreas Kling
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
Andreas Kling
2021-04-12
WindowServer: Strip Alt-shortcut marker ('&') when measuring menu texts
Andreas Kling
2021-04-09
WindowServer: Cache internal Alt shortcuts on the Menu object
Andreas Kling
2021-04-09
WindowServer: Support Alt shortcuts inside menus as well
Andreas Kling
2021-04-05
WindowServer: Support Alt+Character menu shortcuts :^)
Andreas Kling
2021-04-05
WindowServer+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-28
WindowServer: Add menu item fade-out animation upon activation
Tom
2021-03-26
WindowServer: Keep menu open when activating a menu item with Ctrl held
Andreas Kling
2021-03-26
WindowServer: Adjust position of flipped submenus by menu item height
Linus Groh
2021-03-26
WindowServer: Remove unused Menu->MenuBar link and "title font"
Andreas Kling
2021-03-26
WindowServer: Remove some leftover unused menubar things
Andreas Kling
2021-03-25
WindowServer: Remove "system menu" concept from WindowServer
Andreas Kling
2021-03-25
WindowServer: Tweak the look of menus
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
[next]