Andreas Kling
|
b88f2bc799
WindowServer: Broadcast window icons to newly joined WM listener clients.
|
6 年 前 |
Andreas Kling
|
c931eaa22c
WindowServer: Generate a separate WM event for window icon changes.
|
6 年 前 |
Andreas Kling
|
18ef6b111b
WindowServer: Mouse switching between system menu and app menu was broken.
|
6 年 前 |
Andreas Kling
|
86361d3d45
WindowServer: Improve the look of menus.
|
6 年 前 |
Andreas Kling
|
311019d8ee
WindowServer: Don't waste time pre-filling windows with background color.
|
6 年 前 |
Andreas Kling
|
f61549ca5f
Make better use of geometry class helpers in some places.
|
6 年 前 |
Andreas Kling
|
a3e8fc3d9c
LibCore: Add a convenience constructor for CTimer.
|
6 年 前 |
Andreas Kling
|
94a5e08faf
WindowServer: Rename WSMessage* => WSEvent*.
|
6 年 前 |
Andreas Kling
|
de184d0999
WindowServer: Port WindowServer to LibCore.
|
6 年 前 |
Andreas Kling
|
c2093ad994
WindowServer: Move the CPU monitor thingy to its own class.
|
6 年 前 |
Andreas Kling
|
3f6408919f
AK: Improve smart pointer ergonomics a bit.
|
6 年 前 |
Andreas Kling
|
d5dec1922b
WindowServer: Make menu windows inherently modal.
|
6 年 前 |
Andreas Kling
|
c09c114d77
WindowServer+LibGUI: Add ability to set per-window icons.
|
6 年 前 |
Andreas Kling
|
054c982181
LibGUI+WindowServer: Add support for enabled/disabled actions.
|
6 年 前 |
Andreas Kling
|
77a77b5bf7
WindowServer: Add 1440x900 resolution shortcut to system menu.
|
6 年 前 |
Andreas Kling
|
5e0577a042
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
|
6 年 前 |
Andreas Kling
|
cfab81a961
WindowServer: Stop tracking whether clients have painted since last resize.
|
6 年 前 |
Andreas Kling
|
55811f233f
LibGUI+WindowServer: Coalesce paints and resizes on the client side.
|
6 年 前 |
Andreas Kling
|
d4818dd2dd
WindowServer: Give windows a "background color" to use for missing parts.
|
6 年 前 |
Andreas Kling
|
30e2d62c38
WindowServer: Factor out some parts of compose().
|
6 年 前 |
Andreas Kling
|
a00a2a9db5
WindowServer: Show ongoing resize in number of w/h increments, too.
|
6 年 前 |
Andreas Kling
|
1ab99903af
WindowServer: Display the window geometry while it's being moved or resized.
|
6 年 前 |
Andreas Kling
|
4ba5e472be
WindowServer: Always activate newly added windows.
|
6 年 前 |
Andreas Kling
|
c7365a00f8
WindowServer: Add ability to initiate window resize from window edges.
|
6 年 前 |
Andreas Kling
|
0808d5158c
WindowServer: Make WSButton a Weakable and stop rawly pointing to it.
|
6 年 前 |
Andreas Kling
|
d89d759c36
WindowServer: Pick a new active window when the active window is minimized.
|
6 年 前 |
Andreas Kling
|
f12573cb63
Add a slight hover highlight to GButton and WSButton. :^)
|
6 年 前 |
Andreas Kling
|
ef9fbef4c6
Taskbar: Show minimized window titles in [brackets].
|
6 年 前 |
Andreas Kling
|
f6ca94605c
WindowServer: Add a window minimization button.
|
6 年 前 |
Andreas Kling
|
0fc3ccaa52
WindowServer: Make WSButton behave more like a normal button.
|
6 年 前 |