summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-02-28WindowServer: Remove some old unused debugging code from CompositorAndreas Kling
2020-02-28WindowServer: Return richer result when changing resolutionsLiav A
2020-02-28WindowServer: Add a debug messageLiav A
2020-02-27WindowServer: Stop trying to boost things since it's not workingAndreas Kling
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24WindowServer+LibGUI: Allow changing a window's base size and incrementAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-22TTYServer: Use unveil()Brian Gianforcaro
2020-02-21WindowServer: Use system theme for the drag and drop popupsTibor Nagy
2020-02-20WindowServer: Stop exposing open_menu_stack in MenuManagerShannon Booth
2020-02-20WindowServer: Fix not all menus closing after system menu toggleShannon Booth
2020-02-20WindowServer: Geometry labels should follow the system themeTibor Nagy
2020-02-20WindowServer: MenuManager should use selection text color from system themeTibor Nagy
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-18Base: Rename /dev/psaux to /dev/mouseAndreas Kling
2020-02-18WindowServer: Remove unsued MenuManager::menu_selection_color()Shannon Booth
2020-02-17WindowServer: Remove unveils of /bin and /etc/passwdAndreas Kling
2020-02-17WindowServer: Drop the "exec" pledge promise entirelyAndreas Kling
2020-02-17WindowServer: Make way for the out-of-process system menuAndreas Kling
2020-02-17AudioServer: Remove ASEventLoop class and do all the setup in main()Andreas Kling
2020-02-16NotificationServer: Add new notification windows below the lowest oneAndreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-13WebServer: Ensure directory listing URLs end with a slashBogdan
2020-02-13WebServer: Remove debug spam in directory listing codeAndreas Kling
2020-02-13WebServer: Escape HTML entities in path names in directory listingsAndreas Kling
2020-02-12WebServer: Show file size and modification time in directory listingsAndreas Kling
2020-02-12WebServer: Add basic directory listingsAndreas Kling
2020-02-12WindowServer: Move some menu related code into MenuManagerShannon Booth
2020-02-11WebServer: Use Core::DateTime for logging timestampsAndreas Kling
2020-02-11WebServer: Add copyright headersAndreas Kling
2020-02-11WindowServer: Make some WindowSwitcher members privateAndreas Kling
2020-02-11WindowServer: Remove unused WindowManager::draw_window_switcher()Andreas Kling
2020-02-11WindowServer: Draw a coolbar border around the hovered switcher itemAndreas Kling
2020-02-11WindowServer: Update window switcher when moving window to frontAndreas Kling
2020-02-11WindowServer: Allow clicking on windows in the window switcherAndreas Kling
2020-02-11WindowServer: Ensure on a menu key press invalid items are not hoveredShannon Booth
2020-02-11WindowServer: Assert that a window is not being set as emptyShannon Booth
2020-02-11WindowServer: Remove unimplemented header functionShannon Booth