summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-03-26WindowServer: Add clip rect to menubar painterLinus Groh
2021-03-26WindowServer: Remove unused Menu->MenuBar link and "title font"Andreas Kling
2021-03-26WindowServer: Redraw window menubars when moving with arrow keysAndreas Kling
2021-03-26WindowServer: Remove some leftover unused menubar thingsAndreas Kling
2021-03-25Taskbar: Only show H:M:S by default, move date to tooltipAndreas Kling
2021-03-25WindowServer+LibGUI: Remove the global menubar :^)Andreas Kling
2021-03-25WindowServer: Don't fill the active menubar menu with selection colorAndreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25SystemMenu: Remove SystemMenu serviceAndreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling
2021-03-25WindowServer: Remove SetApplicationMenubar IPC messageAndreas Kling
2021-03-25WindowServer: Remove the global app menuAndreas Kling
2021-03-25WindowServer: Tweak the look of menusAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-22Notification: Remove default imageNick Johnson
2021-03-22Notification: Use on_closeNick Johnson