summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Application.h
AgeCommit message (Expand)Author
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-12LibGUI: Add a way to highlight the focused widget for debuggingAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Don't leak every tooltip window ever :^)Andreas Kling
2020-02-15LibGUI: Remove some header dependencies from Application.hAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling