Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-07 | LibGUI: Move Icon and FontDatabase into the GUI namespace | Shannon Booth | |
We also clean up some old references to the old G prefixed GUI classes This also fixes a potential bug with using: C_OBJECT_ABSTRACT(GAbstractButton) instead of C_OBJECT_ABSTRACT(AbstractButton) | |||
2020-02-14 | LibGUI: Port the drag&drop code to Core::MimeData | Andreas Kling | |
2020-02-13 | LibGUI: Have FileSystemModel accept url-list drags onto directories | Andreas Kling | |
2020-02-11 | LibGUI: Use Core::DateTime in FileSystemModel | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |