Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-28 | style: enforce webkit style for plugins | NunoSempere | |
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c | |||
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-03-27 | Revert "tweak: resize screenshots" | NunoSempere | |
This reverts commit 06a0d6d8081449720ab59c6935cba0e6d466feb5. | |||
2023-03-27 | Revert "tweak: resize screenshots again?" | NunoSempere | |
This reverts commit bb4ba366ee0c4da1953a40624b49769959b1dcfd. | |||
2023-03-27 | tweak: resize screenshots again? | NunoSempere | |
2023-03-27 | tweak: resize screenshots | NunoSempere | |
2023-03-27 | tweak: change readme to point to screenshots | NunoSempere | |
2023-03-27 | tweak: save screenshots | NunoSempere | |
2023-03-27 | fix: rename filepath after dirchange | NunoSempere | |
2023-03-27 | feat: rename after very strong simplification on the upstream rose | NunoSempere | |
Compare with: <https://github.com/NunoSempere/rose-browser/tree/patch-1> in Feb 7 | |||
2023-03-27 | tweak: add changes to README | NunoSempere | |
2023-02-27 | tweak: add tweak to remove annoying parts for Money Stuff | NunoSempere | |
2023-02-15 | tweak: add custom user agent. | NunoSempere | |
2023-02-15 | tweak: fihnish the readability upgrades for bloomberg | NunoSempere | |
2023-02-15 | tweaks: around bloomberg webpage | NunoSempere | |
2023-02-15 | tweak: add fancy quotes. | NunoSempere | |
2023-02-14 | tweak: nicer blockquotes | NunoSempere | |
also fix bug in archive.is / bloomberg. | |||
2023-02-11 | tweak: proton stylesheet | NunoSempere | |
2023-02-09 | tweak: tweak. desktop so that it opens links correctly | NunoSempere | |
2023-02-08 | tweak: update README | 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 | tweak: todos | NunoSempere | |
2023-02-07 | tweak: continue personal development from master. | 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-07 | Merge pull request #38 from NunoSempere/patch-1 | fenze | |
Tweak license mention in the readme | |||
2023-02-07 | Merge pull request #39 from davidovski/shell_fix | fenze | |
Remove bash-only features for sh scripts | |||
2023-02-07 | Remove bash-only features for sh scripts | davidovki | |
Fix order of CC arguments to aid in linking on newer versions | |||
2023-02-06 | Tweak license mention in the readme | Nuño Sempere | |
2023-02-06 | Merge pull request #37 from mini-rose/add-license-1 | fenze | |
Create license | |||
2023-02-06 | Create license | fenze | |
2023-02-06 | Merge pull request #36 from NunoSempere/feats-and-tweaks | fenze | |
Various feats and tweaks | |||
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 | tweak: add shebangs. | NunoSempere | |
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 | tweak: add alternatives styles.css | NunoSempere | |
also keep track in README of steps. | |||
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 | Fixed formatting in some libre_redirect files | fenze | |
2022-12-18 | Add hidebar keybind | fenze | |
2022-12-18 | Merge pull request #32 from NunoSempere/ubuntu-20.04-scripts | fenze | |
tweak: add user scripts to get this running on ubuntu 20.04 | |||
2022-12-18 | Merge pull request #33 from NunoSempere/libre_redirect | fenze | |
feat: redirect websites to open-source frontends | |||
2022-12-17 | tweak: integrate "plugins" into build.sh | NunoSempere | |
2022-12-17 | feat: integrate libre_redirect code into rose.c | NunoSempere | |
2022-12-17 | feat: redirect websites to open-source frontends | NunoSempere | |
1. Adds code for redirecting annoying websites to their open-source frontends, when these exist. 2. Organize this in a "plugins" folder | |||
2022-12-17 | tweak: add user scripts to get this running on ubuntu 20.04 | NunoSempere | |
I thought these might be useful. Feel free to not accept them, though | |||
2022-12-16 | Add newtab binding | fenze | |
2022-12-13 | Merge pull request #31 from NunoSempere/upstream | fenze | |
Some quality of life tweaks. |