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
/
Libraries
/
LibGUI
/
FileSystemModel.cpp
Age
Commit message (
Expand
)
Author
2022-01-05
LibGUI: Rename ModelSelection::remove_matching => remove_all_matching
Andreas Kling
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-11-21
LibGUI: Use ErrorOr<T> in the file system thumbnail generator
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-09-27
LibGUI: Add 'on_rename_successful' callback to FileSystemModel
Marco Cutecchia
2021-09-12
LibGUI: Remove Indices with dangling FileSystemModel::Node on deletion
Itamar
2021-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-08-31
LibGUI: Rename FileSystemModel's "Owner" column to "User"
Andreas Kling
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-08
LibGUI: Implement granular updates for FileSystemModel
sin-ack
2021-08-08
LibGUI: Prefix some private FileSystemModel::Node members with m_
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-27
LibGUI: Show dotfiles with 50% opacity (in FileSystemModel views)
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
File Manager: Differentiate between navigation and rename errors
ls
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-07-01
LibGUI: Navigate to parent when FileSystemModel directory is deleted
Sam Atkins
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-31
LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()
Linus Groh
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-20
LibGUI: Don't invalidate FileSystemModel indices on thumbnail update
Andreas Kling
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-07
LibGUI: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Make some API's take String instead of StringView
Andreas Kling
2021-04-10
LibGUI: List directories before files in FileSystemModel
Andreas Kling
2021-04-09
Base+LibGUI: Add an familiar-looking icon for the desktop directory
Andreas Kling
2021-04-09
LibGUI: Allow navigating into symlinked directories in FilePicker
Andreas Kling
2021-03-26
LibGUI: Show human readable size in filemanager
Federico Guerinoni
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibGUI: Fix crash when previewing palette images
Ben Wiederhake
2021-02-11
LibGUI: Use Core::FileWatcher in FileSystemModel
DexesTTP
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling