summaryrefslogtreecommitdiff
path: root/surf.c
AgeCommit message (Expand)Author
2015-11-20Cleanup remaining unused variables and copystr()Quentin Rameau
2015-11-20Adapt newwindow()Quentin Rameau
2015-11-20Adapt user agent handlingQuentin Rameau
2015-11-20Adapt updatetitle()Quentin Rameau
2015-11-20Adapt toggle statisticsQuentin Rameau
2015-11-20Adapt page statisticsQuentin Rameau
2015-11-20Adapt loaduri()Quentin Rameau
2015-11-20Rename mouse functions to clickFUNCTION()Quentin Rameau
2015-11-20Adapt toggle(), clean some config parametersQuentin Rameau
2015-11-20Adapt find()Quentin Rameau
2015-11-20Adapt zoom()Quentin Rameau
2015-11-20Adapt navigate()Quentin Rameau
2015-11-20Remove togglescrollbars()Quentin Rameau
2015-11-20Adapt scrollingQuentin Rameau
2015-11-20Adapt inspector handlingQuentin Rameau
2015-11-20Adapt print()Quentin Rameau
2015-11-20Simplify building of stylefiles pathQuentin Rameau
2015-11-20Adapt setstyle()Quentin Rameau
2015-11-20Adapt clipboard()Quentin Rameau
2015-11-20Rename fullscreen() to togglefullscreen()Quentin Rameau
2015-11-20Replace titlechangeleave() with catch-all winevent()Quentin Rameau
2015-11-20Adapt JavaScript functionsQuentin Rameau
2015-11-20Remove windowobjectcleared(), execute scripts on load finishedQuentin Rameau
2015-11-20Add createwindow() for GtkWindow creationQuentin Rameau
2015-11-20Add closeview() for JavaScript window closingQuentin Rameau
2015-11-20Remove (delete :>) deletion_interface()Quentin Rameau
2015-11-20Integrate beforerequest() into decidepolicy()Quentin Rameau
2015-11-20Remove contextmenu() and menuactivate() for "context-menu" signalQuentin Rameau
2015-11-20Adapted buttonrelease()Quentin Rameau
2015-11-20Replace initdownload() and intercept global download requests.Quentin Rameau
2015-11-20Adapted progresschanged()Quentin Rameau
2015-11-20Manage ssl errors with GTlsCertificateFlagsQuentin Rameau
2015-11-20Replace loadstatuschanged() with loadchanged()Quentin Rameau
2015-11-20Replace decidewindow() and decidedownload() with decidepolicy()Quentin Rameau
2015-11-20Replace createwindow() with createview()Quentin Rameau
2015-11-20Replace geopolicyrequested() with permissionrequested()Quentin Rameau
2015-11-20Replace linkhover() with mousetargetchanged()Quentin Rameau
2015-11-20Modify the context name of the hit testsQuentin Rameau
2015-11-20Adapted titlechange()Quentin Rameau
2015-11-20Move all necessary initialisation to newview()Quentin Rameau
2015-11-20Add newview() and forward related viewsQuentin Rameau
2015-11-20Add showview()Quentin Rameau
2015-11-20Separate the rendering engine processQuentin Rameau
2015-11-20No option to enforce 96DPI anymore on WebKit2Quentin Rameau
2015-11-20Scrolling is now handled through WebKitQuentin Rameau
2015-11-20SSL policy is now handled through WebKitQuentin Rameau
2015-11-20Disk cache is now handled through WebKitQuentin Rameau
2015-11-20Cookies are now handled through WebKitQuentin Rameau
2015-11-18Remove source(), it has been removed from webkit2gtkQuentin Rameau
2015-11-18Remove proxy stuff, it's now handled by WebViewQuentin Rameau