summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-11FileManager: Specify "Open in Text Editor" action as default in context menuTom
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-03FileManager: Add "Open Terminal here..." action to menu and toolbarLinus Groh
2020-06-29FileManager: Show a folder icon in the location text box :^)Andreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
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