ladybird/Servers
Andreas Kling cbecad0a77 WindowManager: Move more of the menu management logic to WSMenuManager
This patch moves a whole lot of the menu logic from WSWindowManager to
its proper home in WSMenuManager.

We also get rid of the "close_current_menu()" concept which was easily
confused in the presence of submenus. All operations should now be
aware of the menu stack instead. (The concept of a single, current menu
made a lot more sense when there were no nested menus.)
2019-11-11 13:13:08 +01:00
..
AudioServer LibAudio: Added playback control features to audio server 2019-11-04 20:55:46 +01:00
LookupServer LookupServer: Remove debug spam about /etc/hosts 2019-10-16 12:10:33 +02:00
SystemServer SystemServer: Stop launching the Launcher app on startup 2019-11-11 13:13:08 +01:00
TelnetServer ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowManager: Move more of the menu management logic to WSMenuManager 2019-11-11 13:13:08 +01:00