ladybird/Libraries
Andreas Kling 63e6b09816 WindowServer+LibGUI: Add support for nested menus
It's now possible to add a GMenu as a submenu of another GMenu.
Simply use the GMenu::add_submenu(NonnullOwnPtr<GMenu>) API :^)

The WindowServer now keeps track of a stack of open menus rather than
just one "current menu". This code needs a bit more work, but the basic
functionality is now here!
2019-08-29 06:36:29 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibCore LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibDraw LibDraw: Fix wrong installation path 2019-08-25 17:42:16 +02:00
LibGUI WindowServer+LibGUI: Add support for nested menus 2019-08-29 06:36:29 +02:00
LibHTML LibHTML: Implement basic block height computation 2019-08-18 08:39:52 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LibVT LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00