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
/
WindowServer
/
Compositor.cpp
Age
Commit message (
Expand
)
Author
2021-08-08
WindowServer: Fix Clang crash when compiling Compositor.cpp
Daniel Bertalan
2021-07-22
WindowServer: Fix rendering overlays when there's no desktop window
Tom
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
WindowServer: Re-use existing Screen instances and improve fallbacks
Tom
2021-07-19
WindowServer: Fix crash rendering fullscreen window
Tom
2021-07-18
WindowServer: Fix compositor overdraw issues related to transparency
Tom
2021-07-18
WindowServer: Recompute occlusions when removing an overlay
Tom
2021-07-10
WindowServer: Flush display buffer when flashing
Tom
2021-07-09
WindowServer: Paint background when a fullscreen window is transparent
Aziz Berkay Yesilyurt
2021-07-09
Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...
Ali Mohammad Pur
2021-07-09
Userland: Add ability to screenshot rectangular region in `shot` (#8515)
Aziz Berkay Yesilyurt
2021-07-08
WindowServer: When "flash flush" enabled, flash transparent rects green
Andreas Kling
2021-07-07
WindowServer: When "flash flush" is enabled, stretch flash to 10 ms
Andreas Kling
2021-07-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-03
WindowServer: Rename Window::outer_stack -> Window::window_stack
Tom
2021-07-03
WindowServer: Improve occlusion calculations
Tom
2021-07-03
WindowServer: Support two window switcher modes: all or current desktop
Tom
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-06-29
WindowServer: Fix animations not triggering rendering
Tom
2021-06-28
WindowServer: Fix regression flushing scaled displays
Tom
2021-06-27
WindowServer: Add a more generic mechanism for animations
Andreas Kling
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-25
WindowServer: Change rendering drag&drop to use the Overlay class
Tom
2021-06-25
WindowServer: Change window geometry label to use the Overlay class
Tom
2021-06-25
WindowServer: Add an Overlay class for flicker-free overlay rendering
Tom
2021-06-25
Userland: Add FB_FLUSH ioctl for fbdev
Sahan Fernando
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: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling
2021-06-06
WindowServer: Simplify determining transparent/opaque occlusions
Tom
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
WindowServer: Re-evaluate the mouse cursor when alpha hit-testing
Tom
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
WindowServer: Occlusion calculation fixes
Tom
[next]