summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FileSystemModel.h
AgeCommit message (Expand)Author
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-09-24LibGUI: Support editing filenames through FileSystemModel :^)Andreas Kling
2020-09-18iLibGUI+Base: Show inaccessible directories with special icon in viewsAndreas Kling
2020-09-16LibGUI: Allow FileSystemModel to be rooted one level above "/"Andreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-07-19LibGUI: Show a special icon for the home directory in FileSystemModelAndreas Kling
2020-07-19LibGUI+FileManager: Add setting for showing/hiding dotfilesAndreas Kling
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
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: FileSystemModel, markdown file icon for .md files.Hüseyin ASLITÜRK
2020-05-01LibGUI: Icon for INI file typeHüseyin ASLITÜRK
2020-04-26LibGUI: Use filetype-text icon for .md filesLinus Groh
2020-04-26LibGUI: Use filetype-header icon for .h filesLinus Groh
2020-04-26Base+LibGUI: Add icon for Python filesLinus Groh
2020-04-26LibGUI: Use enumerator macros for filetype iconsLinus Groh
2020-04-22LibGUI: Added error events to FileSystemModelangel
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-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-11LibGUI: Use Core::DateTime in FileSystemModelAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling