summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowFrame.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-02WindowServer: Treat window frames with a border radius as transparentMacDue
2022-03-02WindowServer: Disable shadow rendering for themes with a border-radiusMacDue
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-21WindowServer: Mark window frame as invalidated when updating titleTom
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool
2022-02-08WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()thankyouverycool
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2021-11-14WindowServer: Make window switcher look more like other overlaysAndreas Kling
2021-11-14WindowServer: Make WindowFrame::shadow_bitmap() constAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-22WindowServer: Support displaying window titles when there are no buttonsTimothy Flynn
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-08WindowServer: Allow partial repaints in window frame & menubarsAndreas Kling
2021-07-07WindowServer: Add WindowFrame::invalidate_menubar() and use itAndreas Kling
2021-07-05WindowServer: Improve screen invalidation on window state changesTom
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-06-28WindowServer: Fix menu location on screens other than main screenTom
2021-06-25WindowServer: Enhance simple shadow function to include optional frameTom
2021-06-20WindowServer: Reload icons on scale changesTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-06-20WindowServer: Fix artifacts after window resize in some casesTom
2021-06-20WindowServer: Constrain rendering windows to one screen in some casesTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18WindowServer: Simplify handling of the window resize candidateAndreas Kling
2021-06-18WindowServer: Remove an unnecessary temporary variableAndreas Kling
2021-06-18WindowServer: Split up WindowFrame::handle_mouse_event()Andreas Kling
2021-06-18WindowServer: Make hit test results richerAndreas Kling
2021-06-18WindowServer: Add WindowStack conceptAndreas Kling
2021-06-16WindowServer: Simplify WindowFrame shadow logic a little bitAndreas Kling
2021-06-16WindowServer: Fix unnecessary local variable shadowing in WindowFrameAndreas Kling
2021-06-06WindowServer: Simplify determining transparent/opaque occlusionsTom
2021-06-02WindowServer: Use RefPtr instead of raw pointersGunnar Beutner
2021-06-02WindowServer: Don't crash when we can't allocate a bitmapGunnar Beutner
2021-05-17WindowServer: Add Menu::is_open() to improve readabilityAndreas Kling
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-04-29WindowServer: Fix alpha hit-test accessing out-of-bounds pixelsTom
2021-04-28WindowServer: Use window menu actions when clicking frame buttonsTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling