Commit History

Author SHA1 Message Date
  Andreas Kling 33d34d9b26 Kernel: Use a Lockable<bool> for sysctl booleans as well. 6 years ago
  Andreas Kling 7a996e608c WindowServer: Allow changing the desktop wallpaper through a sysctl. 6 years ago
  Andreas Kling 90d3375dc2 WindowServer: Support desktop wallpapers. 6 years ago
  Andreas Kling 5582a0a254 Kernel: When a lock is busy, donate remaining process ticks to lock holder. 6 years ago
  Andreas Kling 443d1c2237 WindowServer: Coordinate double-buffering with the BochsVGA card. 6 years ago
  Andreas Kling a1b63bb6d4 Bootloader: Locate the kernel's data segment and clear it. 6 years ago
  Andreas Kling caff611ca3 WindowServer: Tweak window title bar look. 6 years ago
  Andreas Kling 0a183df655 WindowServer: Tweak look of window close button. 6 years ago
  Andreas Kling 38f589a9cb SharedGraphics: Add some useful painting helpers and make use of them. 6 years ago
  Andreas Kling cd1bbdf052 WindowServer: Make the window close button look a bit nicer. 6 years ago
  Andreas Kling 11db8c1697 Add a simple close button ("X") to windows. 6 years ago
  Andreas Kling b1e054ffe8 Rename LizaBold to LizaRegular and LizaBlack to LizaBold. 6 years ago
  Andreas Kling cacba45f1c LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold. 6 years ago
  Andreas Kling 5e9ba2ac84 Kernel: Rewrite ProcFS. 6 years ago
  Andreas Kling 2a093ada33 WindowServer: Add some stripes to the window titles. 6 years ago
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. 6 years ago
  Andreas Kling 027d26cd5d Add a String::format() and use that in place of ksprintf() in the Kernel. 6 years ago
  Andreas Kling 069d21ed7f Make buttons unpress when the cursor leaves the button rect. 6 years ago
  Andreas Kling 9fa8d4e22f WindowServer: Rename the two painting phases. 6 years ago
  Andreas Kling 244d5bcce1 WindowServer: More event -> message renaming. 6 years ago
  Andreas Kling bba21adae3 WindowServer: Rename WSEvent to WSMessage. 6 years ago
  Andreas Kling 5f14e22a31 WindowServer: Make dragging window frames look kinda cool. 6 years ago
  Andreas Kling 0db72786cf Snazz up the windows with some title bar gradients. :^) 6 years ago
  Andreas Kling c6b7b92625 WindowServer: Put the desktop background color in a member. 6 years ago
  Andreas Kling a915dd7b27 WindowServer: Retain window backing stores while blitting them. 6 years ago
  Andreas Kling 86eae0f8df Let userland retain the window backing store while drawing into it. 6 years ago
  Andreas Kling aa24547e12 Kernel: Finally stop exposing Region members to the public. 6 years ago
  Andreas Kling 51595603bd WindowServer: Rename WSEvent subclasses WSFooEvent for consistency. 6 years ago
  Andreas Kling 291922b1af WindowServer: Show PID and window ID in title bars for now. 6 years ago
  Andreas Kling 786b903d62 WindowServer: Don't invalidate already frontmost window for moving to front. 6 years ago