1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 06:31:00 +00:00
serenity/Applications/FileManager
Andreas Kling 705cee528a LibGUI: Make it easier to create checkable GUI::Actions
This patch adds GUI::Action::create_checkable() helpers that work just
like the existing create() helpers, but the actions become checkable(!)

Clients are no longer required to manage the checked state of their
actions manually, but instead they will be checked/unchecked as needed
by GUI::Action itself before the activation hook is fired.
2020-04-21 17:21:28 +02:00
..
DirectoryView.cpp DirectoryView: Don't push same path twice to history 2020-04-20 12:15:26 +02:00
DirectoryView.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01: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 LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PropertiesDialog.cpp Kernel: Don't include null terminator in sys$readlink() result 2020-04-14 18:40:24 +02:00
PropertiesDialog.h LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 2020-04-04 11:10:07 +02:00