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
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-03
FileManager: Add "Open Terminal here..." action to menu and toolbar
Linus Groh
2020-06-29
FileManager: Show a folder icon in the location text box :^)
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-19
FileManager: Remove empty public access modifier from DesktopWidget
Linus Groh
2020-05-18
FileManager: Make the location box 2px taller
Andreas Kling
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-04-30
FileManager: Realize the initial path when opened from the command line
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-28
FileManager: Deny rename in PropertiesDialog if user can't write in path
Andres Vieira
2020-04-28
FileManager: Disable delete action if user can't write in current path
Andres Vieira
2020-04-28
FileManager: Add folder-specific paste action
Andres Vieira
2020-04-28
FileManager: Disable paste action for non-writable directories
Andres Vieira
2020-04-28
FileManager: Disables mkdir action if permissions don't allow it
Andres Vieira
2020-04-27
FileManager: Add paste action to DirectoryView's context menu
Andres Vieira
2020-04-27
FileManager: Paste inside folder if done through its context menu
Andres Vieira
2020-04-27
FileManager: Copy and Delete selected file(s), not current folder
Andres Vieira
2020-04-26
FileManager: Disable open_parent_directory_action if the new path is "/"
Andres Vieira
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
Desktop: Context menu option to open FileManager
Jonathan Archer
2020-04-23
Desktop: Show DisplayProperties in context menu
Jonathan Archer
2020-04-23
Desktop: File creation from the context menu
Jonathan Archer
2020-04-23
Desktop: Add context menu for directory view
Jonathan Archer
2020-04-22
FileManager: Fix build
Andreas Kling
2020-04-22
FileManager: Exit the application cleanly when failing to open initial directory
angel
2020-04-22
FileManager: Graceful handling of access errors
angel
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-20
FileManager+LibGUI: Allow drop on entire DirectoryView
angel
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-19
FileManager: Fix recursive copy on drag
angel
2020-04-19
FileManager: Ignore empty selections on tree view
angel
2020-04-19
LibCore+LibGUI: Move DesktopServices to LibCore
Sergey Bugaev
2020-04-18
FileManager: Allow running in desktop mode
Andreas Kling
2020-04-05
FileManager: Add properties action to directory context menu
Oriko
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-18
FileManager: chdir to appropriate directory before starting Terminal
Itamar
2020-03-15
FileManager: Add "Open Terminal here" action
Itamar
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
[next]