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
Age
Commit message (
Expand
)
Author
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: Forgot to actually set 'had_any_timer' after we had any timer.
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
2019-02-12
WindowServer: Menu windows shouldn't steal focus when clicked.
Andreas Kling
2019-02-12
Add a little About app and hook it up to the system menu's "About..." entry.
Andreas Kling
2019-02-12
WindowServer: Don't crash when trying to open an empty menu.
Andreas Kling
2019-02-12
WindowServer: Made a slightly nicer icon for the system menu.
Andreas Kling
2019-02-12
WindowServer: Draw menu windows above normal windows.
Andreas Kling
2019-02-12
Fix some compilation warnings.
Andreas Kling
2019-02-12
WindowServer: Add a WSWindowType enum.
Andreas Kling
2019-02-12
WindowServer: Send all mouse events inside the menubar rect to the menubar.
Andreas Kling
2019-02-12
WindowServer: Make it possible to launch a terminal from the system menu.
Andreas Kling
2019-02-12
WindowServer: Clean up any menu objects on process exit.
Andreas Kling
2019-02-12
Plumb menu item activation events from WindowServer to clients.
Andreas Kling
2019-02-12
WindowServer: Add locking and fix coalesced invalidation race.
Andreas Kling
2019-02-12
WindowServer: Always include the system menu in the menubar.
Andreas Kling
2019-02-12
WindowServer: More work on the menu system.
Andreas Kling
2019-02-12
Add API's and plumbing for WindowServer clients to make menus.
Andreas Kling
2019-02-11
WindowServer: Let's call the default menu "Dummy" for now.
Andreas Kling
2019-02-11
WindowServer: Add a bunch of horizontal padding to menu items.
Andreas Kling
2019-02-11
WindowServer: Make automatic menu dismissal feel more "natural."
Andreas Kling
2019-02-11
WindowServer: Oops, we have to keep processing WSMessages with !m_process.
Andreas Kling
2019-02-11
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
Andreas Kling
2019-02-11
WindowServer: Let's have a cute little symbol for the system menu.
Andreas Kling
2019-02-11
WindowServer: Don't keep menu items in hovered state after the cursor leaves.
Andreas Kling
2019-02-11
WindowServer: Switch current menu if hovering over another menu with button.
Andreas Kling
2019-02-11
WindowServer: Give menu items an identifier field and add a simple callback.
Andreas Kling
2019-02-11
WindowServer: Menu windows should be at least as wide as their menubar rects.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling
2019-02-08
Let's have two wallpapers installed so we can test switching.
Andreas Kling
2019-02-08
Kernel: Use a Lockable<bool> for sysctl booleans as well.
Andreas Kling
2019-02-08
WindowServer: Allow changing the desktop wallpaper through a sysctl.
Andreas Kling
2019-02-08
WindowServer: Set the WSMessageLoop::server_process() as early as possible.
Andreas Kling
2019-02-08
WindowServer: Support desktop wallpapers.
Andreas Kling
2019-02-07
Kernel: Add basic process priority support.
Andreas Kling
2019-02-07
Kernel: When a lock is busy, donate remaining process ticks to lock holder.
Andreas Kling
2019-02-07
WindowServer: Coordinate double-buffering with the BochsVGA card.
Andreas Kling
2019-02-07
WindowServer: Improve parsing of mouse packets.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2019-02-06
Kernel: Much improved BochsVGA (BXVGA) support.
Andreas Kling
2019-02-05
WindowServer: Tweak window title bar look.
Andreas Kling
2019-02-05
WindowServer: Tweak look of window close button.
Andreas Kling
2019-02-05
SharedGraphics: Add some useful painting helpers and make use of them.
Andreas Kling
2019-02-05
WindowServer: Make the window close button look a bit nicer.
Andreas Kling
[next]