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-03-05
FileManager: Fix asserts on checking properties of symlinks
Tibor Nagy
2020-03-05
FileManager: Fix group names in the file properties dialog
Tibor Nagy
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-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-13
FileManager: Copy item(s) when dragging and dropping them :^)
Andreas Kling
2020-02-13
FileManager: Run clang-format on main.cpp
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
FileManager: Include limits.h for PATH_MAX
joshua stein
2020-02-05
FileManager: Fix building with clang
joshua stein
2020-02-05
FileManager: Include sys/stat.h for struct stat
joshua stein
2020-02-05
FileManager: Remove unused m_row variable
joshua stein
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
FileManager: Scope actions to the window where they logically belong
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
LibGUI: Add symlink targets as a column in GFileSystemModel
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-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
[next]