Commit Graph

82 Commits

Author SHA1 Message Date
f8b4e9ff4a feat: use my own instance of whoogle search
Tried duckduckgo for a while, but loss in quality was noticeable.
2023-04-08 20:54:07 -04:00
17ff6bb780 feat: integrate new ea forum frontend. 2023-04-07 16:51:25 -04:00
f1982d015d feat: add video to README, fix install typos. 2023-03-28 22:50:18 -06:00
9202a1f9b2 fix: fix makefile typo 2023-03-28 22:27:02 -06:00
b49a808739 feat: makefile handles git and cache paths 2023-03-28 22:07:25 -06:00
fc9cc67538 tweak: add some to-dos to readme 2023-03-28 21:43:30 -06:00
b125b26891 tweak: tweak ubuntu 20.04 install instructions. 2023-03-28 21:12:12 -06: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
b2bc83ce80 tweak: add more TODOs to readme 2023-03-28 11:53:30 -06:00
ce069bdd73 tweak: add make uninstall, make clean 2023-03-28 11:44:54 -06:00
0b9386f5fe chore: add installation section to README.md 2023-03-28 11:42:59 -06:00
20d0becba9 chore: more upkeep. In particular, document wyebadblock better 2023-03-28 11:32:47 -06:00
37e3e7bcae tweak: delete config.def.h
it's a bit redundant, and no longer necessary once compatibility
with the original rose is no longer a goal
2023-03-28 11:19:55 -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
cc959fda4f chore: more simplifications 2023-03-28 11:16:51 -06:00
18f4e3e3cb tweak: add formatter to makefile 2023-03-28 11:11:18 -06:00
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