index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
FileManager
Age
Commit message (
Expand
)
Author
2021-04-06
FileManager: Set the default menu item in desktop context menus
Andreas Kling
2021-04-05
FileManager: Add Alt shortcuts for top-level menus
Andreas Kling
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-04-04
LibGUI: Add GUI::CommonActions::make_properties_action()
Andreas Kling
2021-03-26
LibGUI: Show human readable size in filemanager
Federico Guerinoni
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-25
PropertiesWindow: Show the file size in a human readable format
David Isaksson
2021-03-11
FileManager: Accept TreeView drop event
Vyacheslav Pukhanov
2021-03-07
FileManager: Disable view change actions when directory is unreadable
Linus Groh
2021-03-07
FileManager: Use ArgsParser, handle more options
speles
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-03-03
FileManager: Add launch handler actions to desktop context menu
Zac
2021-03-01
FileManager: Focus on file when opening file's location from Properties
speles
2021-03-01
FileManager+LaunchServer: Add launching FileManager with focus on file
speles
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-25
FileManager: change icon for Show in File Manager
Morc - Richard Gráčik
2021-02-25
Base: Add new icons for fonts and File Manager
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
FileManager: Use newly introduced LibCore file management helpers
Mițca Dumitru
2021-02-20
FileManager: Set tooltips on the path breadcrumb bar
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-13
FileManager: Add layout options to View menu
thankyouverycool
2021-02-13
FileManager: Save 'Show dotfiles' setting in FileManager.ini
thankyouverycool
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-24
FileManager: Make DirectoryView open links in their real directory
DragonAlex98
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
FileManager: Added label "Location" to BreadcrumbBar (#4924)
Cypher87
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling