提交历史

作者 SHA1 备注 提交日期
  Jesse Buhagiar d0c11bbcc3 WindowServer: Fixed Menubar resize issue 5 年之前
  Chyza 4d99856f95 WindowManager: Make maximised windows unmaximise when dragged. 5 年之前
  Andreas Kling 76266862d1 LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 5 年之前
  Andreas Kling bc319d9e88 LibCore: Make CObject reference-counted 5 年之前
  Andreas Kling fcc3745b02 LibCore+LibGUI+WindowServer: Make events bubble up through ancestors 5 年之前
  Andreas Kling c8be606acf WindowServer: Avoid doing sqrt() in double-click detection 5 年之前
  Andreas Kling 423807d772 WindowServer: Don't transform quick far-apart clicks into double-clicks 5 年之前
  Sergey Bugaev 22e6978c71 WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 5 年之前
  Andreas Kling 353bf57378 WindowServer: Don't crash when trying to close an empty menu 6 年之前
  Andreas Kling 63e6b09816 WindowServer+LibGUI: Add support for nested menus 6 年之前
  Andreas Kling 161c862f21 WindowServer: Add an icon for the system menu / About action 6 年之前
  Andreas Kling 1077c15917 WindowServer: Add some app icons to the system menu 6 年之前
  Andreas Kling af6483cabb WindowServer: Fix incorrect "window left" event after button drag 6 年之前
  Andreas Kling b36108dc3c WindowServer: Allow moving the Launcher window type. 6 年之前
  Andreas Kling d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 年之前
  Andreas Kling 841b2e5d13 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 6 年之前
  Andreas Kling 6eb4ace6e8 WindowServer: Disable the global menubar while a modal window is active. 6 年之前
  Andreas Kling 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 年之前
  Andreas Kling 66e9de8aaa WindowServer: Rename WSMenuBarKeeper => WSMenuManager. 6 年之前
  Robin Burchell 3837de0573 WSEventLoop: Remove inheritance from CEventLoop 6 年之前
  Andreas Kling 62335c5f0c WindowServer: Spawn a SystemDialog when activating the shutdown menu. 6 年之前
  Andreas Kling 85674aa498 WindowServer: Don't deliver the same mouse event twice. 6 年之前
  Robin Burchell 8a1a9e78d7 WSWindowManager: Ensure that we pick a single window to deliver a full stream of events to 6 年之前
  Andreas Kling 1791ebaacd WindowServer: Convert dbgprintf() in WSWindowManager to dbg(). 6 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling 14b51253c0 WindowServer: Allow changing window opacity with Logo+MouseWheel. 6 年之前
  Andreas Kling 872cccb8f7 WindowServer: Make use of the new Vector(initializer_list). 6 年之前
  Andreas Kling 0deade2883 WindowServer: Fix compiler warnings. 6 年之前
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 年之前
  Andreas Kling ef1bfcb9d8 WindowServer: Move some event code from WSWindowManager to WSMenuBarKeeper. 6 年之前