summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/AppletManager.cpp
AgeCommit message (Expand)Author
2020-04-19WindowServer: Fix AppletManager buildAndreas Kling
2020-04-19WindowServer: Don't crash when encountering unsorted menu appletsAndreas Kling
2020-03-31WindowServer: Remove applets from AppletManager on client disconnectionAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk