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
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-19
Userland: Construct Menus with name using the non-deprecated String
Karol Kosek
2023-04-18
FileManager: Use InputBox icons for file and directory creation
thankyouverycool
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-17
FileManager+LibGUI: Cache the FileSystem::can_delete_or_move value
Tom
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-11
FileManager: Use a thousands separator for numbers in PropertiesWindow
Tim Ledbetter
2023-03-24
FileManager: Use GUI::Process::spawn_or_show_error() to open terminals
MacDue
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-21
LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-19
FileManager: Extract .zip files to a temporary folder when opened
Caoimhe
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-13
LibThreading: Register BackgroundAction with EventLoop
kleines Filmröllchen
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
FileManager: Migrate to Directory::for_each_entry()
Sam Atkins
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-19
FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)
Sam Atkins
2023-02-19
LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCB
Sam Atkins
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-11
FileManager: Show directory size and file count in PropertiesWindow
Tim Ledbetter
2023-02-11
FileManager: Propagate errors from PropertiesWindow initialization
Tim Ledbetter
2023-02-11
FileManager: Factorize code to handle drag-and-drop
Lucas CHOLLET
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-25
FileManager: Use Core::Process::set_name()
Sam Atkins
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-24
FileManager: Calculate file action permissions for subsequent columns
Karol Kosek
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-23
FileManager: Propagate errors while loading bmp
ericLemanissier
2022-12-20
FileManager: Handle possible ByteBuffer allocation failure
Alexander Narsudinov
2022-12-19
FileManager: Clear the selection after deleting files
implicitfield
[next]