index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2021-02-17
WindowServer: Unbreak "pick new active window" algorithm
Andreas Kling
2021-02-17
DHCPClient: Set ServerIdentifier and RequestedAddress in DHCP REQUESTs
AnotherTest
2021-02-17
DHCPClient: Set the client IP field of the DHCP DISCOVER message
AnotherTest
2021-02-17
DHCPClient: Don't reject packets smaller than the max size
AnotherTest
2021-02-17
DHCPClient: Fix incorrect BOOTP Broadcast flag value
AnotherTest
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-16
WindowServer, LibGUI: Variable minimum window sizes
Nick Vella
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-15
WindowManager: Fix default menu item on key down
Jean-Baptiste Boric
2021-02-15
WindowManager: Select top-level menus with left/right keys
Jean-Baptiste Boric
2021-02-15
WindowManager: Make the Logo key open the system menu
Jean-Baptiste Boric
2021-02-15
WindowServer: Fix double click handling while using cursor tracking
Tom
2021-02-15
LookupServer: Implement a DNS server :^)
Sergey Bugaev
2021-02-15
LookupServer: Misc tweaks
Sergey Bugaev
2021-02-15
LookupServer: Make lookup() return DNSAnswer's instead of strings
Sergey Bugaev
2021-02-15
LookupServer: Move cache check into the outer lookup() method
Sergey Bugaev
2021-02-15
LookupServer: Store /etc/hosts as Vector<DNSAnswer>
Sergey Bugaev
2021-02-15
LookupServer: Store DNSName's in HashMap's directly
Sergey Bugaev
2021-02-15
LookupServer: Move case randomization into DNSName
Sergey Bugaev
2021-02-15
LookupServer: Don't cache DNS questions
Sergey Bugaev
2021-02-15
LookupServer: Fix serializing name data in DNS answers
Sergey Bugaev
2021-02-15
LookupServer: Move DNS name serialization to DNSName class
Sergey Bugaev
2021-02-15
LookupServer: Move parse_dns_name() -> DNSName::parse()
Sergey Bugaev
2021-02-15
LookupServer: Introduce DNSName
Sergey Bugaev
2021-02-13
WindowServer: Improvements to support alpha channel in window frames
Tom
2021-02-12
WindowServer: Recompute occlusions when changing window's alpha channel
Tom
2021-02-11
WindowServer: Allow different shadows for active/inactive windows
Tom
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-02-11
WindowServer: Fix compositing of fullscreen window
Linus Groh
2021-02-11
WindowServer: Blit backing bitmap with transparency for hung windows
Tom
2021-02-11
WindowServer: Fix clearing area not covered by backing bitmap
Tom
2021-02-10
NotificationWindow: Set notification text as tooltip content
Itamar
2021-02-10
WindowServer: Don't re-render the window frame when not needed
Tom
2021-02-10
LibWeb+WebContent: Support window.confirm() in OOPWV
Andreas Kling
2021-02-10
WindowServer: Fix switching between shadows and no shadows with themes
Tom
2021-02-10
WindowServer: Occlusion calculation fixes
Tom
2021-02-09
LibWeb+WebContent: Don't relayout page on every scroll event
Andreas Kling
2021-02-09
WindowServer: Allow specifying different shadows for menus and tooltips
Tom
2021-02-09
WindowServer: Vertically maximize window
Camisul
2021-02-09
WindowServer: Recompute occlusions and re-render shadows on theme change
Tom
2021-02-09
WindowServer: Don't render shadow for frameless windows
Tom
2021-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-06
LookupServer: Unify DNSRequest & DNSResponse
Sergey Bugaev
2021-02-06
LookupServer: Rename DNSPacket -> DNSPacketHeader
Sergey Bugaev
[next]