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-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
2022-12-14
FileManager: Display message box if stat()'ing a file to activate fails
Maciej
2022-12-07
FileManager: Silence the "not found" error when setting no wallpaper
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-04
FileManager: Improve error handling when posix_spawn() fails
Gunnar Beutner
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-17
WindowServer: Add wallpaper backing bitmap
Chun Ngai Au
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-06
FileManager: Group Toolbar overflow
FrHun
2022-09-29
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
Sam Atkins
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-31
FileManager: Navigate to parent dir when current location is removed
Adam Jakubek
2022-08-22
FileManager: Disable open_child_directory_action if no child exists
Jannis Weis
2022-08-22
FileManager: Respond to all selection changes in the Breadcrumbbar
Jannis Weis
2022-08-18
FileManager: Add "open child directory" action (Alt+Down)
Andreas Kling
2022-08-18
FileManager: Do not activate "Show Dotfiles" action on every startup
Timothy Flynn
2022-08-14
FileManager: Add 'Set as Desktop Wallpaper' action to file context menu
cflip
[next]