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-22
ChessEngine: don't store board in non-leaf nodes in MCTS
Peter Elliott
2021-06-22
Taskbar: Check if executable in .af exist in filesystem
PAUL007
2021-06-22
WindowServer: Send events once when global cursor tracking is enabled
Gunnar Beutner
2021-06-22
LaunchServer: Fix regression in opening files with TextEditor
bitwitch
2021-06-21
LaunchServer: Make all file handlers configurable including directories
bitwitch
2021-06-21
LaunchServer: Check if handler programs exist when registering them
bitwitch
2021-06-21
WindowServer: Fix animated cursor regression
Tom
2021-06-21
WindowServer: Focus windows blocked by a modal window
Max Wipfli
2021-06-20
WindowServer: Reload icons on scale changes
Tom
2021-06-20
WindowServer: Update compositor reference to cursor on reload
Tom
2021-06-20
WindowServer: Enable screen capture to span multiple screens
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Validate that all screens can be reached
Tom
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-20
LaunchServer: Correctly open file URLs with line numbers
Adam Hodgen
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
[next]