summaryrefslogtreecommitdiff
path: root/Services/WindowServer/MenuManager.cpp
AgeCommit message (Expand)Author
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-07WindowServer: Don't crash when pressing return after opening menuAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-09-19WindowServer: Shrink menubar menu text rects slightlyAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-16WindowServer: Fix crash when no active input window is setTom
2020-07-15WindowServer: Make Menus the input window when showing themTom
2020-06-16WindowServer: Replace character with code pointHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-18WindowServer: Remove uneeded const_casts for getting a submenuShannon Booth
2020-05-10WindowServer: Shade the bottom of the menu bar like a buttonAndreas Kling
2020-05-10WindowServer: Add basic search functionality in menusShannon Booth
2020-05-10WindowServer: Rework and simplify Menu event handlingShannon Booth
2020-05-08Services: Renamed from ServersAndreas Kling