1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:37:36 +00:00
serenity/Applications
Andreas Kling 33b8c807a6 FileManager: Implement basic file deletion
The delete action now actually deletes files (after asking the user for
confirmation, of course.) Deleting directories is not yet supported.

Fixes #541.
2019-09-18 21:46:14 +02:00
..
About LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
Calculator AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
ChanViewer LibCore: Use URL in CHttpRequest 2019-08-10 19:32:03 +02:00
DisplayProperties DisplayProperties: Auto-resolution and graphical fix (#566) 2019-09-16 07:50:47 +02:00
Downloader LibCore: Use URL in CHttpRequest 2019-08-10 19:32:03 +02:00
FileManager FileManager: Implement basic file deletion 2019-09-18 21:46:14 +02:00
FontEditor WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 2019-09-05 16:37:39 +02:00
IRCClient LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
Launcher LibCore: Make get_current_user_home_path() return String & close passwd 2019-08-03 08:32:07 +02:00
PaintBrush LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
Piano LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
QuickShow LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
SoundPlayer SoundPlayer: Scale y coordinate to prevent drawing outside clip rect 2019-09-11 10:20:08 +02:00
SystemDialog LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +02:00
SystemMonitor SystemMonitor: Use GAboutDialog :^) 2019-09-18 18:43:23 +02:00
Taskbar AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Terminal Terminal: Scroll cursor into view when typing (#568) 2019-09-16 07:52:27 +02:00
TextEditor LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
Welcome LibGUI: Fix move() of const StringView& 2019-09-16 07:49:43 +02:00
Makefile.common LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00