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
/
MenuManager.cpp
Age
Commit message (
Expand
)
Author
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-25
WindowServer: Remove debug spam in MenuManager::refresh()
Andreas Kling
2021-07-18
WindowServer: Fix menu over-drawing
Tom
2021-06-28
WindowServer: Fix menu location on screens other than main screen
Tom
2021-06-18
WindowServer: Make deliver_mouse_event() perform coordinate translation
Andreas Kling
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-09
WindowServer: Fix a handful of clang-tidy warnings in the menu code
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
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+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-04-02
WindowServer: Un-nest MenuManager::handle_mouse_event() a bit
Andreas Kling
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-27
WindowServer: Also keep menus open when activated via Ctrl + return key
Linus Groh
2021-03-26
WindowServer: Keep menu open when activating a menu item with Ctrl held
Andreas Kling
2021-03-26
WindowServer: Redraw all menus on system theme change
Andreas Kling
2021-03-26
WindowServer: Redraw window menubars when moving with arrow keys
Andreas Kling
2021-03-26
WindowServer: Remove some leftover unused menubar things
Andreas Kling
2021-03-25
WindowServer+LibGUI: Remove the global menubar :^)
Andreas Kling
2021-03-25
WindowServer: Remove "system menu" concept from WindowServer
Andreas Kling
2021-03-25
WindowServer: Remove the global app menu
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
WindowServer: Don't close context menus when hovering over menu bar
Tom
2021-02-22
WindowServer: Reset menu position when opened by the menu bar
Tom
2021-02-15
WindowManager: Select top-level menus with left/right keys
Jean-Baptiste Boric
2021-02-15
WindowServer: Fix double click handling while using cursor tracking
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Services: Move to Userland/Services/
Andreas Kling