| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-03-17 | Update get frame name function | 1 | -2/+1 | ||
| webkit_navigation_policy_decision_get_frame_name has been deprecated since 2.40. | |||||
| 2024-03-17 | Remove setting processing model | 1 | -4/+0 | ||
| The processing model we want is actually the only one supported since 2.40. | |||||
| 2024-03-17 | Update deprecated JavaScript eval function | 1 | -1/+2 | ||
| Function webkit_web_view_run_javascript has been deprecated since 2.40. | |||||
| 2024-03-17 | Move TLS parameters handling to datamanager | 1 | -3/+4 | ||
| Using web context is deprecated since 2.32. | |||||
| 2024-03-17 | Remove Java support toggle | 2 | -7/+0 | ||
| This has been deprecated since 2.38. | |||||
| 2024-03-17 | Remove frame flattening toggle | 3 | -12/+0 | ||
| This has been deprecated since 2.38. | |||||
| 2024-03-17 | Add webkit URI scheme | 1 | -0/+2 | ||
| 2023-11-18 | Fix usage message: -Pp don't exist anymore | 1 | -1/+1 | ||
| Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting! | |||||
| 2022-10-22 | webext: add missing gio/gunixfdlist.h includes | 2 | -0/+2 | ||
| 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 | 2 | -13/+65 | ||
| 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 | 2 | -2/+1 | ||
| This change had actually been applied in previous commit d3ee652 by mistake. | |||||
| 2022-04-10 | Fix dark mode parameter application | 1 | -1/+3 | ||
| 2022-04-10 | Only get webkit context and settings once | 1 | -25/+33 | ||
| 2022-04-10 | Add dark mode toggle | 3 | -0/+11 | ||
| 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 | 2 | -5/+7 | ||
| 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 | 1 | -4/+6 | ||
| This handles correctly quotes, backslashes, etc. | |||||
| 2021-05-21 | Fix togglestats array | 1 | -6/+5 | ||
| 2021-05-10 | Update LICENSE file | 1 | -2/+11 | ||
| 2021-05-10 | Fix distfile generation | 1 | -1/+1 | ||
| 2021-05-08 | Bump version to 2.1 | 1 | -1/+1 | ||
| 2021-04-30 | Remove accelerated canvas parameter | 2 | -7/+0 | ||
| This has been deprecated since release 2.32. | |||||
| 2021-04-30 | Remove external plugin handling | 3 | -53/+0 | ||
| This has been deprecated since release 2.32. | |||||
| 2020-11-07 | Makefile: use explicit targets | 1 | -10/+9 | ||
| Some make implementation have trouble with following inference rules indirection | |||||
| 2020-11-07 | webext: Fix missing flags for gio | 1 | -2/+2 | ||
| 2020-11-01 | Simplify communication with webext | 2 | -58/+30 | ||
| 2020-11-01 | Set title on committed load | 1 | -0/+2 | ||
| 2020-11-01 | Communicate through a Unix socket instead of a pipe pair | 2 | -57/+65 | ||
| 2020-11-01 | Add support for ephemeral (zero disk access) | 2 | -8/+19 | ||
| 2020-11-01 | Add support for configuring plugins directories | 3 | -2/+12 | ||
| 2020-11-01 | Remove common | 5 | -28/+21 | ||
| 2019-02-10 | Makefile: rework how webextensions are handled | 3 | -20/+24 | ||
| 2019-02-09 | Fix vertical scroll directions in the config file | 1 | -2/+2 | ||
| 2019-02-07 | Makefile: fix a typo in clean: target | 1 | -1/+1 | ||
| 2019-02-06 | Makefile: include common to webext | 2 | -9/+14 | ||
| 2019-02-06 | Makefile: fix a typo for the webext CFLAGS | 1 | -1/+1 | ||
| Thanks to Justin Keogh <suckless@v6y.net> for spotting this | |||||
| 2018-10-15 | Send message size inside messages through pipes | 3 | -26/+39 | ||
| 2018-10-09 | Use pkg-config for X11{INC,LIB} | 1 | -4/+4 | ||
| 2018-10-09 | Makefile: fix dependencies | 1 | -2/+2 | ||
| 2018-10-08 | Fix, again, webext directory in Makefile | 1 | -1/+1 | ||
| 2018-10-08 | Fix webext directory in Makefile | 1 | -5/+5 | ||
| 2018-10-08 | Remove libtool depencency, reorganise Makefile | 2 | -52/+34 | ||
| We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too. | |||||
| 2018-10-08 | Unobfuscate Makefile | 1 | -40/+25 | ||
| 2018-10-08 | ext: get the right DOM on msg | 1 | -15/+7 | ||
| 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 | 5 | -18/+24 | ||
| 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 | 4 | -47/+213 | ||
| 2018-10-08 | ext: first commit for surf lib | 3 | -14/+59 | ||
| 2018-10-08 | Request cookiemanager only once at creation | 1 | -5/+6 | ||
| 2018-10-08 | Exit more gracefully on web process crash. | 1 | -0/+14 | ||
| 2018-10-08 | Allow tilde expansion in loaduri | 1 | -23/+40 | ||
| also fixed a bug that ~foo/ was expanded to /home/fo/o/ | |||||
| 2018-06-18 | Fixed wording in FAQ.md | 1 | -5/+5 | ||
