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-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-18
WindowServer: Move key event handling to its own function
Andreas Kling
2021-06-18
WindowServer: Make various functions take MouseEvent by const reference
Andreas Kling
2021-06-18
WindowServer: Don't include frame when determining hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify handling of the window resize candidate
Andreas Kling
2021-06-18
WindowServer: Reorder and annotate the mouse event processing code
Andreas Kling
2021-06-18
WindowServer: Simplify how we determine the hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify processing of window-specific mouse events
Andreas Kling
2021-06-18
WindowServer: Unify hit testing between fullscreen/regular windows
Andreas Kling
2021-06-18
WindowServer: Move titlebar button mouse event handling to a function
Andreas Kling
2021-06-18
WindowServer: Make deliver_mouse_event() perform coordinate translation
Andreas Kling
2021-06-18
WindowServer: Preserve all members in MouseEvent::translated()
Andreas Kling
2021-06-18
WindowServer: Don't let super key open system menu while tracking input
Andreas Kling
2021-06-18
WindowServer: Always send mouse events to active input tracker first
Andreas Kling
2021-06-18
WindowServer: Remove an unnecessary temporary variable
Andreas Kling
2021-06-18
WindowServer: Split up WindowFrame::handle_mouse_event()
Andreas Kling
2021-06-18
WindowServer: Add WindowStack::window_at() and use it a bunch
Andreas Kling
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-18
WindowServer: Remove weird feature where Ctrl+Wheel changed opacity
Andreas Kling
2021-06-18
WindowServer: Allow each WindowStack to have an active window
Andreas Kling
2021-06-18
WindowServer: Keep track of which WindowStack a Window is part of
Andreas Kling
2021-06-18
WindowServer: Convert WindowManager to east-const style
Andreas Kling
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-17
SystemServer: Improve error message when execv() fails
Gunnar Beutner
2021-06-16
WindowServer: Simplify WindowFrame shadow logic a little bit
Andreas Kling
2021-06-16
WindowServer: Fix unnecessary local variable shadowing in WindowFrame
Andreas Kling
2021-06-16
AudioServer: Put the m_zero_filled_buffer variable into the .bss segment
Gunnar Beutner
2021-06-16
WindowServer: Remove unused AK::InlineLinkedList header includes
Brian Gianforcaro
2021-06-12
WindowManager: Close tooltip child_windows of previously active window
Sreelakshmi
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-11
WebServer: Add support for HTTP basic authentication
Max Wipfli
2021-06-11
WebServer: Move server configuration into WebServer::Configuration
Max Wipfli
2021-06-11
WebServer: Use canonical reasons phrases for error responses
Max Wipfli
2021-06-11
WebServer: Sort entries in directory listing
Max Wipfli
2021-06-11
WebServer: Append trailing slash for directory links
Max Wipfli
2021-06-11
WebServer: Make ".." equal to "." in server root directory
Max Wipfli
2021-06-11
WebServer: Refuse to respond to requests for device files
Max Wipfli
2021-06-11
WebServer: Use outln() instead of printf()
Max Wipfli
2021-06-11
WebServer: Defer invocation of Client::remove_from_parent()
Max Wipfli
2021-06-11
WebServer: Use east const style in Client.{cpp,h}
Max Wipfli
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-09
LookupServer: Watch /etc/hosts for changes during runtime
Max Wipfli
2021-06-09
LookupServer: Check for hostname after /etc/hosts
Max Wipfli
2021-06-09
LookupServer: Make DNSName::operator== ignore case
Max Wipfli
2021-06-09
LookupServer: Modernize load_etc_hosts()
Max Wipfli
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-06
Clipboard: Tighten pledge promises a bit earlier :^)
Andreas Kling
[next]