index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
WSWindowFrame.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-25
WindowServer: Don't allow minimize/maximize of windows while modal up
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
WindowServer: Various window pop-up menu fixes & QoL tweaks
Jami Kettunen
2020-01-04
WindowServer+LibGUI: Implement minimizable property to windows
Jami Kettunen
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-08
WindowServer: Disambiguate "dragging" a bit, use "moving" more instead
Andreas Kling
2019-09-06
WindowServer: Elide window titles that don't fit
Andreas Kling
2019-07-24
WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-06-02
WindowServer: Always update the maximize button icon when we should.
Andreas Kling
2019-05-25
WindowServer: Tweak window titlebar look somewhat.
Andreas Kling
2019-05-25
WindowServer: Remove unused old "middle border" color.
Andreas Kling
2019-05-25
WindowServer: Don't draw titlebar separator for titlebar-less windows.
Andreas Kling
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-20
WindowServer: Don't start window resize for MouseUp or MouseMove.
Andreas Kling
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-16
WindowServer: Don't treat bottom titlebar edge as part of the border.
Andreas Kling
2019-05-13
WindowServer: Don't add maximize button to non-resizable windows.
Andreas Kling
2019-05-12
WindowServer: Rearrange minimize/maximize/close buttons (in that order.)
Andreas Kling
2019-05-12
WindowServer: Add a maximize/unmaximize button to windows.
Andreas Kling
2019-05-11
WindowServer: Improve window frames by giving them a raised frame look. :^)
Andreas Kling
2019-04-30
WindowServer: Tweak window minimize button appearance.
Andreas Kling
2019-04-22
WindowServer+LibGUI: Allow arbitrary number of rects in messages.
Andreas Kling
2019-04-18
WindowServer: Tweak window icon placement again.
Andreas Kling
2019-04-18
WindowServer: Make window title bars slightly thicker. :^)
Andreas Kling
2019-04-16
WindowServer: Tweak window icon placement.
Andreas Kling
2019-04-16
WindowServer: Improve the look of menus.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-04-14
WindowServer: Port WindowServer to LibCore.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-11
WindowServer: Tweak window title positioning.
Andreas Kling
2019-04-08
LibGUI+WindowServer: Add support for GWidget tooltips.
Andreas Kling
2019-04-06
WindowServer: Add ability to initiate window resize from window edges.
Andreas Kling
2019-04-06
Add a slight hover highlight to GButton and WSButton. :^)
Andreas Kling
2019-04-05
WindowServer: Add a window minimization button.
Andreas Kling
2019-04-05
WindowServer: Make WSButton behave more like a normal button.
Andreas Kling
2019-04-05
WindowServer: Make WSWindowFrame and WSButton deal in relative coordinates.
Andreas Kling
2019-04-05
WindowServer: Add a WSButton class and make the window close buttons use it.
Andreas Kling
2019-04-05
WindowServer: Factor out window frame logic into a WSWindowFrame class.
Andreas Kling