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