ladybird/Userland/Applications
Daniel Bertalan fc003cd248 Userland: Silence or resolve new GCC 13 warnings
GCC 13 produces the following true positive warnings:
- `-Wredundant-move` when trying to move `result->tooltip()`, which
  is a const reference in `Assistant/main.cpp`
- `-Wuse-after-free` when freeing an environment variable before
  removing it from `s_malloced_environment_variables`
- `-Wdangling-pointer` when storing an AST node's `this` pointer to the
  interpreter's node stack in LibJS. This is not actually an issue, as
  it is popped when the scope ends, but GCC has no way of telling this.
2023-05-15 07:00:29 +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 LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +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 FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +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 Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ImageViewer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01: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 AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +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 LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +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 LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2023-05-05 17:08:40 +01:00
ThemeEditor ThemeEditor: Remove one usage of DeprecatedString 2023-05-06 16:12:11 +01: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