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
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
WindowServer: Fix for Changing Screen Resolution Resets.
Hüseyin ASLITÜRK
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-27
WindowServer: Use the system theme for the fallback window background
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-08
WindowServer: Disambiguate "dragging" a bit, use "moving" more instead
Andreas Kling
2019-12-08
LibGUI+WindowServer: Allow specifying an optional drag bitmap
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-12-05
WindowServer: Move window minimize animation to a separate function
Andreas Kling
2019-12-03
WindowServer+Taskbar: Animate window frames on minimize/unminimize
Andreas Kling
2019-11-22
WindowServer: Optimize backing store placement for resizing windows
Sergey Bugaev
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