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
/
DirectoryView.cpp
Age
Commit message (
Expand
)
Author
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
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-24
FileManager: Set content margin of DirectoryView to same as children
Andreas Kling
2020-04-22
FileManager: Graceful handling of access errors
angel
2020-04-20
DirectoryView: Don't push same path twice to history
angel
2020-04-19
LibCore+LibGUI: Move DesktopServices to LibCore
Sergey Bugaev
2020-04-18
FileManager: Use URL::create_with_file_protocol() in one place
Andreas Kling
2020-04-18
FileManager: Use GUI::DesktopServices::open() to open files
Andreas Kling
2020-03-19
Applications: Remove G prefixes from comments
Tibor Nagy
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-13
FileManager: Copy item(s) when dragging and dropping them :^)
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-27
FileManager: Show symlink targets in status bar message
Andreas Kling
2020-01-27
FileManager: Use stat() when activating a file/directory
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
FileManager: Add a columns view
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2019-10-07
FileManager: Open .html files in Browser instead of "html"
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GItemView to ObjectPtr
Andreas Kling
2019-09-15
FileManager: Show human-readable file size info in the status bar
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-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-04
FileManager: Open ".wav" files in SoundPlayer when activated
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-15
AK: Add a canonicalized_path() convenience function.
Andreas Kling
2019-07-11
FileManager: Remove use of copy_ref().
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-02
Take StringView in more places
Robin Burchell
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-04-02
FileManager: Rename DirectoryTableView => DirectoryView.
Andreas Kling
2019-03-01
FileManager: Port to GTableModel/GTableView.
Andreas Kling
2019-02-26
FileManager: Don't crash when clicking on a forbidden directory.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-20
FileManager: Fix glitch in the alternating directory item backgrounds.
Andreas Kling
2019-02-19
FileManager: Add an icon for socket files.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-10
LibGUI: Improve GScrollBar button look a bit.
Andreas Kling
[next]