summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08SystemServer: Use NonnullRefPtrVectorAndreas Kling
2020-05-07WindowServer: Fix 'Maximize' ButtonBen Wiederhake
2020-05-07WindowServer: Don't block child-windows of modal windowsBen Wiederhake
2020-05-05ProtocolServer: Report success after stopping a downloadAndreas Kling
2020-05-05ProtocolServer: Use unveil()Sergey Bugaev
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-03LookupServer: Only pass A record responses to clientsAndreas Kling
2020-05-03WindowServer: Remove debug spam when creating new windowsAndreas Kling
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-05-03WindowServer: Update desktop window rect on resolution changeLinus Groh
2020-05-03WindowServer: Reset double-click timers for back/forward buttonsAndreas Kling
2020-05-02WindowServer+LibGUI: Support the 4th and 5th mouse buttonsAndreas Kling
2020-05-02SystemServer: Bump the default listening socket backlog to 16Sergey Bugaev
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02WindowServer: Don't allow parent windows to go above their childrenAndreas Kling
2020-05-02WindowServer: Move child windows together with their parentsAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-04-30WindowServer: Fix some pixels in menus after window border changesAndreas Kling
2020-04-30WindowServer: Tweak window icon menu popup locationAndreas Kling
2020-04-30WindowServer: Add action icons to the window menusAndreas Kling
2020-04-30WindowServer: Fix typo (backgound_color => background_color)Andreas Kling
2020-04-29WindowServer: Pop up the window menu at bottom left of window iconAndreas Kling
2020-04-29WindowServer: Fix build after FBResolution changesAndreas Kling
2020-04-28WindowServer: Change the desktop background colour on theme changeAndres Vieira
2020-04-28WindowManager: Allow compositor to have an empty bitmap as a wallpaperAndres Vieira
2020-04-26WebServer: Add optional positional port agumentLinus Groh
2020-04-24WindowServer: Don't allow activating disabled menu items with keyboardAndreas Kling
2020-04-24WindowServer: Fix name typo in descend_into_submenu_at_hovered_item()Andreas Kling
2020-04-24WindowServer: Skip over disabled menu items during keyboard navigationAndreas Kling
2020-04-23WindowServer: Don't allow resize-grabbing window underneath title barAndreas Kling
2020-04-23WindowServer: Make vertical segment under title bar 1px thickerAndreas Kling
2020-04-23WindowServer: Tweak window frame heightAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-04-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling
2020-04-21WindowServer: Allow the system menu to be open when a modal is shownangel
2020-04-21WindowServer: Don't process menu bar events when modal is openangel
2020-04-21WindowServer: Don't ignore modal events when showing menusangel
2020-04-21WindowServer: Unset active input window on active window change (#1901)angel
2020-04-19WindowServer: Fix AppletManager buildAndreas Kling
2020-04-19WindowServer: Don't crash when encountering unsorted menu appletsAndreas Kling
2020-04-19WindowServer: Remove debug spam in set_active_window()Andreas Kling
2020-04-19WindowServer: Don't automatically focus desktop window when addedAndreas Kling
2020-04-19WindowServer/LibGUI: Enforce minimum window sizeLinus Groh
2020-04-18WindowServer: Allow WindowType::Desktop windows to become activeAndreas Kling