Commit Verlauf

Autor SHA1 Nachricht Datum
  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
  sin-ack aa56f9a1e0 LibGUI+WindowServer: Separate window manager IPC from regular IPC vor 4 Jahren
  Andreas Kling 050648b270 LibGUI: Make Window::set_title() take a String vor 4 Jahren
  Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" vor 4 Jahren
  Andreas Kling 0069020e6c WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet vor 4 Jahren
  Linus Groh 5367bbb82c LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets vor 4 Jahren
  Andreas Kling 0cd60a28ba WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows vor 4 Jahren
  Andreas Kling 78b12e1521 Userland: Turn all application menus into window menus :^) vor 4 Jahren
  Andreas Kling e76771bfad WindowServer+LibGfx: Show menus in windows! :^) vor 4 Jahren
  Tom 7626f9e0bb LibGUI: Process pending window updates after handling input events vor 4 Jahren
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x vor 4 Jahren
  Andreas Kling 38f11cc1ba Everywhere: Rename "logo" key to "super" key vor 4 Jahren
  Brian Gianforcaro bac0dd5e3d LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum vor 4 Jahren
  Tom cd0a1fa5b0 LibGUI: Avoid needlessly copying vectors of rects vor 4 Jahren
  Tom 3907bacfcd LibGUI: Process pending invalidations when handling paint events vor 4 Jahren
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY vor 4 Jahren
  Tom 2677e24a99 LibGUI: Copy alpha channel as-is when keeping backing bitmaps in sync vor 4 Jahren
  Tom 1c31bcb24e WindowServer: Allow changing frameless state after a window is created vor 4 Jahren
  Andreas Kling 11c8596ad3 WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow vor 4 Jahren
  Nick Vella 15c1f7a40d WindowServer, LibGUI: Variable minimum window sizes vor 4 Jahren
  Tom d590e0c946 WindowServer: Add support for alpha channel based hit testing vor 4 Jahren
  Andreas Kling a5bbe3280d LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize vor 4 Jahren
  Andreas Kling d9c5fdf5d5 LibGUI: Handle Window::hide() during Application teardown better vor 4 Jahren
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. vor 4 Jahren
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. vor 4 Jahren
  Nico Weber 5f9c42c404 LibGfx: Give Bitmap a scale factor vor 4 Jahren
  Andreas Kling 8a61aba1e5 LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes vor 4 Jahren