about summary refs log tree commit diff
path: root/surf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-03-06Disable globbing in curl commandDmitrij D. Czarkoff1-1/+1
2016-03-02Get rid of JavaScript for scrolling in viewsQuentin Rameau2-18/+61
2016-03-02Modify linking parameterQuentin Rameau1-1/+1
2016-03-02Import the arg.h from st which fixed the oob bug.Christoph Lohmann1-20/+27
2015-12-01Fix title handlingQuentin Rameau1-4/+8
2015-11-24Fix clickexternplayer(), no need to test the target againQuentin Rameau1-4/+2
2015-11-23Fix user agent command-line parameterQuentin Rameau1-1/+1
2015-11-22Add webkit language settingsQuentin Rameau2-0/+12
2015-11-22Fix key handlingQuentin Rameau1-41/+17
2015-11-22Fix target uri handling when leaving windowQuentin Rameau1-9/+16
2015-11-22Adapt togglestyle()Quentin Rameau1-1/+6
2015-11-22Modify decideresource() and favicon handlingQuentin Rameau1-4/+5
2015-11-22Style change in newview(), sort signals orderQuentin Rameau1-12/+12
2015-11-22Fix error handling in spawn()Quentin Rameau1-2/+2
2015-11-22Modify default handling of cookiepolicy functionsQuentin Rameau1-6/+4
2015-11-22Simplify handling of c->titleQuentin Rameau1-17/+13
2015-11-22Fix pasteuri()Quentin Rameau1-1/+1
2015-11-22Style fix in sigchld()Quentin Rameau1-1/+2
2015-11-22Replace use of EXIT_* constants to 0 and 1Quentin Rameau1-2/+2
2015-11-22Fix WM_CLASS and WM_WINDOW_ROLE propertiesQuentin Rameau1-12/+8
2015-11-22Remove window hints settingsQuentin Rameau1-3/+0
2015-11-22Style indentation fixQuentin Rameau1-2/+2
2015-11-22Continue making chars constQuentin Rameau1-2/+2
2015-11-22Correct and simplify buttonreleased() gdk eventQuentin Rameau1-5/+4