Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-27 | fix tabsHEADmaster | tsxv478 | |
2022-09-27 | xid file location | tsxv478 | |
2022-09-27 | add config.h to gitignore | tsxv478 | |
2022-09-27 | default config | tsxv478 | |
2022-09-27 | play external | tsxv478 | |
2022-09-27 | clipboard instead of primary | tsxv478 | |
2022-09-27 | search engines | tsxv478 | |
2022-09-27 | add gitignore | tsxv478 | |
2022-09-27 | cleanup | tsxv478 | |
2022-05-04 | Do not reload page when toggling dark mode | Quentin Rameau | |
This change had actually been applied in previous commit d3ee652 by mistake. | |||
2022-04-10 | Fix dark mode parameter application | Quentin Rameau | |
2022-04-10 | Only get webkit context and settings once | Quentin Rameau | |
2022-04-10 | Add dark mode toggle | Quentin Rameau | |
This sets dark gtk theme variant, which should make webkit2gtk use dark css variant from websites that provide it. | |||
2021-07-19 | Improve non-ASCII character search handling | Quentin Rameau | |
Before, the XA_STRING would only let use ASCII characters properly. Now UTF-8 characters should be handled correctly. | |||
2021-07-19 | Improve SETPROP xprop parsing | Quentin Rameau | |
This handles correctly quotes, backslashes, etc. | |||
2021-05-21 | Fix togglestats array | Quentin Rameau | |
2021-05-10 | Update LICENSE file | Quentin Rameau | |
2021-05-10 | Fix distfile generation | Quentin Rameau | |
2021-05-08 | Bump version to 2.1 | Quentin Rameau | |
2021-04-30 | Remove accelerated canvas parameter | Quentin Rameau | |
This has been deprecated since release 2.32. | |||
2021-04-30 | Remove external plugin handling | Quentin Rameau | |
This has been deprecated since release 2.32. | |||
2020-11-07 | Makefile: use explicit targets | Quentin Rameau | |
Some make implementation have trouble with following inference rules indirection | |||
2020-11-07 | webext: Fix missing flags for gio | Quentin Rameau | |
2020-11-01 | Simplify communication with webext | Quentin Rameau | |
2020-11-01 | Set title on committed load | Quentin Rameau | |
2020-11-01 | Communicate through a Unix socket instead of a pipe pair | Quentin Rameau | |
2020-11-01 | Add support for ephemeral (zero disk access) | Quentin Rameau | |
2020-11-01 | Add support for configuring plugins directories | Quentin Rameau | |
2020-11-01 | Remove common | Quentin Rameau | |
2019-02-10 | Makefile: rework how webextensions are handled | Quentin Rameau | |
2019-02-09 | Fix vertical scroll directions in the config file | efe | |
2019-02-07 | Makefile: fix a typo in clean: target | Leonardo Taccari | |
2019-02-06 | Makefile: include common to webext | Quentin Rameau | |
2019-02-06 | Makefile: fix a typo for the webext CFLAGS | Quentin Rameau | |
Thanks to Justin Keogh <suckless@v6y.net> for spotting this | |||
2018-10-15 | Send message size inside messages through pipes | Quentin Rameau | |
2018-10-09 | Use pkg-config for X11{INC,LIB} | Leonardo Taccari | |
2018-10-09 | Makefile: fix dependencies | Quentin Rameau | |
2018-10-08 | Fix, again, webext directory in Makefile | Quentin Rameau | |
2018-10-08 | Fix webext directory in Makefile | Quentin Rameau | |
2018-10-08 | Remove libtool depencency, reorganise Makefile | Quentin Rameau | |
We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too. | |||
2018-10-08 | Unobfuscate Makefile | Quentin Rameau | |
2018-10-08 | ext: get the right DOM on msg | Quentin Rameau | |
When navigating history, the document-loaded signal isn't triggered and we can't directly get back the previous webview, so we have no other choice than to look it up everytime a new message is received. | |||
2018-10-08 | Add a file for shared functions | Quentin Rameau | |
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die(). | |||
2018-10-08 | Communicate with webextension via a pipe | Quentin Rameau | |
2018-10-08 | ext: first commit for surf lib | Quentin Rameau | |
2018-10-08 | Request cookiemanager only once at creation | Quentin Rameau | |
2018-10-08 | Exit more gracefully on web process crash. | Quentin Rameau | |
2018-10-08 | Allow tilde expansion in loaduri | nzl | |
also fixed a bug that ~foo/ was expanded to /home/fo/o/ | |||
2018-06-18 | Fixed wording in FAQ.md | Eddie Thieda | |
2018-06-09 | Force printing the winid when requested | Quentin Rameau | |
Do not wait for the libc to decide flushing buffers, force it ourselves. Thanks to koniu for reporting the issue. |