serenity/Userland/Applications
Karol Kosek bd853de716 Mail: Fix crash caused by migration from NonnullRefPtrVector
When we moved from NonnullRefPtrVector<T> to Vector<NonnullRefPtr<T>>
in commit 8a48246ed1, the `at()` function
started returning a NonnullRefPtr<T>& instead of T&.

The code calling create_index() was not then updated and ended up taking
a pointer to a temporary NonnullRefPtr<>, instead of an actual object,
leading to a crash after logging in.
2023-07-05 11:39:27 +02:00
..
3DFileViewer 3DFileViewer: Properly handle ENOENT errors 2023-07-02 17:35:35 +02:00
About LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
AnalogClock LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Assistant LibCore+Applications: Put timeout parameter first in debounce() 2023-06-14 17:53:59 +02:00
Browser Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
BrowserSettings Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
Calculator Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Calendar LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
CalendarSettings CalendarSettings: Propagate errors when creating CalendarSettingsWidget 2023-06-10 07:19:06 +02:00
CertificateSettings LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
CharacterMap CharacterMap: Override statusbar text on action hover 2023-06-15 13:53:22 +01:00
ClockSettings ClockSettings: Convert ClockSettingsWidget to a failable factory 2023-06-10 07:19:06 +02: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 LibFSAC+Userland: Pass options for FSAC::open_file() using a struct 2023-06-11 09:40:17 +01:00
Escalator LibFileSystem+Everything: Remove resolve_executable_from_environment 2023-06-06 23:46:36 +02:00
FileManager FileManager: Restore inline message behavior for inaccessible dirs 2023-07-04 12:40:22 +01:00
FontEditor LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
GamesSettings Applications: Stop lying about string types 2023-06-13 01:49:02 +02:00
Help Help: Clear statusbar when leaving link 2023-06-15 13:53:22 +01:00
HexEditor HexEditor: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
ImageViewer Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
KeyboardMapper LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
KeyboardSettings KeyboardSettings: Convert KeyboardSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
Magnifier LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Mail Mail: Fix crash caused by migration from NonnullRefPtrVector 2023-07-05 11:39:27 +02:00
MailSettings MailSettings: Convert MailSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
MouseSettings LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
NetworkSettings NetworkSettings: Convert NetworkSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
PartitionEditor LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
PDFViewer LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
Piano AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
PixelPaint PixelPaint: FilterGallery fix preview 2023-07-02 15:23:42 +02:00
Presenter Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Run LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Settings LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
SoundPlayer AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
SpaceAnalyzer SpaceAnalyzer: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Spreadsheet LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SystemMonitor LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
Terminal Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
TerminalSettings TerminalSettings: Convert setting widgets to a failable factory 2023-06-10 07:19:06 +02:00
TextEditor LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
ThemeEditor ThemeEditor: Add a recent files list 2023-06-17 20:36:03 +02:00
VideoPlayer Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01: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