summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-05-19FileManager: Remove empty public access modifier from DesktopWidgetLinus Groh
2020-05-18FileManager: Make the location box 2px tallerAndreas Kling
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-30FileManager: Realize the initial path when opened from the command lineAndreas Kling
2020-04-29FileManager: Fix crash when file properties has unnamed UID or GIDAndreas Kling
2020-04-29DisplaySettings: Rename from DisplayPropertiesAndreas Kling
2020-04-28FileManager: Disable PropertiesDialog custom rename disabling logicAndres Vieira
2020-04-28FileManager: Disable permission checkboxes if user is not owner of pathAndres Vieira
2020-04-28FileManager: Deny rename in PropertiesDialog if user can't write in pathAndres Vieira
2020-04-28FileManager: Disable delete action if user can't write in current pathAndres Vieira
2020-04-28FileManager: Add folder-specific paste actionAndres Vieira
2020-04-28FileManager: Disable paste action for non-writable directoriesAndres Vieira
2020-04-28FileManager: Disables mkdir action if permissions don't allow itAndres Vieira
2020-04-27FileManager: Add paste action to DirectoryView's context menuAndres Vieira
2020-04-27FileManager: Paste inside folder if done through its context menuAndres Vieira
2020-04-27FileManager: Copy and Delete selected file(s), not current folderAndres Vieira
2020-04-26FileManager: Disable open_parent_directory_action if the new path is "/"Andres Vieira
2020-04-24FileManager: Set content margin of DirectoryView to same as childrenAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23Desktop: Context menu option to open FileManagerJonathan Archer
2020-04-23Desktop: Show DisplayProperties in context menuJonathan Archer
2020-04-23Desktop: File creation from the context menuJonathan Archer
2020-04-23Desktop: Add context menu for directory viewJonathan Archer
2020-04-22FileManager: Fix buildAndreas Kling
2020-04-22FileManager: Exit the application cleanly when failing to open initial directoryangel
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-20FileManager+LibGUI: Allow drop on entire DirectoryViewangel
2020-04-20DirectoryView: Don't push same path twice to historyangel
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19FileManager: Replicate permissions on directory copy (#1437)angel
2020-04-19FileManager: Fix recursive copy on dragangel
2020-04-19FileManager: Ignore empty selections on tree viewangel
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-18FileManager: Allow running in desktop modeAndreas Kling
2020-04-18FileManager: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-18FileManager: Use GUI::DesktopServices::open() to open filesAndreas Kling
2020-04-14Kernel: Don't include null terminator in sys$readlink() resultSergey Bugaev
2020-04-05FileManager: Add properties action to directory context menuOriko
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-03-19Applications: Remove G prefixes from commentsTibor Nagy
2020-03-18FileManager: chdir to appropriate directory before starting TerminalItamar