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-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-01-30
WindowManager: Restore a window's geometry when untiling it
etaIneLp
2021-01-29
WindowServer: Constrain geometry label on move/resize to desktop
Ben Wiederhake
2021-01-29
WindowServer: Split double-duty Window::normalize_rect()
Ben Wiederhake
2021-01-29
WindowServer: Allow superdrags to hide the titlebar
Ben Wiederhake
2021-01-29
WindowServer: Count titlebar towards visible/grabbable area
Ben Wiederhake
2021-01-29
WindowServer: Properly determine where a window may be
Ben Wiederhake
2021-01-25
WindowServer: Fix client unresponsiveness detection
Linus Groh
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
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
[next]