Commit Graph

314 Commits

Author SHA1 Message Date
1fca042b0b tweak: add rudimentary makefile 2023-03-28 10:59:38 -06:00
3483af0f0f style: enforce webkit style for plugins
$ clang-format -style=webkit -i */.c
$ clang-format -style=webkit -i */*/.c
2023-03-28 10:16:14 -06:00
ec97a8f3f3 style: start enforcing coding style
Previous .clang-format wasn't processed

$ clang-format -style=webkit -dump-config > .clang-format
$ clang-format -i rose.c
2023-03-28 10:14:13 -06:00
527d88efa6 Revert "tweak: resize screenshots"
This reverts commit 06a0d6d808.
2023-03-27 19:45:41 -06:00
aeb196837e Revert "tweak: resize screenshots again?"
This reverts commit bb4ba366ee.
2023-03-27 19:44:09 -06:00
bb4ba366ee tweak: resize screenshots again? 2023-03-27 19:43:19 -06:00
06a0d6d808 tweak: resize screenshots 2023-03-27 19:41:57 -06:00
1eb9f98dc8 tweak: change readme to point to screenshots 2023-03-27 19:37:35 -06:00
42c7565b7f tweak: save screenshots 2023-03-27 19:36:27 -06:00
7cecf5ae3a fix: rename filepath after dirchange 2023-03-27 19:34:01 -06:00
49df138b36 feat: rename after very strong simplification on the upstream rose
Compare with: <https://github.com/NunoSempere/rose-browser/tree/patch-1>
in Feb 7
2023-03-27 19:21:56 -06:00
ff033646cc tweak: add changes to README 2023-03-27 19:08:46 -06:00
0f4866f520 tweak: add tweak to remove annoying parts for Money Stuff 2023-02-27 15:29:30 -06:00
53cc700748 tweak: add custom user agent. 2023-02-15 20:34:17 +01:00
bcaad22c17 tweak: fihnish the readability upgrades for bloomberg 2023-02-15 18:46:07 +01:00
25dedb09e1 tweaks: around bloomberg webpage 2023-02-15 03:24:47 +01:00
a27b4357af tweak: add fancy quotes. 2023-02-15 03:23:57 +01:00
6a330e9b09 tweak: nicer blockquotes
also fix bug in archive.is / bloomberg.
2023-02-14 02:07:23 +01:00
86fef30c22 tweak: proton stylesheet 2023-02-11 14:40:42 +01:00
95829b06a2 tweak: tweak. desktop so that it opens links correctly 2023-02-09 16:31:33 +01:00
4f43648a84 tweak: update README 2023-02-08 14:31:28 +01:00
c10b7632eb feat: add possibility of launching many tabs at once.
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-08 14:29:36 +01:00
2db650d7cc tweak: enable all plugins. 2023-02-07 14:43:00 +01:00
33e4d0cdd1 tweak: todos 2023-02-07 14:41:58 +01:00
d1439d16f5 tweak: continue personal development from master. 2023-02-07 14:28:21 +01:00
b50d30851b fix: fix some warts
- 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 14:17:10 +01:00
fenze
35f968f29b
Merge pull request #38 from NunoSempere/patch-1
Tweak license mention in the readme
2023-02-07 12:49:54 +01:00
fenze
1ba5fd7ecd
Merge pull request #39 from davidovski/shell_fix
Remove bash-only features for sh scripts
2023-02-07 12:48:14 +01:00
davidovki
122437115d Remove bash-only features for sh scripts
Fix order of CC arguments to aid in linking on newer versions
2023-02-07 11:37:05 +00:00
08c19abc1d
Tweak license mention in the readme 2023-02-06 18:17:46 +01:00
fenze
4e0b961fcb
Merge pull request #37 from mini-rose/add-license-1
Create license
2023-02-06 18:09:16 +01:00
fenze
5b958d5faf
Create license 2023-02-06 18:08:24 +01:00
fenze
327344ee40
Merge pull request #36 from NunoSempere/feats-and-tweaks
Various feats and tweaks
2023-02-06 18:05:33 +01:00
b48c504871 feat: use flags rather than uncommenting code
- 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-05 03:57:29 +01:00
cbaa97a766 tweak: add shebangs. 2023-02-05 03:23:23 +01:00
353d0ffad7 feat: add plugin to customize css for individual websites...
and how to enable it.

Also tweak README.mds
2023-02-05 03:21:30 +01:00
be043958f0 feat: add readability mode, and explain how to enable it. 2023-02-05 03:13:12 +01:00
9a533b7e26 feat: disable plugins code by default and explain how to enable it. 2023-02-05 03:02:03 +01:00
6b3c830c3b tweak: add two style improvements that I consider unambiguous
1. Make top tab wider
2. Make tab title have a maximum width
2023-02-05 02:52:27 +01:00
4fd1c83660 tweak: add alternatives styles.css
also keep track in README of steps.
2023-02-05 02:48:25 +01:00
e928ee1c89 feat: add open in new tab functionality
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.
2023-02-05 02:31:57 +01:00
fenze
584a5d68a8 Fixed formatting in some libre_redirect files 2022-12-18 16:54:07 +00:00
fenze
d97045bf47 Add hidebar keybind 2022-12-18 16:42:50 +00:00
fenze
3325e17195
Merge pull request #32 from NunoSempere/ubuntu-20.04-scripts
tweak: add user scripts to get this running on ubuntu 20.04
2022-12-18 16:27:54 +00:00
fenze
b16665809c
Merge pull request #33 from NunoSempere/libre_redirect
feat: redirect websites to open-source frontends
2022-12-18 16:27:20 +00:00
f5d1c0f93d tweak: integrate "plugins" into build.sh 2022-12-17 20:54:47 +01:00
98abdb39c4 feat: integrate libre_redirect code into rose.c 2022-12-17 20:54:27 +01:00
6ff86dcc44 feat: redirect websites to open-source frontends
1. Adds code for redirecting annoying websites to their open-source
frontends, when these exist.

2. Organize this in a "plugins" folder
2022-12-17 20:47:44 +01:00
7ad3e023f8 tweak: add user scripts to get this running on ubuntu 20.04
I thought these might be useful. Feel free to not accept them,
though
2022-12-17 20:33:37 +01:00
fenze
62b1bd6785 Add newtab binding 2022-12-16 09:07:43 +00:00