summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Window.cpp
AgeCommit message (Expand)Author
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