about summary refs log tree commit diff
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace titlechangeleave() with catch-all winevent()Quentin Rameau2015-11-201-7/+15
* Adapt JavaScript functionsQuentin Rameau2015-11-201-25/+17
* Remove windowobjectcleared(), execute scripts on load finishedQuentin Rameau2015-11-201-14/+0
* Add createwindow() for GtkWindow creationQuentin Rameau2015-11-201-27/+37
* Add closeview() for JavaScript window closingQuentin Rameau2015-11-201-5/+13
* Remove (delete :>) deletion_interface()Quentin Rameau2015-11-201-11/+0
* Integrate beforerequest() into decidepolicy()Quentin Rameau2015-11-201-40/+32
* Remove contextmenu() and menuactivate() for "context-menu" signalQuentin Rameau2015-11-201-54/+0
* Adapted buttonrelease()Quentin Rameau2015-11-201-22/+21
* Replace initdownload() and intercept global download requests.Quentin Rameau2015-11-201-11/+26
* Adapted progresschanged()Quentin Rameau2015-11-201-5/+6
* Manage ssl errors with GTlsCertificateFlagsQuentin Rameau2015-11-201-6/+5
* Replace loadstatuschanged() with loadchanged()Quentin Rameau2015-11-201-27/+23
* Replace decidewindow() and decidedownload() with decidepolicy()Quentin Rameau2015-11-201-28/+93
* Replace createwindow() with createview()Quentin Rameau2015-11-201-8/+31
* Replace geopolicyrequested() with permissionrequested()Quentin Rameau2015-11-201-11/+15
* Replace linkhover() with mousetargetchanged()Quentin Rameau2015-11-201-12/+23
* Modify the context name of the hit testsQuentin Rameau2015-11-201-7/+9
* Adapted titlechange()Quentin Rameau2015-11-201-9/+6
* Move all necessary initialisation to newview()Quentin Rameau2015-11-201-59/+53
* Add newview() and forward related viewsQuentin Rameau2015-11-201-60/+77
* Add showview()Quentin Rameau2015-11-201-61/+68
* Separate the rendering engine processQuentin Rameau2015-11-201-0/+5
* No option to enforce 96DPI anymore on WebKit2Quentin Rameau2015-11-201-14/+0
* Scrolling is now handled through WebKitQuentin Rameau2015-11-201-34/+2
* SSL policy is now handled through WebKitQuentin Rameau2015-11-201-9/+3
* Disk cache is now handled through WebKitQuentin Rameau2015-11-201-20/+3
* Cookies are now handled through WebKitQuentin Rameau2015-11-201-108/+26
* Remove source(), it has been removed from webkit2gtkQuentin Rameau2015-11-181-12/+0