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
2023-04-13
WindowServer: Refactor window geometry overlay rect calculation logic
Tom
2023-04-13
WindowServer: Prevent some overdraw by the window geometry overlay
Tom
2023-04-13
WindowServer: Move window geometry label into the tile overlay area
Tom
2023-04-13
WindowServer: Implement tile window overlay
Tom
2023-04-13
WindowServer: Fix some gliches when overlays are moved or removed
Tom
2023-04-13
WindowServer: Only register animations when they're running
Tom
2023-04-13
WindowServer: Fix calculating tile rect on secondary screens
Tom
2023-04-13
WindowServer: Use enum class for Effects and ShowGeometry
Tom
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-02
LookupServer: Put upstream DNS responses in cache
Ali Mohammad Pur
2023-03-27
WebServer: Propagate more errors
Sam Atkins
2023-03-27
WebServer: Use relative URLs for the directory listing
Sam Atkins
2023-03-27
WebServer: Handle incomplete HTTP requests
Sam Atkins
2023-03-26
WindowServer: Allow updating the name of a menu
MacDue
2023-03-26
WindowServer: Rename menu_title to name in IPC API
MacDue
2023-03-26
LibHTTP+WebDriver+WebServer: Return error from HTTP request parser
Aliaksandr Kalenik
2023-03-24
Taskbar: Use Process::spawn_or_show_error() for shutdown actions
MacDue
2023-03-24
Taskbar: Use Process::spawn_or_show_error() to open the "Run" dialog
MacDue
2023-03-24
Taskbar: Use GUI::Process::spawn_or_show_error() to launch apps
MacDue
2023-03-24
KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymap
MacDue
2023-03-24
WebDriver: Use Core::Process::spawn() to launch browsers
MacDue
2023-03-23
WebDriver: Unlink server socket before binding to it
Aliaksandr Kalenik
2023-03-22
FileSystemAccessServer: Implement FileTypeFilter to open_file()
huttongrabiel
2023-03-22
LibWeb+WebContent: Change the "noopener" storage type to a named enum
Timothy Flynn
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
WebDriver: Activate the browser tab during the Switch To Window command
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebDriver: Do not activate tabs created by the New Window endpoint
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-19
WebDriver: Fix handling of disconnected WebContent process
Aliaksandr Kalenik
2023-03-19
WebDriver: Close all WebContent connections while destroying a session
Aliaksandr Kalenik
2023-03-19
WebDriver: Inline `Sesssion::stop()` in session destructor
Aliaksandr Kalenik
2023-03-18
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
Andreas Kling
2023-03-17
LibWeb: Move initialization of the MainThreadVM to WebContent's main()
Timothy Flynn
2023-03-16
WebContent: Allow pop-ups when WebDriver is connected
Aliaksandr Kalenik
2023-03-16
WebContent+WebDriver: Get window handle from WebContent process
Aliaksandr Kalenik
2023-03-16
LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window
Aliaksandr Kalenik
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to set window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to get window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-14
WebContent: Coalesce multiple sequential MouseMove events
Andreas Kling
2023-03-14
WebContent: Give paint requests a chance to happen between input events
Andreas Kling
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
[next]