Commit Verlauf

Autor SHA1 Nachricht Datum
  Aziz Berkay Yesilyurt 6f594b36f5 LibGUI: Verify m_window_id is not-zero in set_maximized vor 4 Jahren
  Ali Mohammad Pur 0459a111b2 Revert "Userland: Add ability to screenshot rectangular region in `shot` (#8515)" vor 4 Jahren
  Aziz Berkay Yesilyurt 1c06d77262 Userland: Add ability to screenshot rectangular region in `shot` (#8515) vor 4 Jahren
  Andreas Kling 86d0145260 LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more vor 4 Jahren
  Andreas Kling e0986c2766 LibGUI: Fix some clang-tidy warnings in Window.cpp vor 4 Jahren
  Andreas Kling c2dfa9d54c WindowServer+LibGUI: Add a way to force a window to have a drop shadow vor 4 Jahren
  Andreas Kling 782a5c88ce WindowServer: Make most remaining WindowServer IPC calls async vor 4 Jahren
  Ali Mohammad Pur 2665cdf2a1 LibGUI: Don't allocate a scope-local MouseEvent on the heap vor 4 Jahren
  Andreas Kling 6a132d8672 WindowServer+LibGUI: Allow specifying a "launch origin" for new windows vor 4 Jahren
  Aatos Majava 3e6a5af32b LibGUI: Actually use the Action alternate shortcut vor 4 Jahren
  Tom 4392da970a WindowServer: Add initial support for rendering on multiple screens vor 4 Jahren
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) vor 4 Jahren
  Andreas Kling 0a98964600 WindowServer+LibGUI: Make window creation asynchronous :^) vor 4 Jahren
  Marcus Nilsson 2f7dc29ab7 LibGUI/WindowServer: Add set_maximized IPC call vor 4 Jahren
  Ali Mohammad Pur 7ac196974d Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> vor 4 Jahren
  Matthew Jones ea4116f5bd LibGUI+LibGfx+WindowServer: Sanity check window size dimensions vor 4 Jahren
  Matthew Jones 123848f0c1 LibGUI: Fixes Widget->set_visible(false) still maintains focus bug vor 4 Jahren
  Jean-Baptiste Boric e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap vor 4 Jahren
  Brian Gianforcaro 79ccba908e LibGUI: Retain Taskbar icon when toggling frameless setting vor 4 Jahren
  Andreas Kling 8684fca9df WindowServer+LibGUI: Make "move window to front" asynchronous vor 4 Jahren
  Andreas Kling 1aa56f0129 WindowServer+LibGUI: Make much of window construction asynchronous vor 4 Jahren
  Andreas Kling a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous vor 4 Jahren
  Gunnar Beutner eb21aa65d1 Userland: Make IPC results with one return value available directly vor 4 Jahren
  Gunnar Beutner 5bb79ea0a7 Userland: Update IPC calls to use proxies vor 4 Jahren
  Andreas Kling cc6db526a6 WindowServer+LibGUI+Taskbar: Store window progress as Optional<int> vor 4 Jahren
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr vor 4 Jahren
  Andreas Kling 2fa765bbd5 LibGUI: Add getter/setter for GUI::Window modified state vor 4 Jahren
  Jelle Raaijmakers 83dfc4aa46 LibGUI/Window: Do not reset mouse cursor on show() vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  jakewestrip b9fc7780ae LibGUI: Remove premature return in Window::handle_key_event vor 4 Jahren