summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-04-17WindowServer: Make MenuItemActivated IPC message pass identifier as u32Andreas Kling
2021-04-17WindowServer: Don't "enter" menu item when hovering over a separatorAndreas Kling
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)Georgiy Komarov
2021-04-17Taskbar: Use WM connection for window management operationssin-ack
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16WindowServer: Recalculate window rect when toggling menubarLinus Groh
2021-04-16WindowServer: Replace window menu action magic numbers with enumLinus Groh
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-15WindowServer: Clean up some of the code around menu item hoveringAndreas Kling
2021-04-15WindowServer: Fix window shadow rendering glitchTom
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileOperation: Add a new helper program for out-of-process file opsAndreas Kling
2021-04-12WindowServer: Fix notification placementValtteri Koskivuori
2021-04-12WindowServer: Strip Alt-shortcut marker ('&') when measuring menu textsAndreas Kling
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-10WindowServer: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09WindowServer: Cache internal Alt shortcuts on the Menu objectAndreas Kling
2021-04-09WindowServer: Support Alt shortcuts inside menus as wellAndreas Kling
2021-04-09LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()Andreas Kling
2021-04-09LibGfx: Adjust parameter order for Painter::draw_ui_text()Andreas Kling
2021-04-06DHCPClient: Retry DISCOVER for interfaces that failAnotherTest
2021-04-05WindowServer: Select first item when opening a menu via Alt shortcutAndreas Kling
2021-04-05WindowServer: Support Alt+Character menu shortcuts :^)Andreas Kling
2021-04-05Taskbar: Use GUI::Button::set_menu() for the start menu button :^)Andreas Kling
2021-04-05WindowServer+LibGUI: Notify clients when menus become visible/hiddenAndreas Kling
2021-04-05WindowServer: Exclude WindowType::Desktop windows from Super key actionsLinus Groh
2021-04-05WindowServer: Make applet area use the same color role as the taskbarDawid Wolosowicz
2021-04-04DHCPClient: Store current IP address instead of relaying on the yiaddrIdan Horowitz
2021-04-04DHCPClient: Dont set DHCPOption::ServerIdentifier on DHCPRequestIdan Horowitz
2021-04-04DHCPClient: Parse MacAddress parts using StringUtilsIdan Horowitz
2021-04-04WindowServer: Propagate theme change to the applet areaDawid Wolosowicz
2021-04-04WindowServer: Use non-translated rect to fill the applet area's storeDawid Wolosowicz
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-04-02Taskbar: Tweak taskbar widget marginsAndreas Kling
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-04-02WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)Daniël van de Burgt
2021-04-02WindowServer: Un-nest MenuManager::handle_mouse_event() a bitAndreas Kling
2021-03-31WindowServer+LibGfx: Rename menu_bar => menubarAndreas Kling