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-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