summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Widget.h
AgeCommit message (Expand)Author
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-11LibGUI: Add a Widget::did_layout() that gets called after layoutAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling