ladybird/Documentation
Timothy Flynn 221507c567 LibLocale: Install ICU package and link into LibLocale
Rather than removing LibLocale entirely, we will use it as a wrapper
around ICU (which has some C-like interfaces, and uses UTF-16 for its
string types). Using ICU will provide better web compatibility overall,
and will let us implement features we were previously unable to (e.g.
Intl.Collator requires data that is not in the JSON export of the CLDR).
2024-06-09 10:47:28 +02:00
..
Browser Documentation: Remove unnecessary newline in documentation 2024-06-04 11:23:29 -06:00
HumanInterfaceGuidelines Documentation: Add section on Ellipses to Text.md 2023-05-23 05:59:49 +02:00
AdvancedBuildInstructions.md CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON 2024-06-08 07:58:11 +02:00
AndroidStudioConfiguration.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
BuildInstructionsLadybird.md LibLocale: Install ICU package and link into LibLocale 2024-06-09 10:47:28 +02:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CLionCodeStyleSettings.xml Documentation: Recommend CLion code style settings over manual steps 2022-12-03 23:54:48 +00:00
CLionConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00
CodingStyle.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
EmacsConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Documentation: Add two new FAQ entries for independence and Windows 2024-06-06 17:44:37 +02:00
HelixConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
NvimConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
Patterns.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
QtCreatorConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00
README.md Documentation: Remove links to outdated guides 2024-06-05 13:05:30 -04:00
RunningTests.md CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON 2024-06-08 07:58:11 +02:00
SelfHostedRunners.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
SmartPointers.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Troubleshooting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VimConfiguration.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VSCodeConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb