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
2023-06-01
WindowServer: Don't crash when trying to set invalid effects
Ben Wiederhake
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-19
WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-05-15
WindowServer: Catch more Window stealing misbehavior
thankyouverycool
2023-05-06
LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rect
Ben Wiederhake
2023-05-06
WindowServer: Fix window content scaling when switching from fullscreen
Patryk Pilipczuk
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-25
WindowServer: Draw stretched wallpapers with bilinear blending
Jelle Raaijmakers
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-19
WindowServer+LibGUI: Port WindowServer's Menu name to new String
Karol Kosek
2023-04-18
WindowServer: Show complete title when Window is not resizable
thankyouverycool
2023-04-14
WindowServer: Fix alt shortcut navigation for non-default keymaps
Julian Offenhäuser
2023-04-13
WindowServer: Refactor window geometry overlay rect calculation logic
Tom
2023-04-13
WindowServer: Prevent some overdraw by the window geometry overlay
Tom
2023-04-13
WindowServer: Move window geometry label into the tile overlay area
Tom
2023-04-13
WindowServer: Implement tile window overlay
Tom
2023-04-13
WindowServer: Fix some gliches when overlays are moved or removed
Tom
2023-04-13
WindowServer: Only register animations when they're running
Tom
2023-04-13
WindowServer: Fix calculating tile rect on secondary screens
Tom
2023-04-13
WindowServer: Use enum class for Effects and ShowGeometry
Tom
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-26
WindowServer: Allow updating the name of a menu
MacDue
2023-03-26
WindowServer: Rename menu_title to name in IPC API
MacDue
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-21
WindowServer: Fix various const-correctness issues
Andreas Kling
2023-02-19
WindowServer: Fix drawing wallpaper on additional screens
Tom
2023-02-19
WindowServer: Fix caching stretched wallpaper for multiple screens
Tom
2023-02-17
WindowServer: Redraw Taskbar on window highlight during switching
John Bundgaard
2023-02-17
WindowServer: Show window switcher even if fullscreen window is active
John Bundgaard
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-11
WindowServer: Restore cursor animation
Karol Kosek
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-27
WindowServer: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
Services: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
WindowServer: Reuse existing `WindowManager::desktop_rect()` method
Sam Atkins
2023-01-24
WindowServer: Double click a window's frame to latch to screen's edge
Jelle Raaijmakers
2023-01-24
WindowServer: Always process double clicks for mouse events
Jelle Raaijmakers
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
LibGUI+WindowServer: Improve window resizing performance
Jelle Raaijmakers
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
[next]