ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

The Ladybird web browser

Results 30 ladybird issues
Sort by recently updated
recently updated
newest added

Ladybird-latest (built in a standard way via aur/ladybird-git PKGBUILD) appears to load every font available on the system: ``` smem -k -m -P '^/usr/share/serenity/Base/bin/ladybird' | grep font | wc -l...

This PR adds a new method to BrowserWindow to create a new tab with a target URL and calls it on middle mouse click.

As shown in a recent video where @awesomekling managed to login into discord using lady bird (yay!), the text fields size are a little bit weird, the height shrinks when...

When you move to another tab, other browsers automatically select the location editor - so you can navigate into a new page. Lets do this. Another hack I added here...

Add a .desktop entry so that ladybird can be launched from most Linux desktop environments. Icons are temporary and were sourced from the SerenityOS browser, upscaled where needed. Currently not...

What exactly to `git clone` and where to place to have the thing build fully offline?

When using the Xcode generator, Xcode complains about a mismatch between CMake and the plist file for the application name. It also complains that we're not using codesign properly, so...

This PR adds the bare minimum of Meta checks that I saw fit, making local dev a bit more comfy as issues are caught before commiting :^)

Currently, every website is wrongly scaled in macOS using a high dpi screen. Before: After:

When building this project on OpenBSD, following the initial instructions, there is a dependency ldl, which is not needed on OpenBSD because libc already provides this functionality. The build is...