about summary refs log tree commit diff
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Style change in functions orderingQuentin Rameau2015-11-211-783/+781
* Cleanup remaining unused variables and copystr()Quentin Rameau2015-11-201-18/+0
* Adapt newwindow()Quentin Rameau2015-11-201-25/+36
* Adapt user agent handlingQuentin Rameau2015-11-201-4/+9
* Adapt updatetitle()Quentin Rameau2015-11-201-14/+12
* Adapt toggle statisticsQuentin Rameau2015-11-201-33/+17
* Adapt page statisticsQuentin Rameau2015-11-201-10/+8
* Adapt loaduri()Quentin Rameau2015-11-201-21/+18
* Rename mouse functions to clickFUNCTION()Quentin Rameau2015-11-201-9/+12
* Adapt toggle(), clean some config parametersQuentin Rameau2015-11-201-24/+59
* Adapt find()Quentin Rameau2015-11-201-8/+24
* Adapt zoom()Quentin Rameau2015-11-201-16/+11
* Adapt navigate()Quentin Rameau2015-11-201-4/+6
* Remove togglescrollbars()Quentin Rameau2015-11-201-44/+0
* Adapt scrollingQuentin Rameau2015-11-201-32/+8
* Adapt inspector handlingQuentin Rameau2015-11-201-53/+7
* Adapt print()Quentin Rameau2015-11-201-3/+4
* Simplify building of stylefiles pathQuentin Rameau2015-11-201-11/+4
* Adapt setstyle()Quentin Rameau2015-11-201-4/+16
* Adapt clipboard()Quentin Rameau2015-11-201-8/+6
* Rename fullscreen() to togglefullscreen()Quentin Rameau2015-11-201-4/+13