summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-26WindowServer: Adjust MenuApplet position on resizethankyouverycool
2020-07-25WindowServer: Use WindowManager::window_title_font() in one placeAndreas Kling
2020-07-25WindowServer: Center the window titlebar icons verticallyAndreas Kling
2020-07-25WindowServer: Relayout window buttons immediately on theme changeAndreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-21AudioServer: Give the AudioClient a way to keep track of the main mix volumeBenoît Lormeau
2020-07-18Taskbar: Use Name from .af file as tooltipNico Weber
2020-07-18WindowServer: Decide on a window title before measuring its widthAndreas Kling
2020-07-17WindowServer: New title bar vars for themesNullspeak
2020-07-16WindowServer: Fix picking new active window after destroyTom
2020-07-16WindowServer: Fix traversing modal stackTom
2020-07-16WindowServer: Fix crash when no active input window is setTom
2020-07-16Taskbar: Don't create buttons for modal windowsTom
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom
2020-07-16WindowServer: Fixes for modal windowsTom
2020-07-15WindowServer: Don't make window active by hovering over the iconTom
2020-07-15WindowServer: Make Menus the input window when showing themTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15Launcher: Provide launcher details to LibDesktopTom
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for cont...Tom
2020-07-11WindowServer: Add support for default MenuItemTom
2020-07-11WebServer: Allow the user to specify the base directoryAnotherTest
2020-07-07WindowServer: Apply the "wait" cursor to unresponsive windowsLinus Groh
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-07-07WindowServer: Turn an assertion that happens sometimes into a dbg()Andreas Kling
2020-07-07WindowServer: set_active_window() should not assume window has a clientAndreas Kling
2020-07-07LibWeb: Make context menus work in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-06ProtocolServer: Turn this into a multi-instance serviceAndreas Kling
2020-07-06WebContent: Shut down WebContent process when last client disconnectsAndreas Kling
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-05WebContent: Coalesce pending paint events to reduce overdrawAndreas Kling
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Illustrate multi- vs single-process diffs in documentationAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Add a little text file I drew of the server/client classesAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04Taskbar: Don't wrap minimized window titles in []Andreas Kling
2020-07-04WindowServer: Move window titles 1px to the rightAndreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling