summaryrefslogtreecommitdiff
path: root/Applications/FileManager/main.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-12FileManager: Show location bar on breadcrumb bar double-click.Nick Vella
2021-01-09FileManager+LibGUI: Make the breadcrumb bar accept text/uri-list dragsAndreas Kling
2021-01-08FileManager: Remove extra semicolon added by mistake.Emanuele Torre
2021-01-08FileManager: Allow drag&drop onto breadcrumb bar directories :^)Andreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04FileManager: Refer to self as "File Manager" (not "FileManager")Andreas Kling
2021-01-04DisplaySettings: Refer to app as "Display Settings"Andreas Kling
2021-01-04FileManager: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-02FileManager: Make properties windows non-modalAndreas Kling
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2020-12-28FileManager: Implement the cut file operationIdan Horowitz
2020-12-28FileManager: Created desktop shortcuts should use full basenameAndreas Kling
2020-12-22FileManager: Allow creating desktop shortcut from FileManagerAlex McGrath
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-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-10-10FileManager: Added menu to show dotfiles in directory context menuKesse Jones
2020-10-05FileManager: Use new format functions.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
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: Show an inline error message for inaccessible directoriesAndreas 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
2020-09-13FileManager: Move "Open Terminal here" action to DirectoryViewAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17FileManager: Move the "create new file" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Move "create new directory" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Partially bring back the desktop context menuAndreas Kling
2020-08-17FileManager: Don't pass DirectoryView subview to hooks that don't careAndreas Kling
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling