ladybird/Userland/Applications
Daniel Bertalan f40b6fbd07 PixelPaint: Fix incorrect use of RefCounted CRTP
I'm not even sure why this worked. How would the compiler know which
type to destruct the FilterInfo object as?

Fixes this janky error from gcc 12:

AK/RefCounted.h:70:13: error: array subscript 0 is outside array bounds
of 'void [56]' [-Werror=array-bounds]
   70 |             delete static_cast<const T*>(this);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-05-12 13:12:37 +02:00
..
3DFileViewer Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
About About: Port to LibMain 2021-12-17 13:09:54 -08:00
AnalogClock AnalogClock: Keep default alpha hit threshold 2022-04-06 11:36:15 +02:00
Assistant AK: Add FuzzyMatch header 2022-04-20 18:34:09 +02:00
Browser Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
BrowserSettings BrowserSettings: Set window modified state 2022-05-12 13:10:49 +02:00
Calculator LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Calendar LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
CharacterMap LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ClockSettings ClockSettings: Set window modified state 2022-05-12 13:10:49 +02:00
CrashReporter LibCore: Remove main event loop 2022-04-27 11:54:37 +02:00
Debugger Applications: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
DisplaySettings DisplaySettings: Set window modified state 2022-05-12 13:10:49 +02:00
FileManager FileManager: Remove unused lstat() call 2022-05-07 20:14:23 +02:00
FontEditor LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Help LaunchServer+Help: Open help urls with Help 2022-04-21 09:12:37 +04:30
HexEditor HexEditor: Add UTF16 to the value inspector 2022-04-27 00:02:24 +02:00
ImageViewer Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KeyboardMapper Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
KeyboardSettings KeyboardSettings: Set window modified state 2022-05-12 13:10:49 +02:00
Magnifier Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Mail Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
MailSettings MailSettings: Set window modified state 2022-05-12 13:10:49 +02:00
MouseSettings MouseSettings: Set window modified state 2022-05-12 13:10:49 +02:00
PDFViewer LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Piano LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
PixelPaint PixelPaint: Fix incorrect use of RefCounted CRTP 2022-05-12 13:12:37 +02:00
Run Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Settings Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
SoundPlayer LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
SpaceAnalyzer Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Spreadsheet Spreadsheet: Sort functions by name in the help window 2022-04-18 17:36:34 +02:00
SystemMonitor SystemMonitor: Consistently use u64 for ValueFormat::text_formatter 2022-05-05 21:25:04 +02:00
Terminal Terminal+TerminalSettings: Allow disabling close confirmations 2022-05-06 02:12:51 +04:30
TerminalSettings TerminalSettings: Set window modified state 2022-05-12 13:10:49 +02:00
TextEditor LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ThemeEditor ThemeEditor: Fix Clang build failure in PreviewWidget 2022-05-07 23:33:00 +02:00
VideoPlayer Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Welcome LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
CMakeLists.txt ClockSettings: Add a GUI application to set the system time zone 2022-01-23 12:48:26 +00:00