about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Improve non-ASCII character search handling HEAD surf-webkit2Quentin Rameau2021-07-192-5/+7
| | | | | Before, the XA_STRING would only let use ASCII characters properly. Now UTF-8 characters should be handled correctly.
* Improve SETPROP xprop parsingQuentin Rameau2021-07-191-4/+6
| | | | This handles correctly quotes, backslashes, etc.
* Fix togglestats arrayQuentin Rameau2021-05-211-6/+5
|
* Update LICENSE fileQuentin Rameau2021-05-101-2/+11
|
* Fix distfile generationQuentin Rameau2021-05-101-1/+1
|
* Bump version to 2.1Quentin Rameau2021-05-081-1/+1
|
* Remove accelerated canvas parameterQuentin Rameau2021-04-302-7/+0
| | | | This has been deprecated since release 2.32.
* Remove external plugin handlingQuentin Rameau2021-04-303-53/+0
| | | | This has been deprecated since release 2.32.
* Makefile: use explicit targetsQuentin Rameau2020-11-071-10/+9
| | | | | Some make implementation have trouble with following inference rules indirection
* webext: Fix missing flags for gioQuentin Rameau2020-11-071-2/+2
|
* Simplify communication with webextQuentin Rameau2020-11-012-58/+30
|
* Set title on committed loadQuentin Rameau2020-11-011-0/+2
|
* Communicate through a Unix socket instead of a pipe pairQuentin Rameau2020-11-012-57/+65
|
* Add support for ephemeral (zero disk access)Quentin Rameau2020-11-012-8/+19
|
* Add support for configuring plugins directoriesQuentin Rameau2020-11-013-2/+12
|
* Remove commonQuentin Rameau2020-11-015-28/+21
|
* Makefile: rework how webextensions are handledQuentin Rameau2019-02-103-20/+24
|
* Fix vertical scroll directions in the config fileefe2019-02-091-2/+2
|
* Makefile: fix a typo in clean: targetLeonardo Taccari2019-02-071-1/+1
|
* Makefile: include common to webextQuentin Rameau2019-02-062-9/+14
|
* Makefile: fix a typo for the webext CFLAGSQuentin Rameau2019-02-061-1/+1
| | | | Thanks to Justin Keogh <suckless@v6y.net> for spotting this
* Send message size inside messages through pipesQuentin Rameau2018-10-153-26/+39
|
* Use pkg-config for X11{INC,LIB}Leonardo Taccari2018-10-091-4/+4
|
* Makefile: fix dependenciesQuentin Rameau2018-10-091-2/+2
|
* Fix, again, webext directory in MakefileQuentin Rameau2018-10-081-1/+1
|
* Fix webext directory in MakefileQuentin Rameau2018-10-081-5/+5
|
* Remove libtool depencency, reorganise MakefileQuentin Rameau2018-10-082-52/+34
| | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too.
* Unobfuscate MakefileQuentin Rameau2018-10-081-40/+25
|
* ext: get the right DOM on msgQuentin Rameau2018-10-081-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.
* Add a file for shared functionsQuentin Rameau2018-10-085-18/+24
| | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
* Communicate with webextension via a pipeQuentin Rameau2018-10-084-47/+213
|
* ext: first commit for surf libQuentin Rameau2018-10-083-14/+59
|
* Request cookiemanager only once at creationQuentin Rameau2018-10-081-5/+6
|
* Exit more gracefully on web process crash.Quentin Rameau2018-10-081-0/+14
|
* Allow tilde expansion in loadurinzl2018-10-081-23/+40
| | | | also fixed a bug that ~foo/ was expanded to /home/fo/o/
* Fixed wording in FAQ.mdEddie Thieda2018-06-181-5/+5
|
* Force printing the winid when requestedQuentin Rameau2018-06-091-0/+1
| | | | | | Do not wait for the libc to decide flushing buffers, force it ourselves. Thanks to koniu for reporting the issue.
* Document SIGHUP in manpageJochen Sprickerhof2018-02-231-0/+3
|
* Script text shouldn't go through formatted conversionnzl2018-02-231-1/+1
|
* Add support for WebGLEon S. Jeon2018-02-232-0/+6
| | | | | Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default.
* Disable media autoplay by defaultQuentin Rameau2017-06-031-1/+1
|
* Store modified parameters listQuentin Rameau2017-05-301-18/+11
|
* Use priority values instead of “forced” parametersQuentin Rameau2017-05-222-46/+49
| | | | | This makes parameter handling a bit easier and lets the user override parameters as he sees fit.
* Get rid of config parameter MACROsQuentin Rameau2017-05-222-72/+87
| | | | | There's no need to obfuscate so much what is done, the user can deal with a few extra knobs to set instead.
* Get rid of integer member b in ArgQuentin Rameau2017-05-222-81/+80
| | | | | There's no need to keep another integer member there, use directly the i integer one.
* Only apply parameters when neededQuentin Rameau2017-05-221-14/+60
| | | | Specify which parameter should be applied on which load state.
* Fix handling of uri-specific parametersQuentin Rameau2017-05-221-9/+19
| | | | | | | | We need to (re)apply uri-specific parameters for each new uri even if the parameter has already been set to get the correct value. Thanks to Julien STEINHAUSER <julien.steinhauser@orange.fr> for the report!
* Unset previous user styles before applying another oneQuentin Rameau2017-05-221-3/+2
|
* Add config option for cross requests from file URLsConstantine Bytensky2017-05-222-0/+8
| | | | I use it to open local .xml files with .xsl style-sheets.
* Add config option for microphone and webcam accessQuentin Rameau2017-05-212-6/+26
|