d8522eb827
remove stdbool from rose.c, as already in config.h
2024-02-11 13:59:44 +01:00
9113aac957
some code simplification
...
- don't have main and "setup" as two separate functions
- declare all global variables at the same time
2024-02-11 13:52:38 +01:00
c33fc76b02
add cycling through tabs
2024-01-06 16:30:09 +01:00
da8a0d7624
add pointer to capturing mouse events.
2023-12-29 18:51:07 +01:00
75848c63a2
formatting + remake pass
2023-12-29 18:38:54 +01:00
c344180055
reorder argument order
2023-12-29 18:38:29 +01:00
6ed0181a0c
fix F11 screen toggling
2023-12-29 18:37:50 +01:00
4d94d2d2e6
rename WEBKIT_SETTINGS var to not conflict with webkitgtk
2023-10-06 15:55:37 +01:00
32a23e9a17
formatting pass
2023-10-06 15:45:47 +01:00
799e4c4ab7
fix code path error detected by clang-tidy.
2023-08-19 19:45:25 +02:00
67b46c6420
Add clang-tidy linting, callable with make lint.
2023-08-19 19:37:30 +02:00
d17fb92bb6
small tweaks
2023-06-26 11:26:53 +01:00
16d43ac601
fix libreredirect, use true user agent.
2023-06-25 23:22:15 +01:00
98f6d5630f
alerts v2, formatting
2023-06-17 00:29:27 -06:00
1cf68bb1fe
custom alert first pass, with GPT-4 help
2023-06-17 00:19:29 -06:00
8d2811c5f9
add max number of tabs
2023-06-10 20:11:19 -06:00
a8be16b1ee
debug shortcuts plugin
2023-05-13 23:50:14 -04:00
c46e2ba398
incorporate shortcuts plugin into rose.c and makefile
2023-05-13 23:26:39 -04:00
33b30cfe05
fixes: fix bugs found when running in a virtual machine
2023-03-28 13:25:32 -06:00
dbc334e870
chore: more cleanup
2023-03-28 12:01:08 -06:00
20d0becba9
chore: more upkeep. In particular, document wyebadblock better
2023-03-28 11:32:47 -06:00
bbcf1dabd2
Revert "tweak: move things around"
...
This reverts commit ca59138a2a
.
2023-03-28 11:19:11 -06:00
ca59138a2a
tweak: move things around
2023-03-28 11:18:54 -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
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