serenity/Userland/DevTools
Daste 11c53a1944 HackStudio: Don't save file when filename is empty
When saving a new file, save_as_action will return if the filename
input was empty, but save_action would still try to save the file.
Added a guard to make sure we never try to save files with empty
filenames.
2022-02-10 18:42:45 +01:00
..
HackStudio HackStudio: Don't save file when filename is empty 2022-02-10 18:42:45 +01:00
Inspector Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
Playground Playground: Remove the GML formatting warning 2022-02-07 18:39:50 +01:00
Profiler Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
UserspaceEmulator UserspaceEmulator: Implement ioctl TIOCSTI 2022-01-29 11:22:43 +01:00
CMakeLists.txt