index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
FileManager
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-11
FileManager: Use pledge()
Andreas Kling
2020-01-10
FileManager: Add a columns view
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-07
FileManager: Unbreak build after "select all" changes
Andreas Kling
2020-01-07
Filemanager: Add Ctrl+A select all action
Shannon Booth
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-31
Applications: Implement some missing MenuBars & AboutDialogs
Jami Kettunen
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-12
FileManager: Check which widget has focus for context menu actions
Tommy Nguyen
2019-12-12
FileManager: Add a context menu to the TreeView
Tommy Nguyen
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-08
FileManager: Add separate context menus for entries
Tommy Nguyen
2019-12-03
FileManager: Refresh tree view when deleting directories
Tommy Nguyen
2019-11-23
FileManager: Added support for deleting directories
Till Mayer
2019-11-20
FileManager: Added properties dialog
Till Mayer
2019-11-09
FileManager: Remember my last position and size.
Hüseyin ASLITÜRK
2019-11-04
FileManager: Remember my last view mode (#731)
Hüseyin ASLITÜRK
2019-11-04
FileManager: Make copying faster with ftruncate() and a bigger buffer
Andreas Kling
2019-10-07
FileManager: Add "Open in TextEditor..." action to context menu
Andreas Kling
2019-10-07
FileManager: Open .html files in Browser instead of "html"
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GProgressBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GStatusBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTreeView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-18
FileManager: Allow deleting without confirmation via Shift+Delete
Andreas Kling
2019-09-18
FileManager: Implement basic file deletion
Andreas Kling
2019-09-17
FileManager+LibGUI: Fix two folder-related crashes (#569)
Brandon Scott
2019-09-15
FileManager: Show human-readable file size info in the status bar
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-14
FileManager: Use a special clipboard data type for copied file lists
Andreas Kling
2019-09-13
FileManager+Base: Add "properties" icon
Andreas Kling
2019-09-13
FileManager: Update enabled state of the copy and delete actions
Andreas Kling
[next]