ladybird/Userland/Applications
Andreas Kling 9179a2ea73 Assistant: Fix crash when activating empty search result
If there are no search results in the list, we shouldn't do anything
when you try to active the selected result, since there isn't one.

Fix this by using an Optional<size_t> to store the selected index.
2021-06-29 13:08:21 +02:00
..
3DFileViewer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
About Meta: Tidy up include path and alphabetic ordering 2021-06-28 16:29:02 +02:00
AnalogClock Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Assistant Assistant: Fix crash when activating empty search result 2021-06-29 13:08:21 +02:00
Browser Browser: Add alternate shortcut F6 for focusing the location box 2021-06-25 01:01:37 +02:00
Calculator Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Calendar Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CrashReporter Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters 2021-06-27 15:46:42 +02:00
Debugger Userland: Add more TODO()s for arch-specific code 2021-06-24 09:27:13 +02:00
DisplaySettings DisplaySettings: Show screen numbers when showing the Monitors tab 2021-06-25 20:38:13 +02:00
FileManager FileManager: Pass launch origin rects to spawned programs 2021-06-27 19:38:11 +02:00
FontEditor Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Help Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
HexEditor HexEditor: Change name for unsaved files to 'Untitled' 2021-06-23 13:08:14 +02:00
ImageViewer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
IRCClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapper Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardSettings Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Magnifier Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
MouseSettings Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
PDFViewer PDFViewer: Update the page number when scrolling between pages 2021-06-22 06:26:44 +04:30
Piano Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
PixelPaint AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Run Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
SoundPlayer SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
SpaceAnalyzer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Spreadsheet LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
SystemMonitor AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Terminal Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
TextEditor LibSQL: Move Lexer and Parser machinery to AST directory 2021-06-24 00:36:53 +02:00
ThemeEditor Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
VideoPlayer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Welcome Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CMakeLists.txt Meta: Tidy up include path and alphabetic ordering 2021-06-28 16:29:02 +02:00