summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2023-03-19FileManager: Extract .zip files to a temporary folder when openedCaoimhe
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-13LibThreading: Register BackgroundAction with EventLoopkleines Filmröllchen
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05FileManager: Migrate to Directory::for_each_entry()Sam Atkins
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-19FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)Sam Atkins
2023-02-19LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCBSam Atkins
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-11FileManager: Show directory size and file count in PropertiesWindowTim Ledbetter
2023-02-11FileManager: Propagate errors from PropertiesWindow initializationTim Ledbetter
2023-02-11FileManager: Factorize code to handle drag-and-dropLucas CHOLLET
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-25FileManager: Use Core::Process::set_name()Sam Atkins
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-24FileManager: Calculate file action permissions for subsequent columnsKarol Kosek
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-20FileManager: Handle possible ByteBuffer allocation failureAlexander Narsudinov
2022-12-19FileManager: Clear the selection after deleting filesimplicitfield
2022-12-14FileManager: Display message box if stat()'ing a file to activate failsMaciej
2022-12-07FileManager: Silence the "not found" error when setting no wallpaperSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-04FileManager: Improve error handling when posix_spawn() failsGunnar Beutner
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-06FileManager: Group Toolbar overflowFrHun
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-22FileManager: Disable open_child_directory_action if no child existsJannis Weis
2022-08-22FileManager: Respond to all selection changes in the BreadcrumbbarJannis Weis
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18FileManager: Do not activate "Show Dotfiles" action on every startupTimothy Flynn
2022-08-14FileManager: Add 'Set as Desktop Wallpaper' action to file context menucflip