summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15Apply suggestions from code review Elie Donadio
2021-03-15LaunchServer: added additional file parametersElDonad
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12WindowServer+LibGfx: Enumerate Disallow cursorthankyouverycool
2021-03-11WindowServer: Don't open system menu on super key press while draggingAndreas Kling
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-07LaunchServer: Use new FileManager flags instead of two argumentsspeles
2021-03-06WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headersBrendan Coles
2021-03-06WebContent: Set correct scroll offset for PageHost paintingspeles
2021-03-03WindowServer: Mark screen dirty when changing highlighted windowTom
2021-03-03WindowServer: Use active shadow for highlighted windowTom
2021-03-03WindowServer: Prepare dirty rects if only the frame was invalidatedTom
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-03-01LaunchServer: Make spawn() helper accept arguments listspeles
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-24AK: Make dbgln_if() avoid evaluating the arguments when disabledAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23WebContent: Added IPC calls for getting sourceBrandon Scott
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-02-22WindowServer: Don't close context menus when hovering over menu barTom
2021-02-22WindowServer: Reset menu position when opened by the menu barTom
2021-02-21WindowServer: Re-evaluate the mouse cursor when alpha hit-testingTom
2021-02-21DHCPClient: Actually randomize transaction ID's (XID)Andreas Kling
2021-02-21DHCPClient: Silence a debug messageAndreas Kling
2021-02-21Taskbar: Remove window button if a window state change demands itTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-20WindowServer: Improve small tooltips/windows shadows a bitTom
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-18WindowServer: Ignore other button presses while moving/resizing windowsTom
2021-02-18WindowServer: Apply the backing bitmap's scale when alpha hit-testingTom
2021-02-17WindowServer: Unbreak "pick new active window" algorithmAndreas Kling
2021-02-17DHCPClient: Set ServerIdentifier and RequestedAddress in DHCP REQUESTsAnotherTest
2021-02-17DHCPClient: Set the client IP field of the DHCP DISCOVER messageAnotherTest
2021-02-17DHCPClient: Don't reject packets smaller than the max sizeAnotherTest
2021-02-17DHCPClient: Fix incorrect BOOTP Broadcast flag valueAnotherTest
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-15WindowManager: Fix default menu item on key downJean-Baptiste Boric
2021-02-15WindowManager: Select top-level menus with left/right keysJean-Baptiste Boric
2021-02-15WindowManager: Make the Logo key open the system menuJean-Baptiste Boric