index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
WSCompositor.cpp
Age
Commit message (
Expand
)
Author
2019-11-09
WindowServer: Some minor comments and cleanups in WSCompositor
Andreas Kling
2019-10-19
LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-18
WindowServer: Remove the default background wallpaper
Andreas Kling
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-08-26
WindowServer: Port threading to LibThread
Sergey Bugaev
2019-08-19
WindowServer: Oops, remove an assertion that won't fly with MBVGA
Andreas Kling
2019-08-19
GraphicsBitmap: create_wrapper() should take pitch as a parameter
Andreas Kling
2019-08-18
WindowServer: Make WSCompositor the parent of its timers
Andreas Kling
2019-08-18
WindowServer: Detect framebuffer capabilities and settings
Conrad Pankoff
2019-08-15
WindowServer: Add a mode for running without buffer flipping
Andreas Kling
2019-07-31
WindowServer: Fix bad assertion when setting wallpaper
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
WindowServer: Render the global menubar into a separate WSWindow.
Andreas Kling
2019-06-06
WindowServer: New API for Scaled Blit
Christopher Dumas
2019-06-06
WindowServer: Implement scaled backgrounds and scaled blitting function
Christopher Dumas
2019-06-06
WindowServer: Clang-Format
Christopher Dumas
2019-06-01
WindowServer: Don't reach the end of mode_to_enum() without returning.
Andreas Kling
2019-05-27
removed extra impl of scaling
Christopher Dumas
2019-05-27
centered backgrounds are now an option
Christopher Dumas
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
implemented settings for window manager.
Christopher Dumas
2019-05-26
WSCompositor: Allow a compose to bypass the timer when it first happens
Robin Burchell
2019-05-26
WSCompositor: Use a timer to schedule compose rather than an event
Robin Burchell
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling