ladybird/Userland/Applications
stelar7 d527edf0ab LibTLS: Change Certificate parsing to use ErrorOr
Loads of changes that are tightly connected... :/
* Change lambdas to static functions
* Add spec docs to those functions
* Keep the current scope around as a parameter
* Add wrapping classes for some Certificate members
* Parse ec and ecdsa data from certificates
2023-04-06 09:57:31 +03:30
..
3DFileViewer Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
About LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant LibJS: Propagate errors from VM creation 2023-03-17 16:39:08 +00:00
Browser Browser: Add tooltip to reset zoom level button 2023-03-31 21:46:56 +01:00
BrowserSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
Calculator Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Calendar Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
CalendarSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
CertificateSettings LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
CharacterMap CharacterMap: Make the search happen as you type 2023-03-05 23:03:32 +01:00
ClockSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
CrashReporter CrashReporter: Warn about malloc and free patterns in fault address 2023-03-31 12:09:06 +02:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings DisplaySettings: Detect if a non-default color scheme is in use 2023-03-21 10:06:41 +01:00
Escalator Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
FileManager FileManager: Use GUI::Process::spawn_or_show_error() to open terminals 2023-03-24 22:06:38 +00:00
FontEditor LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
GamesSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
Help Help: Don't abort opening help:// URLs when error *didn't* occur 2023-03-22 13:07:57 +01:00
HexEditor Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
ImageViewer ImageViewer: Fix crash when setting wallpaper 2023-04-03 07:11:28 +02:00
KeyboardMapper Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
KeyboardSettings KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrl 2023-03-31 12:45:21 -04:00
Magnifier LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
Mail LibCore+Userland: Allow canceling promises 2023-03-13 12:12:17 +00:00
MailSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
MouseSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
NetworkSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
PartitionEditor Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
PDFViewer PDFViewer: Add list of recently-opened files 2023-04-03 16:32:03 +02:00
Piano LibGUI+Userland: Make TabWidget::*add_tab() take title using new string 2023-03-16 09:58:42 +01:00
PixelPaint PixelPaint: Update recent files list on project save 2023-04-03 07:13:27 +02:00
Presenter Presenter: Don't give a style value if there are no styles 2023-03-22 10:32:02 +01:00
Run Run: Use Core::Process::spawn() to launch commands 2023-03-24 22:06:38 +00:00
Settings Settings: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
SoundPlayer Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
SpaceAnalyzer Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
Spreadsheet Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar 2023-04-03 21:16:26 +02:00
SystemMonitor LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2023-03-16 09:58:42 +01:00
Terminal Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
TerminalSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
TextEditor TextEditor: Remove confirmation when opening from recent files list 2023-03-20 09:04:38 +00:00
ThemeEditor Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
VideoPlayer VideoPlayer: Add drag and drop support 2023-03-21 08:45:58 +00:00
Welcome LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00