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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
FileManager: Show location bar on breadcrumb bar double-click.
Nick Vella
2021-01-09
FileManager+LibGUI: Make the breadcrumb bar accept text/uri-list drags
Andreas Kling
2021-01-08
FileManager: Remove extra semicolon added by mistake.
Emanuele Torre
2021-01-08
FileManager: Allow drag&drop onto breadcrumb bar directories :^)
Andreas Kling
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-04
FileManager: Refer to self as "File Manager" (not "FileManager")
Andreas Kling
2021-01-04
DisplaySettings: Refer to app as "Display Settings"
Andreas Kling
2021-01-04
FileManager: Correct use of ellipsis (...) in menu items
Andreas Kling
2021-01-02
FileManager: Make properties windows non-modal
Andreas Kling
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
2020-12-28
FileManager: Implement the cut file operation
Idan Horowitz
2020-12-28
FileManager: Created desktop shortcuts should use full basename
Andreas Kling
2020-12-22
FileManager: Allow creating desktop shortcut from FileManager
Alex McGrath
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibGUI: Make GUI::Label auto-sizing declarative
Andreas Kling
2020-12-20
LibGUI: Rename ProgressBar property caption => text and expose to GML
Andreas Kling
2020-12-20
FileManager: Move the main window UI to GML
Andreas Kling
2020-12-15
FileManager: Simplify breadcrumb bar hook callback
Andreas Kling
2020-12-14
FileManager: Use GUI::BreadcrumbBar :^)
Andreas Kling
2020-12-11
FileManager: Added context menu for right-clicks on desktop icons.
Zac
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-11
FileManager: TreeView accepts drags from the DirectoryView.
Zac
2020-12-08
FileManager: Fix TreeView collapsing on file system changes (#4348)
Zac
2020-10-10
FileManager: Added menu to show dotfiles in directory context menu
Kesse Jones
2020-10-05
FileManager: Use new format functions.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-19
FileManager: Prevent feedback loop between treeview and directory view
Andreas Kling
2020-09-18
FileManager: Properly reveal newly opened directories in the treeview
Andreas Kling
2020-09-18
FileManager: Show an inline error message for inaccessible directories
Andreas Kling
2020-09-17
FileManager: Move DirectoryView into the FileManager namespace
Andreas Kling
2020-09-17
FileManager: Move the DesktopWidget to its own compilation unit
Andreas Kling
2020-09-17
FileManager: Handle drop events in DirectoryView
Andreas Kling
2020-09-16
FileManager: Use GUI::FileIconProvider for the location box icon
Andreas Kling
2020-09-16
FileManager: Show the root (/) directory in the treeview on the left
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-13
FileManager: Use the correct delete action in the treeview context menu
Andreas Kling
2020-09-13
FileManager: Move delete and force-delete actions to DirectoryView
Andreas Kling
2020-09-13
FileManager: Move "Open Terminal here" action to DirectoryView
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-17
FileManager: Make DirectoryView vend indexes from view model
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-17
FileManager: Move the "create new file" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Move "create new directory" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Partially bring back the desktop context menu
Andreas Kling
2020-08-17
FileManager: Don't pass DirectoryView subview to hooks that don't care
Andreas Kling
2020-08-17
FileManager: Use DirectoryView for both windowed and desktop mode
Andreas Kling
2020-08-17
FileManager: Apply wallpaper on startup
Luke
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
[next]