summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Window.h
AgeCommit message (Expand)Author
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-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-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-12WindowServer: Recompute occlusions when changing window's alpha channelTom
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella
2021-01-15LibGUI: Window icons no longer need to be backed by shbufsAndreas Kling
2021-01-15LibGUI: Add a WindowBackingStore classAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling