Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling | |
Auto-sizing of view columns is now enabled by default. This removes the last remaining need for ColumnMetadata, so this patch gets rid of it. | |||
2020-05-21 | LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable() | Andreas Kling | |
Now there's only one thing left in ColumnMetadata: the initial width. | |||
2020-05-21 | LibGUI: FileSystemModel, markdown file icon for .md files. | Hüseyin ASLITÜRK | |
2020-05-01 | LibGUI: Icon for INI file type | Hüseyin ASLITÜRK | |
2020-04-26 | LibGUI: Use filetype-text icon for .md files | Linus Groh | |
2020-04-26 | LibGUI: Use filetype-header icon for .h files | Linus Groh | |
2020-04-26 | Base+LibGUI: Add icon for Python files | Linus Groh | |
2020-04-26 | LibGUI: Use enumerator macros for filetype icons | Linus Groh | |
2020-04-22 | LibGUI: Added error events to FileSystemModel | angel | |
This will allow us to catch errors early on FileManager | |||
2020-04-07 | Resources: Added filetype icon for object, library, text and unknown. | VAN BOSSUYT Nicolas | |
2020-04-06 | LibGUI: Added the new icons to FileSystemModel. | VAN BOSSUYT Nicolas | |
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 | |