index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
FileManager
/
DirectoryView.h
Age
Commit message (
Expand
)
Author
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-13
FileManager: Copy item(s) when dragging and dropping them :^)
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
FileManager: Add a columns view
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-07
Filemanager: Add Ctrl+A select all action
Shannon Booth
2019-11-20
FileManager: Added properties dialog
Till Mayer
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-12
FileManager: Show info about currently selected items in statusbar
Andreas Kling
2019-09-12
FileManager: Add C_OBJECT macro to DirectoryView
Andreas Kling
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-07
FileManager: Port to using GModelSelection
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-04-02
FileManager: Rename DirectoryTableView => DirectoryView.
Andreas Kling
2019-03-01
FileManager: Port to GTableModel/GTableView.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-19
FileManager: Add an icon for socket files.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling