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
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
WindowServer: Don't crash if unable to open input peripherals
Jean-Baptiste Boric
2021-01-23
WindowServer: Make dragging maximized windows up no-op
Ben Wiederhake
2021-01-23
WindowServer: Prevent moving a window to inaccessible region
Ben Wiederhake
2021-01-23
WindowServer: Fix many subtle bugs in tiling/maximizing
Ben Wiederhake
2021-01-23
WindowServer: Remember the correct untiled rect
Ben Wiederhake
2021-01-23
WindowServer: Normalize preferred rect before applying
Ben Wiederhake
2021-01-23
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...
Nico Weber
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
Everywhere: Fix typos
Linus Groh
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-20
WindowServer: Rename WallpaperMode::{Scaled => Stretch}
Linus Groh
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI...
Nico Weber
2021-01-15
WindowServer: Make HighDPI aware
Nico Weber
2021-01-15
WindowServer: Delete dead set_screen parameter
Nico Weber
2021-01-15
LibGUI+WindowServer: Use anonymous files for window backing stores :^)
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling