1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 10:52:44 +00:00
serenity/Userland/Applications
Ben Wiederhake 41b45d5599 SystemMonitor: Prefer File::read_until_eof over DeprecatedFile
Because MemoryStatsWidget::refresh is run nearly directly by the
EventLoop, the only real alternative to crashing would be to cancel the
update, and keep the old data. That doesn't sound sufficiently better to
warrant being implemented.
2023-05-19 23:31:20 +02:00
..
3DFileViewer AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
About LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
AnalogClock LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Assistant Userland: Silence or resolve new GCC 13 warnings 2023-05-15 07:00:29 +02:00
Browser Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView 2023-05-17 19:47:05 +02:00
BrowserSettings LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +02:00
Calculator LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Calendar Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
CalendarSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
CertificateSettings Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
CharacterMap LibGUI+Applications: Let GlyphMapWidget initialize a null Font 2023-05-13 12:53:49 +02:00
ClockSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
CrashReporter LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Escalator Escalator: Major rework and enable forwarding of stdin/stdout 2023-05-13 17:59:37 -06:00
FileManager AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
FontEditor Applications: Improve FSAC error message handling 2023-05-19 06:20:41 +02:00
GamesSettings Chess+GameSettings: Optionally highlight the king when in check 2023-05-10 12:13:35 +01:00
Help Help: Fix link to Contents page 2023-05-10 09:13:07 +01:00
HexEditor Applications: Improve FSAC error message handling 2023-05-19 06:20:41 +02:00
ImageViewer ImageViewer: Add support for box sampling scaling 2023-05-19 18:36:36 +02:00
KeyboardMapper LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
KeyboardSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Magnifier LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Mail Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
MailSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
MouseSettings Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
NetworkSettings Userland+Base: Don't run NetworkSettings in elevated mode 2023-05-13 17:59:37 -06:00
PartitionEditor Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
PDFViewer Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
Piano LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
PixelPaint PixelPaint: Use box sampling scaling for layer thumbnails 2023-05-19 18:36:36 +02:00
Presenter LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Run AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
Settings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
SoundPlayer Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
SpaceAnalyzer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Spreadsheet Spreadsheet: Don't release the file buffer when importing CSV files 2023-05-15 06:55:41 +02:00
SystemMonitor SystemMonitor: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
Terminal LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
TerminalSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
TextEditor Applications: Improve FSAC error message handling 2023-05-19 06:20:41 +02:00
ThemeEditor Applications: Improve FSAC error message handling 2023-05-19 06:20:41 +02:00
VideoPlayer VideoPlayer: Use LibFileSystemAccessClient 2023-05-14 15:56:49 -06:00
Welcome AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00