summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FileSystemModel.cpp
AgeCommit message (Expand)Author
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-04-26LibGUI: Create thumnail for gif filesHüseyin ASLITÜRK
2020-04-26LibGUI: Use enumerator macros for filetype iconsLinus Groh
2020-04-22LibGUI: Added error events to FileSystemModelangel
2020-04-07LibGUI: Thumbnail keep the aspect ratio of the original file.VAN BOSSUYT Nicolas
2020-04-07Resources: Added filetype icon for object, library, text and unknown.VAN BOSSUYT Nicolas
2020-04-06LibGUI: Added the new icons to FileSystemModel.VAN BOSSUYT Nicolas
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-05LibGUI: Fix group name columns in FileSystemModelTibor Nagy
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13LibGUI: Have FileSystemModel accept url-list drags onto directoriesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling