summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/Window.h
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02WindowServer: Don't allow parent windows to go above their childrenAndreas Kling
2020-05-02WindowServer: Move child windows together with their parentsAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-04-30WindowServer: Add action icons to the window menusAndreas Kling
2020-03-15WindowServer: Resize maximised/tiled windows after resolution changeChyza
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-11WindowServer: Assert that a window is not being set as emptyShannon Booth
2020-02-11WindowServer: Remove unimplemented header functionShannon Booth
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling