summaryrefslogtreecommitdiff
path: root/Applications/FileManager
AgeCommit message (Expand)Author
2020-03-05FileManager: Fix asserts on checking properties of symlinksTibor Nagy
2020-03-05FileManager: Fix group names in the file properties dialogTibor Nagy
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-13FileManager: Run clang-format on main.cppAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-05FileManager: Include limits.h for PATH_MAXjoshua stein
2020-02-05FileManager: Fix building with clangjoshua stein
2020-02-05FileManager: Include sys/stat.h for struct statjoshua stein
2020-02-05FileManager: Remove unused m_row variablejoshua stein
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02FileManager: Scope actions to the window where they logically belongAndreas Kling
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-27FileManager: Show symlink targets in status bar messageAndreas Kling
2020-01-27LibGUI: Add symlink targets as a column in GFileSystemModelAndreas Kling
2020-01-27FileManager: Use stat() when activating a file/directoryAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11FileManager: Use pledge()Andreas Kling
2020-01-10FileManager: Add a columns viewSergey Bugaev
2020-01-10LibGUI+FileManager: Misc tweaks courtesy of clang-formatSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2020-01-07FileManager: Unbreak build after "select all" changesAndreas Kling
2020-01-07Filemanager: Add Ctrl+A select all actionShannon Booth
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2019-12-31Applications: Implement some missing MenuBars & AboutDialogsJami Kettunen
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen