1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:57:44 +00:00
serenity/Applications/FileManager
Andreas Kling 5eedb22834 Sprinkle use of AK::Vector in various places.
Some of these are less helpful than others. Avoiding a bunch of mallocs
in the event loop wakeup code is definitely nice.
2019-04-20 14:02:19 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryModel.cpp Sprinkle use of AK::Vector in various places. 2019-04-20 14:02:19 +02:00
DirectoryModel.h GModel: Add GModelIndex argument to row_count() and column_count(). 2019-03-29 03:27:03 +01:00
DirectoryView.cpp FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
DirectoryView.h FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
main.cpp LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
Makefile Get rid of SERENITY macro since the compiler already defines __serenity__ 2019-04-20 12:58:49 +02:00