1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 13:21:00 +00:00
serenity/Applications/FileManager
Andreas Kling 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls
This will allow you us to implement special behavior when Ctrl+clicking
a button.
2020-05-12 20:31:16 +02:00
..
DirectoryView.cpp LibDesktop: Switch to LaunchServer for DesktopServices::open 2020-05-09 15:13:32 +02:00
DirectoryView.h LibGUI: The UI calls it 'Icon view', fix the name in the code 2020-05-02 14:12:36 +02:00
FileUtils.cpp FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
FileUtils.h FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
main.cpp LibDesktop: Switch to LaunchServer for DesktopServices::open 2020-05-09 15:13:32 +02:00
Makefile LibDesktop: Switch to LaunchServer for DesktopServices::open 2020-05-09 15:13:32 +02:00
PropertiesDialog.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
PropertiesDialog.h LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 2020-04-04 11:10:07 +02:00