summaryrefslogtreecommitdiff
path: root/surf.c
AgeCommit message (Expand)Author
2017-04-29Free temporary certificate in setcertQuentin Rameau
2017-04-28Do not build SiteSpecific file when regex is invalidQuentin Rameau
2017-04-28Add support for using custom certificates per urlQuentin Rameau
2017-04-27Avoid using global name stylefile in setstyle()Quentin Rameau
2017-04-27Change site styles structure for a more generic oneQuentin Rameau
2017-04-23Fix 27cec48 Add a flag/keybinding for strict TLSQuentin Rameau
2017-04-23Fix a981959 Move -t stylefile flag to -C stylefileQuentin Rameau
2017-04-23Fix possible oob access of cmd in newwindow()Quentin Rameau
2017-04-20Bump year in programQuentin Rameau
2017-04-20Add a flag and toggle keybinding for strict TLSQuentin Rameau
2017-04-20Move -t stylefile flag to -C stylefileQuentin Rameau
2017-04-19Rename SSL instances to TLSQuentin Rameau
2017-04-19Set strict ssl by default and handle insecure contentQuentin Rameau
2017-04-19Add a configure option for default window sizeQuentin Rameau
2017-03-22Install Atoms before initializing gtkQuentin Rameau
2017-03-06Fix font-size setting parameter value type in newviewQuentin Rameau
2016-09-22Add support for loading Webkit extensionsQuentin Rameau
2016-07-08Reload on SIGHUPCharles Lehner
2016-07-05Add a few configuration optionsQuentin Rameau
2016-07-05Fix GdkDisplay assignment in setup()Quentin Rameau
2016-07-05Get rid of getkbdeviceQuentin Rameau
2016-07-05Fixing the last patch to the surf style.Christoph Lohmann
2016-07-05Check $HOME and home dir of $USER before getpwuid()->pw_dirDmitry Bogatov
2016-07-05Fix url parsing in load()Quentin Rameau
2016-07-05Apply domain parameters each time url is changedQuentin Rameau
2016-07-05Fix inspector togglingQuentin Rameau
2016-07-05Rectify how parameters are handled in setparameter()Quentin Rameau
2016-07-05Fix parameter initialization and assignmentQuentin Rameau
2016-07-05Adapting the whole surf structure to new settingsQuentin Rameau
2016-07-05Introduce new data structure for handling settingsQuentin Rameau
2016-03-02Get rid of JavaScript for scrolling in viewsQuentin Rameau
2015-12-01Fix title handlingQuentin Rameau
2015-11-24Fix clickexternplayer(), no need to test the target againQuentin Rameau
2015-11-23Fix user agent command-line parameterQuentin Rameau
2015-11-22Add webkit language settingsQuentin Rameau
2015-11-22Fix key handlingQuentin Rameau
2015-11-22Fix target uri handling when leaving windowQuentin Rameau
2015-11-22Adapt togglestyle()Quentin Rameau
2015-11-22Modify decideresource() and favicon handlingQuentin Rameau
2015-11-22Style change in newview(), sort signals orderQuentin Rameau
2015-11-22Fix error handling in spawn()Quentin Rameau
2015-11-22Modify default handling of cookiepolicy functionsQuentin Rameau
2015-11-22Simplify handling of c->titleQuentin Rameau
2015-11-22Fix pasteuri()Quentin Rameau
2015-11-22Style fix in sigchld()Quentin Rameau
2015-11-22Replace use of EXIT_* constants to 0 and 1Quentin Rameau
2015-11-22Fix WM_CLASS and WM_WINDOW_ROLE propertiesQuentin Rameau
2015-11-22Remove window hints settingsQuentin Rameau
2015-11-22Style indentation fixQuentin Rameau
2015-11-22Continue making chars constQuentin Rameau