summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-09-16WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windowsTom
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-08WindowServer: Draw minimize animation invertedTom
2020-09-07WindowServer: Fix invalidating window frameTom
2020-09-05Clipboard: Add a key-value map alongside the clipboard storageAndreas Kling
2020-08-31WindowServer: Return correct IsMaximized responsethankyouverycool
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-30WindowServer: Unbreak building with extra debug macrosBen Wiederhake
2020-08-28ChessEngine: Move from Applications to ServicesAndreas Kling
2020-08-27WindowServer: Fix minor flicker with transparent windowsTom
2020-08-26WindowServer+LibGfx: Move title bar button layout to WindowThemethankyouverycool
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-24DHCPClient: Prefer strlcpy over strncpy, fixes off-by-oneBen Wiederhake
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-21LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() APIAndreas Kling
2020-08-21WindowServer: Fix MenuApplets paintingTom
2020-08-20SystemServer: Minor #include cleanup in Service.cpp (#3227)Muhammad Zahalqa
2020-08-19WindowServer: Process dnd mouse events firstTom
2020-08-19Taskbar: Update and clear taskbar button rectanglesTom
2020-08-19WindowServer: Find parent taskbar rect for minimize animationTom
2020-08-18WindowServer: Use same modal minimize/maximize logic with shortcutsTom
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-18WindowServer: Fix flickeringTom
2020-08-17WindowServer: Close the framebuffer fd in ~Screen()Andreas Kling
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15SystemServer: Adjust assertion+comment for new dup2() behaviorAndreas Kling
2020-08-15WindowServer: Minimize the modal stack when minimizing from frameTom
2020-08-14WindowServer: Take MenuApplet windows into account for hovered_windowLinus Groh
2020-08-13WindowServer: Handle global cursor tracking before ongoing drag/move/resizeLinus Groh
2020-08-12Services: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10WindowServer: Limit maximizing windows to top window in modal stackTom
2020-08-10WindowServer: Use to_theme_window_type() a bit moreAndreas Kling
2020-08-10WindowServer+LibGfx: Move window frame rect calculation to WindowThemeAndreas Kling
2020-08-09WindowServer+LibGfx: Move notification window frame painting to LibGfxAndreas Kling
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
2020-08-07AudioServer: Lock the process veil after startupBrian Gianforcaro
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-04LaunchServer: Disown child processes after spawningAndreas Kling
2020-08-04SystemMenu: Disown child processes after spawningAndreas Kling
2020-08-04Taskbar: Disown quick-launched programsAndreas Kling