summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FileSystemModel.cpp
AgeCommit message (Expand)Author
2022-09-06Base+LibGUI: Add Git folder iconselectrikmilk
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-31LibGUI: Fix assertion when handling removal of FileSystemModel's rootAdam Jakubek
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-05-07FileManager: Don't show new dotfiles if the option is disabledofftkp
2022-04-14LibGUI: Don't try to get link target value if read_link failedMarco Rebhan
2022-04-04LibGUI: Return Optional<Node const&> from node_for_path()Ali Mohammad Pur
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-12LibGUI: Print error when failing to load thumbnail in FileSystemModelMarcus Nilsson
2022-01-05LibGUI: Rename ModelSelection::remove_matching => remove_all_matchingAndreas Kling
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-21LibGUI: Use ErrorOr<T> in the file system thumbnail generatorAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-09-29LibGUI: Implement automatic scrolling in AbstractViewMarcus Nilsson
2021-09-27LibGUI: Add 'on_rename_successful' callback to FileSystemModelMarco Cutecchia
2021-09-12LibGUI: Remove Indices with dangling FileSystemModel::Node on deletionItamar
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-31Userland: Use Rect::centered_within() where usefulAndreas 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-27LibGUI: Show dotfiles with 50% opacity (in FileSystemModel views)Andreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19File Manager: Differentiate between navigation and rename errorsls
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins
2021-07-01LibGUI: Navigate to parent when FileSystemModel directory is deletedSam Atkins
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-05-31LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()Linus Groh
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-20LibGUI: Don't invalidate FileSystemModel indices on thumbnail updateAndreas Kling
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-07LibGUI: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"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-10LibGUI: List directories before files in FileSystemModelAndreas Kling
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-04-09LibGUI: Allow navigating into symlinked directories in FilePickerAndreas Kling
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni