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-15
Move double click events from LibGUI to the window server
Robin Burchell
2019-05-13
WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-13
WindowServer: Don't add maximize button to non-resizable windows.
Andreas Kling
2019-05-13
WindowServer: Make the ordering in the window switcher a bit more sane.
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-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-12
WindowServer: Show downscaled window thumbnails in the window switcher.
Andreas Kling
2019-05-11
WindowServer: Improve window frames by giving them a raised frame look. :^)
Andreas Kling
2019-05-10
LibGUI+WindowServer: Improve checkmark appearance.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-07
WindowServer: Don't launch a terminal when clicking system menu separators.
Andreas Kling
2019-05-07
WindowServer: Don't invalidate the cursor on left button state change.
Andreas Kling
2019-05-04
WindowServer: Don't send Paint messages to minimized windows.
Andreas Kling
2019-05-03
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
Andreas Kling
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
[next]