Commit History

Author SHA1 Message Date
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 years ago
  Joe Bentley 9df79a77da WindowServer: Add message to notify clients of applet area resize 3 years ago
  Brian Gianforcaro 8623cec0d7 LibGUI: Remove unused header includes 3 years ago
  Timothy 522f6775a7 LibGUI+WindowServer: Expose WindowServer client id to the client 4 years ago
  LuK1337 b40d771512 LibGUI: Add FontsChanged event and deliver it to windows and widgets 4 years ago
  networkException 2e4be5e98c LibGUI: Rename "to_gmousebutton" => "to_mouse_button" 4 years ago
  Tom 7984c2836d WindowServer: Add API to change virtual desktop settings 4 years ago
  Tom 4392da970a WindowServer: Add initial support for rendering on multiple screens 4 years ago
  Andreas Kling c1c252ddb2 LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 4 years ago
  Andreas Kling 2eceabdcfd LibGUI: Handle fast_greet stuff in WindowServerConnection constructor 4 years ago
  Andreas Kling c778130d63 WindowServer+LibGUI: Add an IPC API to change the current system fonts 4 years ago
  Andreas Kling bb23e61fbf LibGfx+WindowServer: Have WindowServer broadcast system font settings 4 years ago
  Andreas Kling ec8363aec3 WindowServer+LibGUI: Make client/server greeting faster 4 years ago
  Andreas Kling bc0146932e LibGUI: Never resolve Key_Invalid to a GUI::Action 4 years ago
  Andreas Kling 8c7bce818d LibGUI: Move action-from-key-event code to a separate function 4 years ago
  Gunnar Beutner 5bb79ea0a7 Userland: Update IPC calls to use proxies 4 years ago
  Gunnar Beutner 065040872f Userland: Change IPC funcs to use plain arguments instead of a struct 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling ba7e1ca2fb WindowServer+LibGUI: Notify GUI clients about menu item enter/leave 4 years ago
  sin-ack aa56f9a1e0 LibGUI+WindowServer: Separate window manager IPC from regular IPC 4 years ago
  Andreas Kling 9b740f218b WindowServer+LibGUI: Notify clients when menus become visible/hidden 4 years ago
  Linus Groh 5367bbb82c LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets 4 years ago
  Andreas Kling 9bbc1c9c93 WindowServer+Taskbar: Show applets in taskbar :^) 4 years ago
  Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling 304f0fe5ee LibGUI: Convert dbgprintf() => dbgln() 4 years ago
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 years ago
  Andreas Kling 1ce03f4f34 LibIPC: Stop sending client ID to clients 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  asynts 6dc2c38fd0 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago