index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
WindowServer
/
MenuManager.cpp
Age
Commit message (
Expand
)
Author
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-07
WindowServer: Don't crash when pressing return after opening menu
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-09-19
WindowServer: Shrink menubar menu text rects slightly
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-16
WindowServer: Fix crash when no active input window is set
Tom
2020-07-15
WindowServer: Make Menus the input window when showing them
Tom
2020-06-16
WindowServer: Replace character with code point
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-18
WindowServer: Remove uneeded const_casts for getting a submenu
Shannon Booth
2020-05-10
WindowServer: Shade the bottom of the menu bar like a button
Andreas Kling
2020-05-10
WindowServer: Add basic search functionality in menus
Shannon Booth
2020-05-10
WindowServer: Rework and simplify Menu event handling
Shannon Booth
2020-05-08
Services: Renamed from Servers
Andreas Kling