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
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
2021-04-15
WindowServer: Fix window shadow rendering glitch
Tom
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-09
LibGfx: Add a Gfx::TextAlignment parameter to Painter::draw_ui_text()
Andreas Kling
2021-04-09
LibGfx: Adjust parameter order for Painter::draw_ui_text()
Andreas Kling
2021-04-05
WindowServer: Support Alt+Character menu shortcuts :^)
Andreas Kling
2021-03-31
WindowServer+LibGfx: Rename menu_bar => menubar
Andreas Kling
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-28
WindowServer: Add ability to show/hide window menubars
Andreas Kling
2021-03-26
WindowServer+LibGfx: Make menubar menus slightly larger
Andreas Kling
2021-03-26
WindowServer: Add clip rect to menubar painter
Linus Groh
2021-03-26
WindowServer: Redraw window menubars when moving with arrow keys
Andreas Kling
2021-03-26
WindowServer: Remove some leftover unused menubar things
Andreas Kling
2021-03-25
WindowServer: Don't fill the active menubar menu with selection color
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-03
WindowServer: Use active shadow for highlighted window
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
[next]