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
Age
Commit message (
Expand
)
Author
2020-12-30
FileManager: Use GUI::SeparatorWidget in the properties dialog
Andreas Kling
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-12-28
FileManager: Implement the cut file operation
Idan Horowitz
2020-12-28
FileManager: Add a delete_path helper for singular paths
Idan Horowitz
2020-12-28
LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API
Andreas Kling
2020-12-28
FileManager: Created desktop shortcuts should use full basename
Andreas Kling
2020-12-27
FileManager: Layout the desktop icons from top-to-bottom :^)
Andreas Kling
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
FileManager: Fix missing launch action icons
Linus Groh
2020-12-24
FileManager: Add a button to open links in their real directory
Alex McGrath
2020-12-22
FileManager: Allow creating desktop shortcut from FileManager
Alex McGrath
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
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-16
FileManager: Fix assertion when drag&dropping a file to the desktop
Andreas Kling
2020-12-16
FileManager: Make symlink icons show up nicely in properties dialog
Andreas Kling
2020-12-16
FileManager+LibGUI: Draw the item text for desktop icons with shadow
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-12-01
FileManager: Call on_selection_change with the correct view
Zac
2020-10-22
FileManager: Ignore model updates during widget construction
Andreas Kling
2020-10-22
FileManager: Update the error label overlay on back/forward navigation
Andreas Kling
2020-10-22
FileManager: Set up the model error/complete callbacks earlier
Andreas Kling
2020-10-15
FileManager: Only set ~/Desktop as model root path in desktop mode
Linus Groh
2020-10-10
FileManager: Added menu to show dotfiles in directory context menu
Kesse Jones
2020-10-10
FileManager: Fix file creation error message
Linus Groh
2020-10-05
FileManager: Use new format functions.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-24
FileManager: Teach DirectoryView subviews to create editing delegates
Andreas Kling
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: Update GUI when "entering" an inaccessible directory
Andreas Kling
2020-09-18
FileManager: Show an inline error message for inaccessible directories
Andreas Kling
2020-09-18
FileManager: Remove an unused enum in DirectoryView
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
[next]