Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-21 | feat: improve compilation a bit. | NunoSempere | |
- tcc -> gcc (noticeably faster compilation) | |||
2023-04-21 | fix: zoom + forum.nunosempere.com, Matt Levine's newsletter | NunoSempere | |
2023-04-21 | tweak: continue cat and mouse chase with Matt Levine newsletter | NunoSempere | |
2023-04-08 | feat: use my own instance of whoogle search | NunoSempere | |
Tried duckduckgo for a while, but loss in quality was noticeable. | |||
2023-04-07 | feat: integrate new ea forum frontend. | NunoSempere | |
2023-03-28 | feat: add video to README, fix install typos. | NunoSempere | |
2023-03-28 | fix: fix makefile typo | NunoSempere | |
2023-03-28 | feat: makefile handles git and cache paths | NunoSempere | |
2023-03-28 | tweak: add some to-dos to readme | NunoSempere | |
2023-03-28 | tweak: tweak ubuntu 20.04 install instructions. | 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 | tweak: add more TODOs to readme | NunoSempere | |
2023-03-28 | tweak: add make uninstall, make clean | NunoSempere | |
2023-03-28 | chore: add installation section to README.md | NunoSempere | |
2023-03-28 | chore: more upkeep. In particular, document wyebadblock better | NunoSempere | |
2023-03-28 | tweak: delete config.def.h | NunoSempere | |
it's a bit redundant, and no longer necessary once compatibility with the original rose is no longer a goal | |||
2023-03-28 | Revert "tweak: move things around" | NunoSempere | |
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. | |||
2023-03-28 | tweak: move things around | NunoSempere | |
2023-03-28 | chore: more simplifications | NunoSempere | |
2023-03-28 | tweak: add formatter to makefile | NunoSempere | |
2023-03-28 | tweak: add rudimentary makefile | NunoSempere | |
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 |