Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | debug shortcuts plugin | NunoSempere | |
2023-05-13 | incorporate shortcuts plugin into rose.c and makefile | NunoSempere | |
2023-03-28 | fixes: fix bugs found when running in a virtual machine | NunoSempere | |
2023-03-28 | chore: more cleanup | NunoSempere | |
2023-03-28 | chore: more upkeep. In particular, document wyebadblock better | NunoSempere | |
2023-03-28 | Revert "tweak: move things around" | NunoSempere | |
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. | |||
2023-03-28 | tweak: move things around | NunoSempere | |
2023-03-28 | style: start enforcing coding style | NunoSempere | |
Previous .clang-format wasn't processed $ clang-format -style=webkit -dump-config > .clang-format $ clang-format -i rose.c | |||
2023-02-15 | tweak: add custom user agent. | NunoSempere | |
2023-02-15 | tweaks: around bloomberg webpage | NunoSempere | |
2023-02-08 | feat: add possibility of launching many tabs at once. | NunoSempere | |
also, personalize this: - enable extensions - change to my css - change relative paths. fix various bugs: - set the zoom level in notebook_append, not in notebook_init - have a handly debug option for valgrind | |||
2023-02-07 | tweak: enable all plugins. | NunoSempere | |
2023-02-07 | fix: fix some warts | NunoSempere | |
- stuff to deal with plugin code wasn't actually compiling - created a "stand_in" plugin to provide headers and function definitions - when these are not used - it is likely there are better approaches here - hidebar, newtab -> hide_bar, new_tab | |||
2023-02-05 | feat: use flags rather than uncommenting code | NunoSempere | |
- Significantly simpler - Easier for me to keep up with upstream - Alternatives: - Comments as before - git patches, as in the suckless community: eventually leads to confusion about conflicting patches. - some other option | |||
2023-02-05 | feat: add plugin to customize css for individual websites... | NunoSempere | |
and how to enable it. Also tweak README.mds | |||
2023-02-05 | feat: add readability mode, and explain how to enable it. | NunoSempere | |
2023-02-05 | feat: disable plugins code by default and explain how to enable it. | NunoSempere | |
2023-02-05 | tweak: add two style improvements that I consider unambiguous | NunoSempere | |
1. Make top tab wider 2. Make tab title have a maximum width | |||
2023-02-05 | feat: add open in new tab functionality | NunoSempere | |
for <a href=_blank... links, and when clicking on a link, sometimes you want to open that link in a new tab. This commit adds that functionality. | |||
2022-12-18 | Add hidebar keybind | fenze | |
2022-12-17 | feat: integrate libre_redirect code into rose.c | NunoSempere | |
2022-12-16 | Add newtab binding | fenze | |
2022-12-12 | tweak: allow configurable width and height | NunoSempere | |
and set a default of 500, 400 | |||
2022-12-12 | tweak: boot up with the correct zoom | NunoSempere | |
2022-11-23 | fix style formatting | fenze | |
2022-11-17 | Fix webkit bg color error, add rose-nativefier | fenze | |
2022-11-15 | Remove unused dependency, fix searchbar flashing | fenze | |
2022-11-14 | Initial commit | fenze | |