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-07-15
FileManager: Allow double-clicking applications again
Tom
2020-07-15
FileManager: Add "Open with" menu if alternative applications are available
Tom
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-07-11
FileManager: Specify "Open in Text Editor" action as default in context menu
Tom
2020-07-10
FileManager: Show an open folder icon for the selected directory
thankyouverycool
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-06-18
FileManager: Small improvements to PropertyDialog's apply button logic
Till Mayer
2020-06-18
FileManager: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-17
FileManager: Use Core::File::read_link()
Sergey Bugaev
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
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-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-03
AK+FileManager: Move out human_readable_size to AK::NumberFormat
AnotherTest
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
FileManager: Fix crash when file properties has unnamed UID or GID
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-28
FileManager: Disable PropertiesDialog custom rename disabling logic
Andres Vieira
2020-04-28
FileManager: Disable permission checkboxes if user is not owner of path
Andres Vieira
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-24
FileManager: Set content margin of DirectoryView to same as children
Andreas Kling
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
[next]