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
Age
Commit message (
Expand
)
Author
2019-05-01
WindowServer+LibGUI: Wait for the extra_data to arrive.
Andreas Kling
2019-05-01
WindowServer: Spawn a secondary thread to decode wallpapers.
Andreas Kling
2019-04-30
WindowServer: Tweak window minimize button appearance.
Andreas Kling
2019-04-29
WindowServer: Make WSMenu wide enough that shortcuts are always rightmost.
Andreas Kling
2019-04-28
WindowServer: Add 1280x720 resolution to the system menu.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-25
WindowServer: Ignore title change notifications for non-normal windows.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
2019-04-23
WindowServer: Add some padding to the window switcher items.
Andreas Kling
2019-04-23
WindowServer: Remove debug spam about activating non-normal windows.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-23
WindowServer: WSButton should be more discerning with MouseUp/MouseMove.
Andreas Kling
2019-04-22
WindowServer+LibGUI: Allow arbitrary number of rects in messages.
Andreas Kling
2019-04-21
WindowServer: Limit paint request rects to the visible window rect.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents.
Andreas Kling
2019-04-20
WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-20
WindowServer: Fix minor header dependency issue.
Andreas Kling
2019-04-18
WindowServer: Improve the look of menu separators.
Andreas Kling
2019-04-18
WindowServer: Broadcast window icons to newly joined WM listener clients.
Andreas Kling
2019-04-18
ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.
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-18
WindowServer: Generate a separate WM event for window icon changes.
Andreas Kling
2019-04-18
WindowServer: Use CFile in the CPU monitor code.
Andreas Kling
2019-04-17
WindowServer: Mouse switching between system menu and app menu was broken.
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-16
WindowServer: Don't waste time pre-filling windows with background color.
Andreas Kling
2019-04-16
Make better use of geometry class helpers in some places.
Andreas Kling
2019-04-15
WindowServer: Let the CPU monitor keep /proc/all open between refreshes.
Andreas Kling
2019-04-14
LibCore: Add a convenience constructor for CTimer.
Andreas Kling
2019-04-14
WindowServer: Simplify a few things in WSEventLoop.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-04-14
WindowServer: Port WindowServer to LibCore.
Andreas Kling
2019-04-14
WindowServer: Move the CPU monitor thingy to its own class.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
WindowServer: Make menu windows inherently modal.
Andreas Kling
2019-04-14
LibGUI+WindowServer: Add a way to dismiss opened menus from the client.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for per-GWidget context menus.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for enabled/disabled actions.
Andreas Kling
2019-04-11
WindowServer: Tweak window title positioning.
Andreas Kling
2019-04-11
WindowServer: Add 1440x900 resolution shortcut to system menu.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
WindowServer: Stop tracking whether clients have painted since last resize.
Andreas Kling
2019-04-10
LibGUI+WindowServer: Coalesce paints and resizes on the client side.
Andreas Kling
[next]