index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GDirectoryModel.cpp
Age
Commit message (
Expand
)
Author
2019-10-03
LibGUI: Fix GDirectoryModel lifetime bug.
Brandon Scott
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-13
GDirectoryModel: Add on_path_change hook
Andreas Kling
2019-09-12
GDirectoryModel: Allow retrieving an item's full path via Role::Custom
Andreas Kling
2019-09-12
GDirectoryModel: Include directories in total byte count
Andreas Kling
2019-09-07
GDirectoryModel: No need to clear the selected index in open()
Andreas Kling
2019-09-04
GDirectoryModel: Add a 32x32 filetype icon for sound files
Andreas Kling
2019-08-26
LibGUI: Port threading to LibThread
Sergey Bugaev
2019-08-12
GTableView and friends: API improvements for 'Sortable' flag.
Ignas S
2019-08-12
GDirectoryModel: prevent sorting by icons.
Ignas S
2019-08-01
GDirectoryModel: Fix redundant identical comparison.
Andreas Kling
2019-07-31
GDirectoryModel: Tweak default width of permission bits column
Andreas Kling
2019-07-31
GDirectoryModel: Add "modification time" column.
Andreas Kling
2019-07-31
GDirectoryModel: Shrink the Permissions and Inode columns a little bit.
Andreas Kling
2019-07-22
GDirectoryModel: Don't forget to drain the watch descriptor.
Andreas Kling
2019-07-22
GDirectoryModel: Automagically update on filesystem changes.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-15
AK: Add a canonicalized_path() convenience function.
Andreas Kling
2019-07-11
LibGUI: Remove use of copy_ref().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling