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.cpp
Age
Commit message (
Expand
)
Author
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
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
LibGUI: Unbreak FileSystemModel::index(path) after virtual root changes
Andreas Kling
2020-09-18
iLibGUI+Base: Show inaccessible directories with special icon in views
Andreas Kling
2020-09-18
LibGUI: FileSystemModel should provide full paths to FileIconProvider
Andreas Kling
2020-09-16
LibGUI+Base: Add a hard-disk icon and use it for the path "/"
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-15
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
Sergey Bugaev
2020-07-10
FileManager: Show an open folder icon for the selected directory
thankyouverycool
2020-07-04
LibGUI: Sort FileSystemModel alphabetically internally
Andreas Kling
2020-06-17
LibGUI: Use Core::File::read_link()
Sergey Bugaev
2020-06-15
LibGUI: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
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: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-04-26
LibGUI: Create thumnail for gif files
Hüseyin ASLITÜRK
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
LibGUI: Thumbnail keep the aspect ratio of the original file.
VAN BOSSUYT Nicolas
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-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-05
LibGUI: Fix group name columns in FileSystemModel
Tibor Nagy
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
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-06
LibGUI: Remove leading G from filenames
Andreas Kling