summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FileSystemModel.h
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-27LibGUI: Add 'on_rename_successful' callback to FileSystemModelMarco Cutecchia
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-08LibGUI: Implement granular updates for FileSystemModelsin-ack
2021-08-08LibGUI: Prefix some private FileSystemModel::Node members with m_sin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-19File Manager: Differentiate between navigation and rename errorsls
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-09LibGUI: Allow navigating into symlinked directories in FilePickerAndreas Kling
2021-02-11LibGUI: Use Core::FileWatcher in FileSystemModelDexesTTP
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling