about summary refs log tree commit diff
path: root/config.def.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08Simplify SETPROP macroQuentin Rameau1-6/+6
2017-05-04Simplify usage()Quentin Rameau1-3/+3
2017-05-04Simplify version messageQuentin Rameau1-2/+1
2017-05-02Use Ctrl-t for showcert instead of Ctrl-xIvan Tham3-3/+3
2017-05-01Cleanup and fix formatage issues in surf.1Quentin Rameau1-23/+23
2017-05-01Fix forgotten options in surf.1Quentin Rameau2-9/+5
2017-04-30setcert: check uri before adding a certificateHiltjo Posthuma1-5/+7
2017-04-30fix mini typoHiltjo Posthuma1-1/+1
2017-04-30surf.1: remove trailing spacesHiltjo Posthuma1-5/+5
2017-04-29Add forgotten tT indicator description in surf.1Quentin Rameau1-0/+3
2017-04-29Add forgotten fF indicator description in surf.1Quentin Rameau1-0/+3
2017-04-29Add a flag for custom certificatesQuentin Rameau2-4/+21
2017-04-29Move xid printing option from -x to -wQuentin Rameau2-3/+3
2017-04-29Add a keybinding to show current TLS certificateQuentin Rameau3-3/+42
2017-04-29Display an error message and certificate on tls errorQuentin Rameau2-3/+55
2017-04-29Arrange MakefileQuentin Rameau2-38/+43
2017-04-29Free temporary certificate in setcertQuentin Rameau1-0/+1
2017-04-28Do not build SiteSpecific file when regex is invalidQuentin Rameau1-9/+10
2017-04-28Add support for using custom certificates per urlQuentin Rameau2-0/+66
2017-04-27Avoid using global name stylefile in setstyle()Quentin Rameau1-4/+4
2017-04-27Change site styles structure for a more generic oneQuentin Rameau2-6/+6
2017-04-23Fix 27cec48 Add a flag/keybinding for strict TLSQuentin Rameau1-2/+9
2017-04-23Fix a981959 Move -t stylefile flag to -C stylefileQuentin Rameau1-5/+5
2017-04-23Fix possible oob access of cmd in newwindow()Quentin Rameau1-1/+1
2017-04-20Bump year in programQuentin Rameau1-1/+1
2017-04-20Add a flag and toggle keybinding for strict TLSQuentin Rameau3-4/+15
2017-04-20Move -t stylefile flag to -C stylefileQuentin Rameau2-9/+9
2017-04-19Rename SSL instances to TLSQuentin Rameau3-6/+6
2017-04-19Set strict ssl by default and handle insecure contentQuentin Rameau2-11/+20
2017-04-19Add a configure option for default window sizeQuentin Rameau2-1/+4
2017-03-28Bump version to 2.0Quentin Rameau1-1/+1
2017-03-28Add contributors to the LICENSEQuentin Rameau1-4/+27
2017-03-22Install Atoms before initializing gtkQuentin Rameau1-6/+9
2017-03-22Fix spelling of otherwise in surf.1Michael Stevens1-1/+1
2017-03-06Fix font-size setting parameter value type in newviewQuentin Rameau1-1/+1
2016-09-22Add support for loading Webkit extensionsQuentin Rameau2-1/+11
2016-07-08Reload on SIGHUPCharles Lehner1-0/+14
2016-07-05Add a few configuration optionsQuentin Rameau2-0/+18
2016-07-05Fix GdkDisplay assignment in setup()Quentin Rameau1-1/+2
2016-07-05Get rid of getkbdeviceQuentin Rameau1-19/+3
2016-07-05Fixing the last patch to the surf style.Christoph Lohmann1-15/+18
2016-07-05Check $HOME and home dir of $USER before getpwuid()->pw_dirDmitry Bogatov1-7/+36
2016-07-05Fix url parsing in load()Quentin Rameau1-1/+4
2016-07-05Apply domain parameters each time url is changedQuentin Rameau1-5/+2
2016-07-05Fix inspector togglingQuentin Rameau1-8/+5
2016-07-05Rectify how parameters are handled in setparameter()Quentin Rameau1-22/+23
2016-07-05Fix parameter initialization and assignmentQuentin Rameau1-30/+34
2016-07-05Adapting the whole surf structure to new settingsQuentin Rameau2-155/+233
2016-07-05Adapt default parameters to new config styleQuentin Rameau1-29/+32
2016-07-05Introduce new data structure for handling settingsQuentin Rameau1-2/+38