about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Adapt toggle(), clean some config parametersQuentin Rameau2015-11-202-35/+71
* Adapt find()Quentin Rameau2015-11-202-10/+29
* Adapt zoom()Quentin Rameau2015-11-201-16/+11
* Adapt navigate()Quentin Rameau2015-11-201-4/+6
* Remove togglescrollbars()Quentin Rameau2015-11-202-45/+0
* Adapt scrollingQuentin Rameau2015-11-202-38/+15
* Adapt inspector handlingQuentin Rameau2015-11-202-54/+8
* 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-202-5/+14
* 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-202-24/+23
* 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-202-14/+16
* Adapted titlechange()Quentin Rameau2015-11-201-9/+6
* Move all necessary initialisation to newview()Quentin Rameau2015-11-202-60/+54
* 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-182-13/+0
* Remove proxy stuff, it's now handled by WebViewQuentin Rameau2015-11-181-20/+1
* Switch headers to webkit2Quentin Rameau2015-11-182-3/+3
* Port surf to gtk3Quentin Rameau2015-11-173-69/+70
* buildfile: don't forget to free temporary string bpathQuentin Rameau2015-11-041-0/+1
* Be more specific about what enablestyles parameter does.Quentin Rameau2015-11-033-10/+10
* Fix inspector handling when inspector is disabled.Quentin Rameau2015-11-031-4/+6
* Fix usage(), -m and -M for styles were absent.Quentin Rameau2015-11-031-1/+1
* Fix fullscreen handlingQuentin Rameau2015-11-032-7/+5
* Add setstyle()Quentin Rameau2015-10-311-14/+14