index
:
surf
surf-webkit2
Personal fork of surf browser with features for my needs
nginx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-20
Rename mouse functions to clickFUNCTION()
Quentin Rameau
2
-14
/
+17
2015-11-20
Adapt toggle(), clean some config parameters
Quentin Rameau
2
-35
/
+71
2015-11-20
Adapt find()
Quentin Rameau
2
-10
/
+29
2015-11-20
Adapt zoom()
Quentin Rameau
1
-16
/
+11
2015-11-20
Adapt navigate()
Quentin Rameau
1
-4
/
+6
2015-11-20
Remove togglescrollbars()
Quentin Rameau
2
-45
/
+0
2015-11-20
Adapt scrolling
Quentin Rameau
2
-38
/
+15
2015-11-20
Adapt inspector handling
Quentin Rameau
2
-54
/
+8
2015-11-20
Adapt print()
Quentin Rameau
1
-3
/
+4
2015-11-20
Simplify building of stylefiles path
Quentin Rameau
1
-11
/
+4
2015-11-20
Adapt setstyle()
Quentin Rameau
1
-4
/
+16
2015-11-20
Adapt clipboard()
Quentin Rameau
1
-8
/
+6
2015-11-20
Rename fullscreen() to togglefullscreen()
Quentin Rameau
2
-5
/
+14
2015-11-20
Replace titlechangeleave() with catch-all winevent()
Quentin Rameau
1
-7
/
+15
2015-11-20
Adapt JavaScript functions
Quentin Rameau
1
-25
/
+17
2015-11-20
Remove windowobjectcleared(), execute scripts on load finished
Quentin Rameau
1
-14
/
+0
2015-11-20
Add createwindow() for GtkWindow creation
Quentin Rameau
1
-27
/
+37
2015-11-20
Add closeview() for JavaScript window closing
Quentin Rameau
1
-5
/
+13
2015-11-20
Remove (delete :>) deletion_interface()
Quentin Rameau
1
-11
/
+0
2015-11-20
Integrate beforerequest() into decidepolicy()
Quentin Rameau
1
-40
/
+32
2015-11-20
Remove contextmenu() and menuactivate() for "context-menu" signal
Quentin Rameau
1
-54
/
+0
2015-11-20
Adapted buttonrelease()
Quentin Rameau
2
-24
/
+23
2015-11-20
Replace initdownload() and intercept global download requests.
Quentin Rameau
1
-11
/
+26
2015-11-20
Adapted progresschanged()
Quentin Rameau
1
-5
/
+6
2015-11-20
Manage ssl errors with GTlsCertificateFlags
Quentin Rameau
1
-6
/
+5
2015-11-20
Replace loadstatuschanged() with loadchanged()
Quentin Rameau
1
-27
/
+23
2015-11-20
Replace decidewindow() and decidedownload() with decidepolicy()
Quentin Rameau
1
-28
/
+93
2015-11-20
Replace createwindow() with createview()
Quentin Rameau
1
-8
/
+31
2015-11-20
Replace geopolicyrequested() with permissionrequested()
Quentin Rameau
1
-11
/
+15
2015-11-20
Replace linkhover() with mousetargetchanged()
Quentin Rameau
1
-12
/
+23
2015-11-20
Modify the context name of the hit tests
Quentin Rameau
2
-14
/
+16
2015-11-20
Adapted titlechange()
Quentin Rameau
1
-9
/
+6
2015-11-20
Move all necessary initialisation to newview()
Quentin Rameau
2
-60
/
+54
2015-11-20
Add newview() and forward related views
Quentin Rameau
1
-60
/
+77
2015-11-20
Add showview()
Quentin Rameau
1
-61
/
+68
2015-11-20
Separate the rendering engine process
Quentin Rameau
1
-0
/
+5
2015-11-20
No option to enforce 96DPI anymore on WebKit2
Quentin Rameau
1
-14
/
+0
2015-11-20
Scrolling is now handled through WebKit
Quentin Rameau
1
-34
/
+2
2015-11-20
SSL policy is now handled through WebKit
Quentin Rameau
1
-9
/
+3
2015-11-20
Disk cache is now handled through WebKit
Quentin Rameau
1
-20
/
+3
2015-11-20
Cookies are now handled through WebKit
Quentin Rameau
1
-108
/
+26
2015-11-18
Remove source(), it has been removed from webkit2gtk
Quentin Rameau
2
-13
/
+0
2015-11-18
Remove proxy stuff, it's now handled by WebView
Quentin Rameau
1
-20
/
+1
2015-11-18
Switch headers to webkit2
Quentin Rameau
2
-3
/
+3
2015-11-17
Port surf to gtk3
Quentin Rameau
3
-69
/
+70
2015-11-04
buildfile: don't forget to free temporary string bpath
Quentin Rameau
1
-0
/
+1
2015-11-03
Be more specific about what enablestyles parameter does.
Quentin Rameau
3
-10
/
+10
2015-11-03
Fix inspector handling when inspector is disabled.
Quentin Rameau
1
-4
/
+6
2015-11-03
Fix usage(), -m and -M for styles were absent.
Quentin Rameau
1
-1
/
+1
2015-11-03
Fix fullscreen handling
Quentin Rameau
2
-7
/
+5
[next]