summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-30Taskbar: Reposition the applet area when the desktop rect changesAndreas Kling
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-30WindowServer: Install WindowServer headersAndreas Kling
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29SystemServer: dynamically fetch device group IDsIdan Horowitz
2021-03-29SystemServer: chown all available TTY devices to the tty groupIdan Horowitz
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28WindowServer: Add menu item fade-out animation upon activationTom
2021-03-28WindowManager: Allow disabling window hit testing altogetherTom
2021-03-28WindowServer: Add ability to show/hide window menubarsAndreas Kling
2021-03-28WindowServer: Make Window::event() protectedAndreas Kling
2021-03-28WindowServer: Don't call Core::Object::event() directlyAndreas Kling
2021-03-27Taskbar: Set window title as taskbar button tooltipLinus Groh
2021-03-27WindowServer: Also keep menus open when activated via Ctrl + return keyLinus Groh
2021-03-27AudioServer: don't set an upper limit on volume in mixerCesar Torres
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-26WindowServer: Add an IPC call for taking a screenshotAndreas Kling
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-26WindowServer: Keep menu open when activating a menu item with Ctrl heldAndreas Kling
2021-03-26WindowServer: Redraw all menus on system theme changeAndreas Kling
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-26Taskbar: Add more prominent Help app icon in the start menuAndreas Kling
2021-03-26Taskbar: Move "About SerenityOS" to the top of the start menuAndreas Kling
2021-03-26WindowServer: Adjust position of flipped submenus by menu item heightLinus Groh