about summary refs log tree commit diff
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a981959 Move -t stylefile flag to -C stylefileQuentin Rameau2017-04-231-5/+5
* Fix possible oob access of cmd in newwindow()Quentin Rameau2017-04-231-1/+1
* Bump year in programQuentin Rameau2017-04-201-1/+1
* Add a flag and toggle keybinding for strict TLSQuentin Rameau2017-04-201-3/+4
* Move -t stylefile flag to -C stylefileQuentin Rameau2017-04-201-3/+3
* Rename SSL instances to TLSQuentin Rameau2017-04-191-4/+4
* Set strict ssl by default and handle insecure contentQuentin Rameau2017-04-191-10/+19
* Add a configure option for default window sizeQuentin Rameau2017-04-191-1/+1
* Install Atoms before initializing gtkQuentin Rameau2017-03-221-6/+9
* Fix font-size setting parameter value type in newviewQuentin Rameau2017-03-061-1/+1
* Add support for loading Webkit extensionsQuentin Rameau2016-09-221-0/+9
* Reload on SIGHUPCharles Lehner2016-07-081-0/+14
* Add a few configuration optionsQuentin Rameau2016-07-051-0/+15
* Fix GdkDisplay assignment in setup()Quentin Rameau2016-07-051-1/+2
* Get rid of getkbdeviceQuentin Rameau2016-07-051-19/+3
* Fixing the last patch to the surf style.Christoph Lohmann2016-07-051-15/+18
* Check $HOME and home dir of $USER before getpwuid()->pw_dirDmitry Bogatov2016-07-051-7/+36
* Fix url parsing in load()Quentin Rameau2016-07-051-1/+4
* Apply domain parameters each time url is changedQuentin Rameau2016-07-051-5/+2
* Fix inspector togglingQuentin Rameau2016-07-051-8/+5
* Rectify how parameters are handled in setparameter()Quentin Rameau2016-07-051-22/+23
* Fix parameter initialization and assignmentQuentin Rameau2016-07-051-30/+34
* Adapting the whole surf structure to new settingsQuentin Rameau2016-07-051-154/+233
* Introduce new data structure for handling settingsQuentin Rameau2016-07-051-2/+38
* Get rid of JavaScript for scrolling in viewsQuentin Rameau2016-03-021-11/+51
* Fix title handlingQuentin Rameau2015-12-011-4/+8
* Fix clickexternplayer(), no need to test the target againQuentin Rameau2015-11-241-4/+2
* Fix user agent command-line parameterQuentin Rameau2015-11-231-1/+1
* Add webkit language settingsQuentin Rameau2015-11-221-0/+7
* Fix key handlingQuentin Rameau2015-11-221-41/+17
* Fix target uri handling when leaving windowQuentin Rameau2015-11-221-9/+16
* Adapt togglestyle()Quentin Rameau2015-11-221-1/+6
* Modify decideresource() and favicon handlingQuentin Rameau2015-11-221-4/+5
* Style change in newview(), sort signals orderQuentin Rameau2015-11-221-12/+12
* Fix error handling in spawn()Quentin Rameau2015-11-221-2/+2
* Modify default handling of cookiepolicy functionsQuentin Rameau2015-11-221-6/+4
* Simplify handling of c->titleQuentin Rameau2015-11-221-17/+13
* Fix pasteuri()Quentin Rameau2015-11-221-1/+1
* Style fix in sigchld()Quentin Rameau2015-11-221-1/+2
* Replace use of EXIT_* constants to 0 and 1Quentin Rameau2015-11-221-2/+2
* Fix WM_CLASS and WM_WINDOW_ROLE propertiesQuentin Rameau2015-11-221-12/+8
* Remove window hints settingsQuentin Rameau2015-11-221-3/+0
* Style indentation fixQuentin Rameau2015-11-221-2/+2
* Continue making chars constQuentin Rameau2015-11-221-2/+2
* Correct and simplify buttonreleased() gdk eventQuentin Rameau2015-11-221-5/+4
* Un(g)boolify to separate GTK dependant code from the restQuentin Rameau2015-11-221-9/+7
* Use char instead of gchar and make them const when possibleQuentin Rameau2015-11-221-6/+6
* Style update for indentationQuentin Rameau2015-11-221-160/+137
* Add mouse function to play medias in external playerQuentin Rameau2015-11-211-0/+12
* Style change in includes orderQuentin Rameau2015-11-211-18/+18