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
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
2019-09-13
FileManager: Assign keyboard shortcuts to the various actions
Andreas Kling
2019-09-13
FileManager: Add a basic context menu with copy/paste/delete/...
Andreas Kling
2019-09-12
FileManager: Show info about currently selected items in statusbar
Andreas Kling
2019-09-12
FileManager: Add C_OBJECT macro to DirectoryView
Andreas Kling
2019-09-10
File Manager: Implement copy-paste
Aaron Malpas
2019-09-10
FileManager: Create FileUtils
Aaron Malpas
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-08
FileManager: Make the tree view follow the path changes correctly
Andreas Kling
2019-09-07
LibGUI+FileManager: Add GAbstractView::on_selection_change hook
Andreas Kling
2019-09-07
FileManager: Port to using GModelSelection
Andreas Kling
2019-09-05
FileManager: Added GCommonActions
rhin123
2019-09-04
FileManager: Open ".wav" files in SoundPlayer when activated
Andreas Kling
2019-08-26
FileManager: Add "go home" action to the "Go" menu
Andreas Kling
2019-08-26
FileManager: Move "File" menu entries to the app menu
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-07-31
FileManager: Show home directory by default, or command line argument
Conrad Pankoff
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-21
FileManager: Add a toolbar button for going to the home directory.
Andreas Kling
[next]