summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GDirectoryModel.cpp
AgeCommit message (Expand)Author
2019-10-03LibGUI: Fix GDirectoryModel lifetime bug.Brandon Scott
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-13GDirectoryModel: Add on_path_change hookAndreas Kling
2019-09-12GDirectoryModel: Allow retrieving an item's full path via Role::CustomAndreas Kling
2019-09-12GDirectoryModel: Include directories in total byte countAndreas Kling
2019-09-07GDirectoryModel: No need to clear the selected index in open()Andreas Kling
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-08-26LibGUI: Port threading to LibThreadSergey Bugaev
2019-08-12GTableView and friends: API improvements for 'Sortable' flag.Ignas S
2019-08-12GDirectoryModel: prevent sorting by icons.Ignas S
2019-08-01GDirectoryModel: Fix redundant identical comparison.Andreas Kling
2019-07-31GDirectoryModel: Tweak default width of permission bits columnAndreas Kling
2019-07-31GDirectoryModel: Add "modification time" column.Andreas Kling
2019-07-31GDirectoryModel: Shrink the Permissions and Inode columns a little bit.Andreas Kling
2019-07-22GDirectoryModel: Don't forget to drain the watch descriptor.Andreas Kling
2019-07-22GDirectoryModel: Automagically update on filesystem changes.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-15AK: Add a canonicalized_path() convenience function.Andreas Kling
2019-07-11LibGUI: Remove use of copy_ref().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling