summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-02-15WindowServer: Fix double click handling while using cursor trackingTom
2021-02-15LookupServer: Implement a DNS server :^)Sergey Bugaev
2021-02-15LookupServer: Misc tweaksSergey Bugaev
2021-02-15LookupServer: Make lookup() return DNSAnswer's instead of stringsSergey Bugaev
2021-02-15LookupServer: Move cache check into the outer lookup() methodSergey Bugaev
2021-02-15LookupServer: Store /etc/hosts as Vector<DNSAnswer>Sergey Bugaev
2021-02-15LookupServer: Store DNSName's in HashMap's directlySergey Bugaev
2021-02-15LookupServer: Move case randomization into DNSNameSergey Bugaev
2021-02-15LookupServer: Don't cache DNS questionsSergey Bugaev
2021-02-15LookupServer: Fix serializing name data in DNS answersSergey Bugaev
2021-02-15LookupServer: Move DNS name serialization to DNSName classSergey Bugaev
2021-02-15LookupServer: Move parse_dns_name() -> DNSName::parse()Sergey Bugaev
2021-02-15LookupServer: Introduce DNSNameSergey Bugaev
2021-02-13WindowServer: Improvements to support alpha channel in window framesTom
2021-02-12WindowServer: Recompute occlusions when changing window's alpha channelTom
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-11WindowServer: Fix compositing of fullscreen windowLinus Groh
2021-02-11WindowServer: Blit backing bitmap with transparency for hung windowsTom
2021-02-11WindowServer: Fix clearing area not covered by backing bitmapTom
2021-02-10NotificationWindow: Set notification text as tooltip contentItamar
2021-02-10WindowServer: Don't re-render the window frame when not neededTom
2021-02-10LibWeb+WebContent: Support window.confirm() in OOPWVAndreas Kling
2021-02-10WindowServer: Fix switching between shadows and no shadows with themesTom
2021-02-10WindowServer: Occlusion calculation fixesTom
2021-02-09LibWeb+WebContent: Don't relayout page on every scroll eventAndreas Kling
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09WindowServer: Vertically maximize windowCamisul
2021-02-09WindowServer: Recompute occlusions and re-render shadows on theme changeTom
2021-02-09WindowServer: Don't render shadow for frameless windowsTom
2021-02-09WindowServer: Try harder to avoid re-rendering window shadowTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-07WindowServer: Don't close menu when clicking on item with submenu (#5239)DragonAlex98
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer: Rename DNSPacket -> DNSPacketHeaderSergey Bugaev