| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-17 | Remove setting processing model | Quentin Rameau | |
| The processing model we want is actually the only one supported since 2.40. | |||
| 2024-03-17 | Update deprecated JavaScript eval function | Quentin Rameau | |
| Function webkit_web_view_run_javascript has been deprecated since 2.40. | |||
| 2024-03-17 | Move TLS parameters handling to datamanager | Quentin Rameau | |
| Using web context is deprecated since 2.32. | |||
| 2024-03-17 | Remove Java support toggle | Quentin Rameau | |
| This has been deprecated since 2.38. | |||
| 2024-03-17 | Remove frame flattening toggle | Quentin Rameau | |
| This has been deprecated since 2.38. | |||
| 2024-03-17 | Add webkit URI scheme | Quentin Rameau | |
| 2023-11-18 | Fix usage message: -Pp don't exist anymore | Quentin Rameau | |
| Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting! | |||
| 2022-10-22 | webext: add missing gio/gunixfdlist.h includes | Petr Vaněk | |
| This resolves two set of warnings pointed by compiler -Wimplicit-function-declaration and -Wint-conversion, where the later one can result with segfault caused by invalid cast from int to pointer. Fixes: 665a709b522a ("webext: Exchange fd over webkit messages") | |||
| 2022-10-16 | webext: Exchange fd over webkit messages | Quentin Rameau | |
| This is more complex, but webkit2gtk prevents passing file descriptors to processes in 2.38.0. | |||
| 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. | |||