summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
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