aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-28tweak: add some to-dos to readmeNunoSempere
2023-03-28tweak: tweak ubuntu 20.04 install instructions.NunoSempere
2023-03-28fixes: fix bugs found when running in a virtual machineNunoSempere
2023-03-28chore: more cleanupNunoSempere
2023-03-28tweak: add more TODOs to readmeNunoSempere
2023-03-28tweak: add make uninstall, make cleanNunoSempere
2023-03-28chore: add installation section to README.mdNunoSempere
2023-03-28chore: more upkeep. In particular, document wyebadblock betterNunoSempere
2023-03-28tweak: delete config.def.hNunoSempere
it's a bit redundant, and no longer necessary once compatibility with the original rose is no longer a goal
2023-03-28Revert "tweak: move things around"NunoSempere
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
2023-03-28tweak: move things aroundNunoSempere
2023-03-28chore: more simplificationsNunoSempere
2023-03-28tweak: add formatter to makefileNunoSempere
2023-03-28tweak: add rudimentary makefileNunoSempere
2023-03-28style: enforce webkit style for pluginsNunoSempere
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c
2023-03-28style: start enforcing coding styleNunoSempere
Previous .clang-format wasn't processed $ clang-format -style=webkit -dump-config > .clang-format $ clang-format -i rose.c
2023-03-27Revert "tweak: resize screenshots"NunoSempere
This reverts commit 06a0d6d8081449720ab59c6935cba0e6d466feb5.
2023-03-27Revert "tweak: resize screenshots again?"NunoSempere
This reverts commit bb4ba366ee0c4da1953a40624b49769959b1dcfd.
2023-03-27tweak: resize screenshots again?NunoSempere
2023-03-27tweak: resize screenshotsNunoSempere
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