Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-05 | Ladybird: Remove the "home" icon from the toolbar (and the concept) | Andreas Kling | |
This feature isn't really that useful in practice, so let's remove it. (Other browsers haven't had this action for years either.) | |||
2023-02-03 | Ladybird: Set fixed height for Settings | Federico Guerinoni | |
2023-02-03 | Ladybird: Add setting for page to open on new tab | Federico Guerinoni | |
2023-02-03 | Ladybird: Design settings layout in horizontal | Federico Guerinoni | |
2022-12-25 | Ladybird/Everywhere: Ensure that Qt objects are created with parents | Andrew Kaster | |
This prevents memory leaks detected by both Valgrind and ASAN/LSAN. Valgrind is still suspicious of the leaked JS::VM from Web::Bindings::main_thread_vm() but there's other issues with leak checking all the GC'd objects. Co-Authored-By: Diego Iastrubni <diegoiast@gmail.com> | |||
2022-12-25 | Ladybird: Allow for setting the hompage through SettingsDialog | Filiph Sandström | |
2022-12-25 | Ladybird: Add SettingsDialog stub | Filiph Sandström | |