Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Style change in functions ordering | Quentin Rameau | 2015-11-21 | 1 | -783/+781 | |
* | Cleanup remaining unused variables and copystr() | Quentin Rameau | 2015-11-20 | 1 | -18/+0 | |
* | Adapt newwindow() | Quentin Rameau | 2015-11-20 | 1 | -25/+36 | |
* | Adapt user agent handling | Quentin Rameau | 2015-11-20 | 1 | -4/+9 | |
* | Adapt updatetitle() | Quentin Rameau | 2015-11-20 | 1 | -14/+12 | |
* | Adapt toggle statistics | Quentin Rameau | 2015-11-20 | 1 | -33/+17 | |
* | Adapt page statistics | Quentin Rameau | 2015-11-20 | 1 | -10/+8 | |
* | Adapt loaduri() | Quentin Rameau | 2015-11-20 | 1 | -21/+18 | |
* | Rename mouse functions to clickFUNCTION() | Quentin Rameau | 2015-11-20 | 1 | -9/+12 | |
* | Adapt toggle(), clean some config parameters | Quentin Rameau | 2015-11-20 | 1 | -24/+59 | |
* | Adapt find() | Quentin Rameau | 2015-11-20 | 1 | -8/+24 | |
* | Adapt zoom() | Quentin Rameau | 2015-11-20 | 1 | -16/+11 | |
* | Adapt navigate() | Quentin Rameau | 2015-11-20 | 1 | -4/+6 | |
* | Remove togglescrollbars() | Quentin Rameau | 2015-11-20 | 1 | -44/+0 | |
* | Adapt scrolling | Quentin Rameau | 2015-11-20 | 1 | -32/+8 | |
* | Adapt inspector handling | Quentin Rameau | 2015-11-20 | 1 | -53/+7 | |
* | Adapt print() | Quentin Rameau | 2015-11-20 | 1 | -3/+4 | |
* | Simplify building of stylefiles path | Quentin Rameau | 2015-11-20 | 1 | -11/+4 | |
* | Adapt setstyle() | Quentin Rameau | 2015-11-20 | 1 | -4/+16 | |
* | Adapt clipboard() | Quentin Rameau | 2015-11-20 | 1 | -8/+6 | |
* | Rename fullscreen() to togglefullscreen() | Quentin Rameau | 2015-11-20 | 1 | -4/+13 | |
* | Replace titlechangeleave() with catch-all winevent() | Quentin Rameau | 2015-11-20 | 1 | -7/+15 | |
* | Adapt JavaScript functions | Quentin Rameau | 2015-11-20 | 1 | -25/+17 | |
* | Remove windowobjectcleared(), execute scripts on load finished | Quentin Rameau | 2015-11-20 | 1 | -14/+0 | |
* | Add createwindow() for GtkWindow creation | Quentin Rameau | 2015-11-20 | 1 | -27/+37 | |
* | Add closeview() for JavaScript window closing | Quentin Rameau | 2015-11-20 | 1 | -5/+13 | |
* | Remove (delete :>) deletion_interface() | Quentin Rameau | 2015-11-20 | 1 | -11/+0 | |
* | Integrate beforerequest() into decidepolicy() | Quentin Rameau | 2015-11-20 | 1 | -40/+32 | |
* | Remove contextmenu() and menuactivate() for "context-menu" signal | Quentin Rameau | 2015-11-20 | 1 | -54/+0 | |
* | Adapted buttonrelease() | Quentin Rameau | 2015-11-20 | 1 | -22/+21 | |
* | Replace initdownload() and intercept global download requests. | Quentin Rameau | 2015-11-20 | 1 | -11/+26 | |
* | Adapted progresschanged() | Quentin Rameau | 2015-11-20 | 1 | -5/+6 | |
* | Manage ssl errors with GTlsCertificateFlags | Quentin Rameau | 2015-11-20 | 1 | -6/+5 | |
* | Replace loadstatuschanged() with loadchanged() | Quentin Rameau | 2015-11-20 | 1 | -27/+23 | |
* | Replace decidewindow() and decidedownload() with decidepolicy() | Quentin Rameau | 2015-11-20 | 1 | -28/+93 | |
* | Replace createwindow() with createview() | Quentin Rameau | 2015-11-20 | 1 | -8/+31 | |
* | Replace geopolicyrequested() with permissionrequested() | Quentin Rameau | 2015-11-20 | 1 | -11/+15 | |
* | Replace linkhover() with mousetargetchanged() | Quentin Rameau | 2015-11-20 | 1 | -12/+23 | |
* | Modify the context name of the hit tests | Quentin Rameau | 2015-11-20 | 1 | -7/+9 | |
* | Adapted titlechange() | Quentin Rameau | 2015-11-20 | 1 | -9/+6 | |
* | Move all necessary initialisation to newview() | Quentin Rameau | 2015-11-20 | 1 | -59/+53 | |
* | Add newview() and forward related views | Quentin Rameau | 2015-11-20 | 1 | -60/+77 | |
* | Add showview() | Quentin Rameau | 2015-11-20 | 1 | -61/+68 | |
* | Separate the rendering engine process | Quentin Rameau | 2015-11-20 | 1 | -0/+5 | |
* | No option to enforce 96DPI anymore on WebKit2 | Quentin Rameau | 2015-11-20 | 1 | -14/+0 | |
* | Scrolling is now handled through WebKit | Quentin Rameau | 2015-11-20 | 1 | -34/+2 | |
* | SSL policy is now handled through WebKit | Quentin Rameau | 2015-11-20 | 1 | -9/+3 | |
* | Disk cache is now handled through WebKit | Quentin Rameau | 2015-11-20 | 1 | -20/+3 | |
* | Cookies are now handled through WebKit | Quentin Rameau | 2015-11-20 | 1 | -108/+26 | |
* | Remove source(), it has been removed from webkit2gtk | Quentin Rameau | 2015-11-18 | 1 | -12/+0 |