aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-15small README tweaks. Also Ctrl+K for hiding top bar!NunoSempere
2023-05-13debug shortcuts pluginNunoSempere
2023-05-13incorporate shortcuts plugin into rose.c and makefileNunoSempere
2023-05-13feat: add shortcuts pluginNunoSempere
2023-05-13tweak: add another screenshotNunoSempere
2023-05-12tweak: give some love to the README.NunoSempere
2023-05-08make tabs larger, document.NunoSempere
2023-05-08feat: make search bar gigantic, document GTK inspect.NunoSempere
2023-05-07tweak: update simply translate endpointNunoSempere
2023-05-05tweak: remove twitter from redirection blacklistNunoSempere
+ tweak styles.
2023-05-05tweak: try ignoring twitterNunoSempere
2023-05-03start keeping track of rose binaryNunoSempere
2023-05-03readme clarificationNunoSempere
2023-05-03document bug fix after breaking library installation paths on my machineNunoSempere
2023-05-03tweak: add redirection google -> whoogleNunoSempere
2023-04-29tweak: savepointNunoSempere
2023-04-21fix: bug with make and cd not working as expectedNunoSempere
2023-04-21feat: improve compilation a bit.NunoSempere
- tcc -> gcc (noticeably faster compilation)
2023-04-21fix: zoom + forum.nunosempere.com, Matt Levine's newsletterNunoSempere
2023-04-21tweak: continue cat and mouse chase with Matt Levine newsletterNunoSempere
2023-04-08feat: use my own instance of whoogle searchNunoSempere
Tried duckduckgo for a while, but loss in quality was noticeable.
2023-04-07feat: integrate new ea forum frontend.NunoSempere
2023-03-28feat: add video to README, fix install typos.NunoSempere
2023-03-28fix: fix makefile typoNunoSempere
2023-03-28feat: makefile handles git and cache pathsNunoSempere
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