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-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
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-07
WindowServer: Do not add existing menu items (by ptr) to m_menus
Cody Hein
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-06
WindowServer: Round menu item font sizes up when calculating height
Andreas Kling
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
WindowServer: Write new config to disk when system fonts are changed
Andreas Kling
2023-01-03
WindowServer: Only load /etc/WindowServer.ini once and keep it loaded
Andreas Kling
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-28
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
Jelle Raaijmakers
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-23
WindowServer: Remove overcropping for magnifier
FrHun
2022-12-23
WindowServer: Allow overriding position when getting bitmap
FrHun
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-11
WindowServer: Remove unused bools in Menu::draw()
thankyouverycool
2022-12-11
WindowServer: Include missing visibility argument when making MenuItem
thankyouverycool
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
WindowServer: Update checked state of m_window_menu_always_on_top_item
thankyouverycool
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
[next]