index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
FileSystemModel.h
Age
Commit message (
Expand
)
Author
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-09-24
LibGUI: Support editing filenames through FileSystemModel :^)
Andreas Kling
2020-09-18
iLibGUI+Base: Show inaccessible directories with special icon in views
Andreas Kling
2020-09-16
LibGUI: Allow FileSystemModel to be rooted one level above "/"
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-12
LibGUI: Move file icon lookup into a separate FileIconProvider
Andreas Kling
2020-07-19
LibGUI: Show a special icon for the home directory in FileSystemModel
Andreas Kling
2020-07-19
LibGUI+FileManager: Add setting for showing/hiding dotfiles
Andreas Kling
2020-07-10
FileManager: Show an open folder icon for the selected directory
thankyouverycool
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
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
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
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