summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2021-04-06FileManager: Set the default menu item in desktop context menusAndreas Kling
2021-04-05FileManager: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25PropertiesWindow: Show the file size in a human readable formatDavid Isaksson
2021-03-11FileManager: Accept TreeView drop eventVyacheslav Pukhanov
2021-03-07FileManager: Disable view change actions when directory is unreadableLinus Groh
2021-03-07FileManager: Use ArgsParser, handle more optionsspeles
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-03-03FileManager: Add launch handler actions to desktop context menuZac
2021-03-01FileManager: Focus on file when opening file's location from Propertiesspeles
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-25FileManager: change icon for Show in File ManagerMorc - Richard Gráčik
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21FileManager: Use newly introduced LibCore file management helpersMițca Dumitru
2021-02-20FileManager: Set tooltips on the path breadcrumb barAndreas Kling
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-13FileManager: Add layout options to View menuthankyouverycool
2021-02-13FileManager: Save 'Show dotfiles' setting in FileManager.inithankyouverycool
2021-01-30Everywhere: Add missing parent window to about dialogsLinus Groh
2021-01-24FileManager: Make DirectoryView open links in their real directoryDragonAlex98
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15FileManager: Added label "Location" to BreadcrumbBar (#4924)Cypher87
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling