index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WindowServer
/
WSWindowManager.cpp
Age
Commit message (
Expand
)
Author
2019-03-03
WindowManager: Allow moving windows around using Logo+LMB.
Andreas Kling
2019-03-03
Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.
Andreas Kling
2019-03-01
Put miscellaneous debug spam behind #ifdefs.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
WindowServer: Add "Open ProcessManager..." to system menu.
Andreas Kling
2019-02-26
WindowServer: Add 1920x1080 resolution option.
Andreas Kling
2019-02-26
WindowServer: Reduce resize related debug spam.
Andreas Kling
2019-02-26
WindowServer: Bump height of window titlebars and menus from 16 to 18.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Fix global mouse tracking with recursive widget trees.
Andreas Kling
2019-02-26
WindowServer: Add a simple CPU usage graph to the global menu bar.
Andreas Kling
2019-02-26
WindowServer: Only invalidate the menubar rect when an app changes menubar.
Andreas Kling
2019-02-26
WindowServer: Make message receivers be weak pointers.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-21
WindowServer: Choose resizing direction based on where it's initiated.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
WindowServer: Don't spam clients with resize events.
Andreas Kling
2019-02-20
WindowServer: Support resizing windows.
Andreas Kling
2019-02-20
WindowServer: Minor style tweak.
Andreas Kling
2019-02-20
WindowServer: Remove some unused WSWindowManager members.
Andreas Kling
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-19
WindowServer: Only invalidate the menubar rect when switching menubars.
Andreas Kling
2019-02-19
WindowServer: Correct invalidation rects for menu windows.
Andreas Kling
2019-02-19
WindowServer: Avoid overdraw by shattering dirty rects into unique shards.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
WindowServer: Assume wallpaper images are 1024x768.
Andreas Kling
2019-02-17
Add ability to switch video modes from the system menu.
Andreas Kling
2019-02-17
WindowServer: Let menu objects reference the WSClientConnection by pointer.
Andreas Kling
2019-02-17
WindowServer: WSWindow can have a pointer to the client rather than an ID.
Andreas Kling
2019-02-17
WindowServer: Move video mode setup to WSScreen.
Andreas Kling
2019-02-17
WindowServer: Make the menubar clock work again in the post-kernel world.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-16
WindowServer: Prune more kernel-related gunk.
Andreas Kling
2019-02-16
Kernel: Add ioctls to BochsVGADevice for mode setting and page flipping.
Andreas Kling
2019-02-14
WindowServer: Ignore attempts to make menu windows the active window.
Andreas Kling
2019-02-14
WindowServer: Add debug logging if we try to activate a client-less window.
Andreas Kling
2019-02-14
WindowServer: Make WSMenu use WSClientConnection::post_message().
Andreas Kling
2019-02-14
WindowServer: Get rid of the WSWindow lock now that accesses are serial.
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection class to manage an individual client.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-13
WindowServer: Convert the remaining menu APIs into messages.
Andreas Kling
2019-02-13
WindowServer: Refactor more of the menu APIs to be message-based.
Andreas Kling
2019-02-13
Rename GUI_Event to GUI_ServerMessage.
Andreas Kling
2019-02-13
WindowServer: Begin refactoring towards a fully asynchronous protocol.
Andreas Kling
2019-02-13
WindowServer: Don't spawn new processes with WindowServer as parent.
Andreas Kling
2019-02-13
WindowServer: Put a clock in the top right corner of the screen.
Andreas Kling
2019-02-13
WindowServer: Try out a new IterationDecision thing for lambda iteration.
Andreas Kling
2019-02-13
WindowServer: Switch menubar based on the currently active window.
Andreas Kling
2019-02-12
WindowServer: Process window mouse events in the correct z-order.
Andreas Kling
[next]