summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-12-30FileManager: Use GUI::SeparatorWidget in the properties dialogAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-12-28FileManager: Implement the cut file operationIdan Horowitz
2020-12-28FileManager: Add a delete_path helper for singular pathsIdan Horowitz
2020-12-28LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public APIAndreas Kling
2020-12-28FileManager: Created desktop shortcuts should use full basenameAndreas Kling
2020-12-27FileManager: Layout the desktop icons from top-to-bottom :^)Andreas Kling
2020-12-26LibGUI: Rename Link => LinkLabelAndreas Kling
2020-12-26FileManager: Fix missing launch action iconsLinus Groh
2020-12-24FileManager: Add a button to open links in their real directoryAlex McGrath
2020-12-22FileManager: Allow creating desktop shortcut from FileManagerAlex McGrath
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGUI: Make GUI::Label auto-sizing declarativeAndreas Kling
2020-12-20LibGUI: Rename ProgressBar property caption => text and expose to GMLAndreas Kling
2020-12-20FileManager: Move the main window UI to GMLAndreas Kling
2020-12-16FileManager: Fix assertion when drag&dropping a file to the desktopAndreas Kling
2020-12-16FileManager: Make symlink icons show up nicely in properties dialogAndreas Kling
2020-12-16FileManager+LibGUI: Draw the item text for desktop icons with shadowAndreas Kling
2020-12-15FileManager: Simplify breadcrumb bar hook callbackAndreas Kling
2020-12-14FileManager: Use GUI::BreadcrumbBar :^)Andreas Kling
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-08FileManager: Fix TreeView collapsing on file system changes (#4348)Zac
2020-12-01FileManager: Call on_selection_change with the correct viewZac
2020-10-22FileManager: Ignore model updates during widget constructionAndreas Kling
2020-10-22FileManager: Update the error label overlay on back/forward navigationAndreas Kling
2020-10-22FileManager: Set up the model error/complete callbacks earlierAndreas Kling
2020-10-15FileManager: Only set ~/Desktop as model root path in desktop modeLinus Groh
2020-10-10FileManager: Added menu to show dotfiles in directory context menuKesse Jones
2020-10-10FileManager: Fix file creation error messageLinus Groh
2020-10-05FileManager: Use new format functions.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-24FileManager: Teach DirectoryView subviews to create editing delegatesAndreas Kling
2020-09-19FileManager: Prevent feedback loop between treeview and directory viewAndreas Kling
2020-09-18FileManager: Properly reveal newly opened directories in the treeviewAndreas Kling
2020-09-18FileManager: Update GUI when "entering" an inaccessible directoryAndreas Kling
2020-09-18FileManager: Show an inline error message for inaccessible directoriesAndreas Kling
2020-09-18FileManager: Remove an unused enum in DirectoryViewAndreas Kling
2020-09-17FileManager: Move DirectoryView into the FileManager namespaceAndreas Kling
2020-09-17FileManager: Move the DesktopWidget to its own compilation unitAndreas Kling
2020-09-17FileManager: Handle drop events in DirectoryViewAndreas Kling
2020-09-16FileManager: Use GUI::FileIconProvider for the location box iconAndreas Kling
2020-09-16FileManager: Show the root (/) directory in the treeview on the leftAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-13FileManager: Use the correct delete action in the treeview context menuAndreas Kling
2020-09-13FileManager: Move delete and force-delete actions to DirectoryViewAndreas Kling