ladybird/Userland/Applications
Sam Atkins 5f6dd87163 LibChess: Add and use Square::{file,rank}_char() methods
This saves us having to build and allocate a String, just to then use
one character of it.
2023-04-24 20:58:35 +02:00
..
3DFileViewer LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02: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 Assistant: Replace usages of adopt_ref() with make_ref_counted() 2023-04-15 09:02:01 +01:00
Browser Browser: Support selections from the accessibility tab 2023-04-24 10:39:34 +02:00
BrowserSettings BrowserSettings: Convert BrowserSettingsWidget to a failable factory 2023-04-24 09:21:51 +02:00
Calculator LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Calendar LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
CalendarSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
CertificateSettings LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +03:30
CharacterMap CharacterMap: Propagate errors from initialize_menubar() 2023-04-20 17:02:23 +01:00
ClockSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
CrashReporter LibCoredump+CrashReporter: Make CrashReporter work on AArch64 2023-04-23 14:30:59 +02:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings LibGUI+Userland: Convert MessageBox to fallible construction 2023-04-15 15:24:50 +02:00
Escalator Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
FileManager LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
FontEditor LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
GamesSettings LibChess: Add and use Square::{file,rank}_char() methods 2023-04-24 20:58:35 +02:00
Help LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
HexEditor HexEditor: Propagate errors from HexEditorWidget::initialize_menubar() 2023-04-20 17:02:23 +01:00
ImageViewer LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
KeyboardMapper AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02:00
KeyboardSettings KeyboardSettings: Port to Core::File 2023-04-09 20:58:54 -06:00
Magnifier LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Mail LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02: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 LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
PDFViewer PDFViewer: Propagate errors from PDFViewerWidget::initialize_menubar() 2023-04-20 17:02:23 +01:00
Piano LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
PixelPaint LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02:00
Presenter LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Run AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
Settings LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
SoundPlayer LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
SpaceAnalyzer LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Spreadsheet AK: Add new failable JsonArray::{append/set} functions 2023-04-24 09:21:51 +02:00
SystemMonitor LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
Terminal LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
TerminalSettings LibGUI+Applications: Port SettingsWindow::add_tab() to the new string 2023-03-16 09:58:42 +01:00
TextEditor TextEditor: Propagate errors from MainWidget::initialize_menubar() 2023-04-20 17:02:23 +01:00
ThemeEditor LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
VideoPlayer LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2023-04-19 07:59:54 +02: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