Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | 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-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. | |||
2017-05-04 | Simplify usage() | Quentin Rameau | |
There's no real need for using the real executable call name, especially with basename requiring special care. | |||
2017-05-04 | Simplify version message | Quentin Rameau | |
2017-05-02 | Use Ctrl-t for showcert instead of Ctrl-x | Ivan Tham | |
2017-05-01 | Fix forgotten options in surf.1 | Quentin Rameau | |
2017-04-30 | setcert: check uri before adding a certificate | Hiltjo Posthuma | |
Also directly check for https scheme, we won't need a certificate for others. | |||
2017-04-30 | fix mini typo | Hiltjo Posthuma | |
2017-04-29 | Add a flag for custom certificates | Quentin Rameau | |
I don't think a keybinding would be useful here because we can't remove a custom certificate which is alread set anyway. I'll add it if somebody convince me of it's usefulness. | |||
2017-04-29 | Move xid printing option from -x to -w | Quentin Rameau | |
2017-04-29 | Add a keybinding to show current TLS certificate | Quentin Rameau | |
2017-04-29 | Display an error message and certificate on tls error | Quentin Rameau | |
2017-04-29 | Free temporary certificate in setcert | Quentin Rameau | |
2017-04-28 | Do not build SiteSpecific file when regex is invalid | Quentin Rameau | |
2017-04-28 | Add support for using custom certificates per url | Quentin Rameau | |
2017-04-27 | Avoid using global name stylefile in setstyle() | Quentin Rameau | |
2017-04-27 | Change site styles structure for a more generic one | Quentin Rameau | |
2017-04-23 | Fix 27cec48 Add a flag/keybinding for strict TLS | Quentin Rameau | |
Forgot to add changes in main(), usage() and newwindow() too. | |||
2017-04-23 | Fix a981959 Move -t stylefile flag to -C stylefile | Quentin Rameau | |
Forgot to modify usage() and newwindow() too. | |||
2017-04-23 | Fix possible oob access of cmd in newwindow() | Quentin Rameau | |
Thanks to tarug0 for spotting this! | |||
2017-04-20 | Bump year in program | Quentin Rameau | |
2017-04-20 | Add a flag and toggle keybinding for strict TLS | Quentin Rameau | |
2017-04-20 | Move -t stylefile flag to -C stylefile | Quentin Rameau | |
2017-04-19 | Rename SSL instances to TLS | Quentin Rameau | |
2017-04-19 | Set strict ssl by default and handle insecure content | Quentin Rameau | |
Non-https content in https pages is now handled separately from https connection establishment. | |||
2017-04-19 | Add a configure option for default window size | Quentin Rameau | |
2017-03-22 | Install Atoms before initializing gtk | Quentin Rameau | |
There a race condition in gtkplug/socket which is raised when setting Atoms. Use this workaround until https://bugzilla.gnome.org/show_bug.cgi?id=778680 is fixed. | |||
2017-03-06 | Fix font-size setting parameter value type in newview | Quentin Rameau | |
2016-09-22 | Add support for loading Webkit extensions | Quentin Rameau | |