aboutsummaryrefslogtreecommitdiff
path: root/rose.c
AgeCommit message (Collapse)Author
2023-08-19fix code path error detected by clang-tidy.NunoSempere
2023-08-19Add clang-tidy linting, callable with make lint.NunoSempere
2023-06-26small tweaksNunoSempere
2023-06-25fix libreredirect, use true user agent.NunoSempere
2023-06-17alerts v2, formattingNunoSempere
2023-06-17custom alert first pass, with GPT-4 helpNunoSempere
2023-06-10add max number of tabsNunoSempere
2023-05-13debug shortcuts pluginNunoSempere
2023-05-13incorporate shortcuts plugin into rose.c and makefileNunoSempere
2023-03-28fixes: fix bugs found when running in a virtual machineNunoSempere
2023-03-28chore: more cleanupNunoSempere
2023-03-28chore: more upkeep. In particular, document wyebadblock betterNunoSempere
2023-03-28Revert "tweak: move things around"NunoSempere
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
2023-03-28tweak: move things aroundNunoSempere
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-02-15tweak: add custom user agent.NunoSempere
2023-02-15tweaks: around bloomberg webpageNunoSempere
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-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-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-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-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-18Add hidebar keybindfenze
2022-12-17feat: integrate libre_redirect code into rose.cNunoSempere
2022-12-16Add newtab bindingfenze
2022-12-12tweak: allow configurable width and heightNunoSempere
and set a default of 500, 400
2022-12-12tweak: boot up with the correct zoomNunoSempere
2022-11-23fix style formattingfenze
2022-11-17Fix webkit bg color error, add rose-nativefierfenze
2022-11-15Remove unused dependency, fix searchbar flashingfenze
2022-11-14Initial commitfenze