summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17FileManager: Move the "create new file" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Move "create new directory" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Partially bring back the desktop context menuAndreas Kling
2020-08-17FileManager: Don't pass DirectoryView subview to hooks that don't careAndreas Kling
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-17FileManager: Don't close() twice when copying a fileAndreas Kling
2020-08-17FileManager: Fix descriptor leak in copy_file, found by CoverityBrian Gianforcaro
2020-08-17FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...Brian Gianforcaro
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16FileManager: Use one SortingProxyModel for all DirectoryView subviewsAndreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-12FileManager: Remove one direct call to FileSystemModel from outsideAndreas Kling
2020-08-12FileManager: Use FileIconProvider in the properties dialogAndreas Kling
2020-08-10FileManager: Make the desktop process show as "FileManager (Desktop)"Andreas Kling
2020-08-04FileManager: Disown spawned processesAndreas Kling
2020-08-01FileManager: Build new path of renamed files correctlyTill Mayer
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19FileManager: Show a special icon for the home directoryAndreas Kling
2020-07-19LibGUI+FileManager: Add setting for showing/hiding dotfilesAndreas Kling
2020-07-19FileManager: Use new TextBox::DisplayOnly mode in the properties dialogAndreas Kling
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-15FileManager: Make Ctrl-L focus location bar, and change shortcuts for changin...Nico Weber
2020-07-15LibGUI+FileManager: Fix forgetting to map sorting proxy model indexesSergey Bugaev
2020-07-15FileManager: Add a new file action to FileManager GUIStijn
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-11FileManager: Specify "Open in Text Editor" action as default in context menuTom
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-03FileManager: Add "Open Terminal here..." action to menu and toolbarLinus Groh
2020-06-29FileManager: Show a folder icon in the location text box :^)Andreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev