| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of config parameter MACROs | 2017-05-22 | 2 | -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 Arg | 2017-05-22 | 2 | -81/+80 | |
| | | | | | | There's no need to keep another integer member there, use directly the i integer one. | ||||
| * | Only apply parameters when needed | 2017-05-22 | 1 | -14/+60 | |
| | | | | | Specify which parameter should be applied on which load state. | ||||
| * | Fix handling of uri-specific parameters | 2017-05-22 | 1 | -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 one | 2017-05-22 | 1 | -3/+2 | |
| | | |||||
| * | Add config option for cross requests from file URLs | 2017-05-22 | 2 | -0/+8 | |
| | | | | | I use it to open local .xml files with .xsl style-sheets. | ||||
| * | Add config option for microphone and webcam access | 2017-05-21 | 2 | -6/+26 | |
| | | |||||
| * | Fix synchronization issue with atoms | 2017-05-12 | 1 | -1/+2 | |
| | | | | | | Be sure to sync after setting an atom. Sync too before reading one. | ||||
| * | There's no need to call geturi() again in loadchanged | 2017-05-12 | 1 | -7/+7 | |
| | | | | | | Also call the variable “uri” instead of “title” which was ambiguous regarding what it is. | ||||
| * | Add config option for smooth scrolling activation | 2017-05-11 | 2 | -0/+6 | |
| | | |||||
| * | Add config option for Java activation | 2017-05-11 | 2 | -0/+6 | |
| | | |||||
| * | Add config option for setting default charset. | 2017-05-11 | 2 | -0/+6 | |
| | | | | | This will be used for pages with no specified charset. | ||||
| * | Improve parameters handling | 2017-05-11 | 1 | -4/+17 | |
| | | | | | | | 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. | ||||
| * | Change PROMPT_GO from "URL:" to "Go:" | 2017-05-11 | 1 | -1/+1 | |
| | | | | | | This looks more apropriate because URL is too specific and _SURF_GO can be set to other things. | ||||
| * | Add prompts for SETPROP | 2017-05-08 | 1 | -7/+10 | |
| | | | | | Imported from __20h__ repo, thanks to him and Ben Woolley. | ||||
| * | Embed dmenu into the surf window by default | 2017-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Simplify DOWNLOAD macro | 2017-05-08 | 1 | -6/+5 | |
| | | | | | | | | | | | | No need to spawn an extra sh. Use short flags for curl and quote operands. Replace sleep with read, let the user close the download window instead of waiting for an arbitrary time. Rename d to reflect what it's used for. Reorder sh positional arguments. Set $0 to a command name and shift other positional parameters to clarify the "sh -c" command. | ||||
| * | Simplify SETPROP macro | 2017-05-08 | 1 | -6/+6 | |
| | | | | | | | | | | | Get rid of xargs by using a subshell instead. Use two replacement commands in sed because back-references in BRE are too differently implemented in different libc. Rename p, q, to reflect what they're used for. Reorder sh positional arguments. Set $0 to a command name and shift other positional parameters to clarify the "sh -c" command. | ||||
| * | Simplify usage() | 2017-05-04 | 1 | -3/+3 | |
| | | | | | | There's no real need for using the real executable call name, especially with basename requiring special care. | ||||
| * | Simplify version message | 2017-05-04 | 1 | -2/+1 | |
| | | |||||
| * | Use Ctrl-t for showcert instead of Ctrl-x | 2017-05-02 | 3 | -3/+3 | |
| | | |||||
| * | Cleanup and fix formatage issues in surf.1 | 2017-05-01 | 1 | -23/+23 | |
| | | |||||
| * | Fix forgotten options in surf.1 | 2017-05-01 | 2 | -9/+5 | |
| | | |||||
| * | setcert: check uri before adding a certificate | 2017-04-30 | 1 | -5/+7 | |
| | | | | | | Also directly check for https scheme, we won't need a certificate for others. | ||||
| * | fix mini typo | 2017-04-30 | 1 | -1/+1 | |
| | | |||||
| * | surf.1: remove trailing spaces | 2017-04-30 | 1 | -5/+5 | |
| | | |||||
| * | Add forgotten tT indicator description in surf.1 | 2017-04-29 | 1 | -0/+3 | |
| | | |||||
| * | Add forgotten fF indicator description in surf.1 | 2017-04-29 | 1 | -0/+3 | |
| | | |||||
| * | Add a flag for custom certificates | 2017-04-29 | 2 | -4/+21 | |
| | | | | | | | 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. | ||||
| * | Move xid printing option from -x to -w | 2017-04-29 | 2 | -3/+3 | |
| | | |||||
| * | Add a keybinding to show current TLS certificate | 2017-04-29 | 3 | -3/+42 | |
| | | |||||
| * | Display an error message and certificate on tls error | 2017-04-29 | 2 | -3/+55 | |
| | | |||||
| * | Arrange Makefile | 2017-04-29 | 2 | -38/+43 | |
| | | | | | | Let the user specify his own C and LD FLAGS. Remove unuseful and non portable CFLAGS like pendantic and Wall. | ||||
| * | Free temporary certificate in setcert | 2017-04-29 | 1 | -0/+1 | |
| | | |||||
| * | Do not build SiteSpecific file when regex is invalid | 2017-04-28 | 1 | -9/+10 | |
| | | |||||
| * | Add support for using custom certificates per url | 2017-04-28 | 2 | -0/+66 | |
| | | |||||
| * | Avoid using global name stylefile in setstyle() | 2017-04-27 | 1 | -4/+4 | |
| | | |||||
| * | Change site styles structure for a more generic one | 2017-04-27 | 2 | -6/+6 | |
| | | |||||
| * | Fix 27cec48 Add a flag/keybinding for strict TLS | 2017-04-23 | 1 | -2/+9 | |
| | | | | | Forgot to add changes in main(), usage() and newwindow() too. | ||||
| * | Fix a981959 Move -t stylefile flag to -C stylefile | 2017-04-23 | 1 | -5/+5 | |
| | | | | | Forgot to modify usage() and newwindow() too. | ||||
| * | Fix possible oob access of cmd in newwindow() | 2017-04-23 | 1 | -1/+1 | |
| | | | | | Thanks to tarug0 for spotting this! | ||||
| * | Bump year in program | 2017-04-20 | 1 | -1/+1 | |
| | | |||||
| * | Add a flag and toggle keybinding for strict TLS | 2017-04-20 | 3 | -4/+15 | |
| | | |||||
| * | Move -t stylefile flag to -C stylefile | 2017-04-20 | 2 | -9/+9 | |
| | | |||||
| * | Rename SSL instances to TLS | 2017-04-19 | 3 | -6/+6 | |
| | | |||||
| * | Set strict ssl by default and handle insecure content | 2017-04-19 | 2 | -11/+20 | |
| | | | | | | Non-https content in https pages is now handled separately from https connection establishment. | ||||
| * | Add a configure option for default window size | 2017-04-19 | 2 | -1/+4 | |
| | | |||||
| * | Bump version to 2.0 | 2017-03-28 | 1 | -1/+1 | |
| | | | | | We're using the new scheme: 2.x is for webkit2 | ||||
| * | Add contributors to the LICENSE | 2017-03-28 | 1 | -4/+27 | |
| | | |||||
| * | Install Atoms before initializing gtk | 2017-03-22 | 1 | -6/+9 | |
| | | | | | | | | 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. | ||||
