index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2018-08-27
Check webextension at startup by default.
Daniel Carl
2018-06-18
Fixed -Werror=format-security issue.
Daniel Carl
2018-06-14
Make function static.
Daniel Carl
2018-06-13
Make URL detection more robust
George Bateman
2018-06-12
Detect localhost and IPv6 as valid URLs. Fixes #478.
George Bateman
2018-06-11
Allow to react on permission-requests.
Daniel Carl
2018-05-28
Fix wrong search hit count shown on prev/next.
Daniel Carl
2018-05-08
Start vimb with maximized window #483.
Daniel Carl
2018-05-02
Use sqlite as cookie storage #470.
Daniel Carl
2018-04-27
Removed vimb for webkit1 combat code.
Daniel Carl
2018-04-16
Don not make handler struct public.
Daniel Carl
2018-04-15
Do not propagate the shortcut struct.
Daniel Carl
2018-04-14
Do not give client to util functions.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-12-02
Add warning when web extension could not be found.
Daniel Carl
2017-11-15
Avoid uninitialized use of uri warning.
Daniel Carl
2017-11-15
Sanitize uri internally by default.
Daniel Carl
2017-11-15
Move sanitize_uri to utils.
Daniel Carl
2017-11-14
Sanitizing uri with SoupURI instead of regex.
Rudis Muiznieks
2017-11-09
Hide username:password@ in urlbar
Rudis Muiznieks
2017-11-05
Use suggested file name from uri on :save #449
Daniel Carl
2017-10-28
Merge pull request #448 from yblein/restart-last-search
Daniel Carl
2017-10-28
n/N restart the previous search if none is active
Yoann Blein
2017-10-13
Switch to input mode on authentication request #444.
Daniel Carl
2017-10-01
Reintroduce autocmd and augroups. Fix #356
Yoann Blein
2017-07-24
Show --bug-info separate from version.
Daniel Carl
2017-07-18
Split client creation into pieces.
Daniel Carl
2017-06-28
Fixed alignements.
Daniel Carl
2017-06-25
Always create new user content manager.
Daniel Carl
2017-06-24
Use Uppercase bool value from glib.
Daniel Carl
2017-06-21
Show extension dir in version output too.
Daniel Carl
2017-06-19
More fine grained version info.
Daniel Carl
2017-06-14
Fix O after searching caused empty inputbox.
Daniel Carl
2017-06-14
Don't allocate memory for none shown messages.
Daniel Carl
2017-06-14
Use web context of the webview instead of default.
Daniel Carl
2017-06-13
Keep xid generation and setting to env close together.
Daniel Carl
2017-06-13
Don't set window size if embedded #417.
Daniel Carl
2017-06-09
Don't limit web processes to one.
Daniel Carl
2017-05-30
Remove duplicate call to webkit_uri_request_get_uri.
Daniel Carl
2017-05-30
Remove function parameter to embed new spawned instances.
Daniel Carl
2017-05-30
Free memory of pid string.
Daniel Carl
2017-05-26
Update license year.
Daniel Carl
2017-05-24
Set window default size.
Daniel Carl
2017-05-24
Removed hard coded tls policy.
Daniel Carl
2017-05-21
Stop hinting when element clicked by mouse.
Daniel Carl
2017-05-21
Don't handle hint in new window by javascript.
Daniel Carl
2017-05-20
Cast to OptArgFunction.
Daniel Carl
2017-05-18
Eliminate dead code from main.c
Ferenc-
2017-05-17
Use dashed setting names.
Daniel Carl
2017-05-12
Fixed wrong client to webpage relation #349.
Daniel Carl
[prev]
[next]