summaryrefslogtreecommitdiff
path: root/Applications/FileManager/DirectoryView.cpp
AgeCommit message (Expand)Author
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
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10Move apps into a top-level Applications/ directory.Andreas Kling