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
/
WindowFrame.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-02
WindowServer: Treat window frames with a border radius as transparent
MacDue
2022-03-02
WindowServer: Disable shadow rendering for themes with a border-radius
MacDue
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-21
WindowServer: Mark window frame as invalidated when updating title
Tom
2022-02-14
WindowServer: Consolidate tiled and maximized window rects calculation
Vitaly Dyachkov
2022-02-08
WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypes
thankyouverycool
2022-02-08
WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()
thankyouverycool
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2021-11-14
WindowServer: Make window switcher look more like other overlays
Andreas Kling
2021-11-14
WindowServer: Make WindowFrame::shadow_bitmap() const
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-22
WindowServer: Support displaying window titles when there are no buttons
Timothy Flynn
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-08
WindowServer: Allow partial repaints in window frame & menubars
Andreas Kling
2021-07-07
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Andreas Kling
2021-07-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-06-28
WindowServer: Fix menu location on screens other than main screen
Tom
2021-06-25
WindowServer: Enhance simple shadow function to include optional frame
Tom
2021-06-20
WindowServer: Reload icons on scale changes
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Simplify handling of the window resize candidate
Andreas Kling
2021-06-18
WindowServer: Remove an unnecessary temporary variable
Andreas Kling
2021-06-18
WindowServer: Split up WindowFrame::handle_mouse_event()
Andreas Kling
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling
2021-06-16
WindowServer: Simplify WindowFrame shadow logic a little bit
Andreas Kling
2021-06-16
WindowServer: Fix unnecessary local variable shadowing in WindowFrame
Andreas Kling
2021-06-06
WindowServer: Simplify determining transparent/opaque occlusions
Tom
2021-06-02
WindowServer: Use RefPtr instead of raw pointers
Gunnar Beutner
2021-06-02
WindowServer: Don't crash when we can't allocate a bitmap
Gunnar Beutner
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
WindowServer+Base: Show alternate close button for "modified" windows
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-04-29
WindowServer: Fix alpha hit-test accessing out-of-bounds pixels
Tom
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
[next]