Commit Graph

20 Commits

Author SHA1 Message Date
53cc700748 tweak: add custom user agent. 2023-02-15 20:34:17 +01:00
25dedb09e1 tweaks: around bloomberg webpage 2023-02-15 03:24:47 +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
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
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
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
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
d97045bf47 Add hidebar keybind 2022-12-18 16:42:50 +00:00
98abdb39c4 feat: integrate libre_redirect code into rose.c 2022-12-17 20:54:27 +01:00
fenze
62b1bd6785 Add newtab binding 2022-12-16 09:07:43 +00:00
a69d72f42b tweak: allow configurable width and height
and set a default of 500, 400
2022-12-12 15:38:48 +00:00
374128fccc tweak: boot up with the correct zoom 2022-12-12 15:37:31 +00:00
fenze
0787f62e16 fix style formatting 2022-11-23 16:58:20 +00:00
fenze
5e7587dd99 Fix webkit bg color error, add rose-nativefier 2022-11-17 16:57:46 +00:00
fenze
68ca1eb61a Remove unused dependency, fix searchbar flashing 2022-11-15 10:07:14 +01:00
fenze
a45d1c70f5 Initial commit 2022-11-14 21:41:43 +01:00