Age | Commit message (Expand) | Author |
---|---|---|
2020-08-15 | LibGUI: Update active tooltip when source widget changes the label | Linus Groh |
2020-07-04 | LibGUI: Turn GUI::Application::the() into a pointer | Andreas Kling |
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-12 | LibGUI: Add a way to highlight the focused widget for debugging | Andreas Kling |
2020-04-21 | LibGUI: Make MenuBar a Core::Object | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-15 | LibGUI: Don't leak every tooltip window ever :^) | Andreas Kling |
2020-02-15 | LibGUI: Remove some header dependencies from Application.h | Andreas Kling |
2020-02-15 | LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |