summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Window.cpp
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGUI: Remove premature return in Window::handle_key_eventjakewestrip
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-17LibGUI: Make Window::set_title() take a StringAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-24LibGUI: Process pending window updates after handling input eventsTom
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-02-25LibGUI: Avoid needlessly copying vectors of rectsTom
2021-02-25LibGUI: Process pending invalidations when handling paint eventsTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibGUI: Copy alpha channel as-is when keeping backing bitmaps in syncTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-30LibGUI: Handle Window::hide() during Application teardown betterAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16LibGUI: Don't bubble window events up to parent windowsTom
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella
2021-01-15LibGUI: Window icons no longer need to be backed by shbufsAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-15LibGUI: Add a WindowBackingStore classAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling