Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-02-23 | Document SIGHUP in manpage | Jochen Sprickerhof | |
2018-02-23 | Script text shouldn't go through formatted conversion | nzl | |
2018-02-23 | Add support for WebGL | Eon S. Jeon | |
Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default. | |||
2017-06-03 | Disable media autoplay by default | Quentin Rameau | |
2017-05-30 | Store modified parameters list | Quentin Rameau | |
2017-05-22 | Use priority values instead of “forced” parameters | Quentin Rameau | |
This makes parameter handling a bit easier and lets the user override parameters as he sees fit. | |||
2017-05-22 | Get rid of config parameter MACROs | Quentin Rameau | |
There's no need to obfuscate so much what is done, the user can deal with a few extra knobs to set instead. | |||
2017-05-22 | Get rid of integer member b in Arg | Quentin Rameau | |
There's no need to keep another integer member there, use directly the i integer one. | |||
2017-05-22 | Only apply parameters when needed | Quentin Rameau | |
Specify which parameter should be applied on which load state. | |||
2017-05-22 | Fix handling of uri-specific parameters | Quentin Rameau | |
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! | |||
2017-05-22 | Unset previous user styles before applying another one | Quentin Rameau | |
2017-05-22 | Add config option for cross requests from file URLs | Constantine Bytensky | |
I use it to open local .xml files with .xsl style-sheets. | |||
2017-05-21 | Add config option for microphone and webcam access | Quentin Rameau | |
2017-05-12 | Fix synchronization issue with atoms | Quentin Rameau | |
Be sure to sync after setting an atom. Sync too before reading one. | |||
2017-05-12 | There's no need to call geturi() again in loadchanged | Quentin Rameau | |
Also call the variable “uri” instead of “title” which was ambiguous regarding what it is. | |||
2017-05-11 | Add config option for smooth scrolling activation | Quentin Rameau | |
2017-05-11 | Add config option for Java activation | Quentin Rameau | |
2017-05-11 | Add config option for setting default charset. | Quentin Rameau | |
This will be used for pages with no specified charset. | |||
2017-05-11 | Improve parameters handling | Quentin Rameau | |
There's no need to reload all parameters each time a new url is loaded, instead set only custom parameters and restore those to defaults when needed. |