aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-27tweak: change readme to point to screenshotsNunoSempere
2023-03-27tweak: save screenshotsNunoSempere
2023-03-27fix: rename filepath after dirchangeNunoSempere
2023-03-27feat: rename after very strong simplification on the upstream roseNunoSempere
Compare with: <https://github.com/NunoSempere/rose-browser/tree/patch-1> in Feb 7
2023-03-27tweak: add changes to READMENunoSempere
2023-02-27tweak: add tweak to remove annoying parts for Money StuffNunoSempere
2023-02-15tweak: add custom user agent.NunoSempere
2023-02-15tweak: fihnish the readability upgrades for bloombergNunoSempere
2023-02-15tweaks: around bloomberg webpageNunoSempere
2023-02-15tweak: add fancy quotes.NunoSempere
2023-02-14tweak: nicer blockquotesNunoSempere
also fix bug in archive.is / bloomberg.
2023-02-11tweak: proton stylesheetNunoSempere
2023-02-09tweak: tweak. desktop so that it opens links correctlyNunoSempere
2023-02-08tweak: update READMENunoSempere
2023-02-08feat: 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-07tweak: enable all plugins.NunoSempere
2023-02-07tweak: todosNunoSempere
2023-02-07tweak: continue personal development from master.NunoSempere
2023-02-07fix: fix some wartsNunoSempere
- 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-07Merge pull request #38 from NunoSempere/patch-1fenze
Tweak license mention in the readme
2023-02-07Merge pull request #39 from davidovski/shell_fixfenze
Remove bash-only features for sh scripts
2023-02-07Remove bash-only features for sh scriptsdavidovki
Fix order of CC arguments to aid in linking on newer versions
2023-02-06Tweak license mention in the readmeNuño Sempere
2023-02-06Merge pull request #37 from mini-rose/add-license-1fenze
Create license
2023-02-06Create licensefenze
2023-02-06Merge pull request #36 from NunoSempere/feats-and-tweaksfenze
Various feats and tweaks
2023-02-05feat: use flags rather than uncommenting codeNunoSempere
- 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-05tweak: add shebangs.NunoSempere
2023-02-05feat: add plugin to customize css for individual websites...NunoSempere
and how to enable it. Also tweak README.mds
2023-02-05feat: add readability mode, and explain how to enable it.NunoSempere
2023-02-05feat: disable plugins code by default and explain how to enable it.NunoSempere
2023-02-05tweak: add two style improvements that I consider unambiguousNunoSempere
1. Make top tab wider 2. Make tab title have a maximum width
2023-02-05tweak: add alternatives styles.cssNunoSempere
also keep track in README of steps.
2023-02-05feat: add open in new tab functionalityNunoSempere
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-18Fixed formatting in some libre_redirect filesfenze
2022-12-18Add hidebar keybindfenze
2022-12-18Merge pull request #32 from NunoSempere/ubuntu-20.04-scriptsfenze
tweak: add user scripts to get this running on ubuntu 20.04
2022-12-18Merge pull request #33 from NunoSempere/libre_redirectfenze
feat: redirect websites to open-source frontends
2022-12-17tweak: integrate "plugins" into build.shNunoSempere
2022-12-17feat: integrate libre_redirect code into rose.cNunoSempere
2022-12-17feat: redirect websites to open-source frontendsNunoSempere
1. Adds code for redirecting annoying websites to their open-source frontends, when these exist. 2. Organize this in a "plugins" folder
2022-12-17tweak: add user scripts to get this running on ubuntu 20.04NunoSempere
I thought these might be useful. Feel free to not accept them, though
2022-12-16Add newtab bindingfenze
2022-12-13Merge pull request #31 from NunoSempere/upstreamfenze
Some quality of life tweaks.
2022-12-13feat: add less sucky duckduckgo homepage.NunoSempere
2022-12-13trivial tweak: fix README layout error.NunoSempere
2022-12-13tweak: Add reference to how to use normal browser controls.NunoSempere
2022-12-12fix: small sh/bash incompatibility in rose-mklinkNunoSempere
'echo -e' throws a warning in sh, but not in bash
2022-12-12tweak: suggest bg color for bright themeNunoSempere
2022-12-12tweak: allow configurable width and heightNunoSempere
and set a default of 500, 400