summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2019-12-31Applications: Implement some missing MenuBars & AboutDialogsJami Kettunen
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-08FileManager: Add separate context menus for entriesTommy Nguyen
2019-12-03FileManager: Refresh tree view when deleting directoriesTommy Nguyen
2019-11-23FileManager: Added support for deleting directoriesTill Mayer
2019-11-20FileManager: Added properties dialogTill Mayer
2019-11-09FileManager: Remember my last position and size.Hüseyin ASLITÜRK
2019-11-04FileManager: Remember my last view mode (#731)Hüseyin ASLITÜRK
2019-11-04FileManager: Make copying faster with ftruncate() and a bigger bufferAndreas Kling
2019-10-07FileManager: Add "Open in TextEditor..." action to context menuAndreas Kling
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GProgressBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-18FileManager: Allow deleting without confirmation via Shift+DeleteAndreas Kling
2019-09-18FileManager: Implement basic file deletionAndreas Kling
2019-09-17FileManager+LibGUI: Fix two folder-related crashes (#569)Brandon Scott
2019-09-15FileManager: Show human-readable file size info in the status barAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-14FileManager: Use a special clipboard data type for copied file listsAndreas Kling
2019-09-13FileManager+Base: Add "properties" iconAndreas Kling
2019-09-13FileManager: Update enabled state of the copy and delete actionsAndreas Kling
2019-09-13FileManager: Assign keyboard shortcuts to the various actionsAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-12FileManager: Show info about currently selected items in statusbarAndreas Kling
2019-09-12FileManager: Add C_OBJECT macro to DirectoryViewAndreas Kling
2019-09-10File Manager: Implement copy-pasteAaron Malpas
2019-09-10FileManager: Create FileUtilsAaron Malpas
2019-09-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-08FileManager: Make the tree view follow the path changes correctlyAndreas Kling
2019-09-07LibGUI+FileManager: Add GAbstractView::on_selection_change hookAndreas Kling