summaryrefslogtreecommitdiff
path: root/Applications/FileManager/DirectoryView.cpp
AgeCommit message (Expand)Author
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-24FileManager: Set content margin of DirectoryView to same as childrenAndreas Kling
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-20DirectoryView: Don't push same path twice to historyangel
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-04-18FileManager: Use URL::create_with_file_protocol() in one placeAndreas Kling
2020-04-18FileManager: Use GUI::DesktopServices::open() to open filesAndreas Kling
2020-03-19Applications: Remove G prefixes from commentsTibor Nagy
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-27FileManager: Show symlink targets in status bar messageAndreas 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-10FileManager: Add a columns viewSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-15FileManager: Show human-readable file size info in the status barAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-12FileManager: Show info about currently selected items in statusbarAndreas Kling
2019-09-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-04FileManager: Open ".wav" files in SoundPlayer when activatedAndreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-07-15AK: Add a canonicalized_path() convenience function.Andreas Kling
2019-07-11FileManager: Remove use of copy_ref().Andreas Kling
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-06-02Take StringView in more placesRobin Burchell
2019-05-24Added functionality to make back and forward buttons work in FileManager. AlsoChristopher Dumas
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling
2019-04-02FileManager: Rename DirectoryTableView => DirectoryView.Andreas Kling
2019-03-01FileManager: Port to GTableModel/GTableView.Andreas Kling
2019-02-26FileManager: Don't crash when clicking on a forbidden directory.Andreas Kling
2019-02-25More moving towards using signed types.Andreas Kling
2019-02-20FileManager: Fix glitch in the alternating directory item backgrounds.Andreas Kling
2019-02-19FileManager: Add an icon for socket files.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-11WindowServer: More work on menus.Andreas Kling
2019-02-10LibGUI: Improve GScrollBar button look a bit.Andreas Kling