vimb.git
2018-06-17 Daniel CarlFixed -Werror=format-security issue.
2018-06-16 Daniel CarlReleased version 3.2.0.
2018-06-16 Yutao YuanFix missing string.h include
2018-06-14 Daniel CarlAdd new setting show-titlebar to CHANGELOG.
2018-06-14 Daniel CarlMake function static.
2018-06-14 Daniel CarlMerge branch 'fix-url-detection' of https://github...
2018-06-13 Daniel CarlAdded tests for shortcuts #357.
2018-06-13 George BatemanMake URL detection more robust
2018-06-13 Daniel CarlDo not damage utf8 string on escape.
2018-06-13 Daniel CarlAdded first test for the util functions #357.
2018-06-13 Daniel CarlFixed indentation.
2018-06-13 George BatemanDocument :set show-titlebar
2018-06-12 George BatemanDetect localhost and IPv6 as valid URLs. Fixes #478.
2018-06-12 George BatemanAllow user to hide and show the titlebar on demand...
2018-06-11 Daniel CarlFix wrong order of branch names in changelog.
2018-06-11 Daniel CarlUpdate changelog.
2018-06-11 Daniel CarlAllow to react on permission-requests.
2018-06-11 George BatemanClarify :set usage in man page
2018-06-02 Daniel CarlRemove not really needed variable.
2018-06-02 Daniel CarlFixed possible memory leak in case of errors.
2018-06-02 Daniel CarlReuse success flag.
2018-06-02 Daniel CarlFixed some code style issues.
2018-06-02 Daniel CarlMerge branch 'master' of https://github.com/svensp...
2018-06-01 Sven Speckmaiermoved id to its own variable to adher to IPO model
2018-05-30 Sven Speckmaiermulti line javascript used from scripts/scripts.h
2018-05-29 Daniel CarlUse vimbhint attribute also for styling.
2018-05-29 Sven Speckmaieruse vimb_editor_map when no id is present
2018-05-28 Sven Speckmaierassert and free data->element_id in editor return
2018-05-28 Sven Speckmaierfix indentation to adher to the contribution guidlines
2018-05-28 Sven SpeckmaierRemember element id per open process watch
2018-05-27 Daniel CarlFix wrong search hit count shown on prev/next.
2018-05-17 Daniel CarlMoved issue template.
2018-05-16 Daniel CarlMention similar projects.
2018-05-15 Daniel CarlUse g_strescape() to escape editor contents.
2018-05-15 Daniel CarlMore info when spawning of editor-command fails.
2018-05-08 Daniel CarlSet tree model direct to tree view.
2018-05-08 Daniel CarlStart vimb with maximized window #483.
2018-05-07 Daniel CarlMoved completion_fill to settings.
2018-05-07 Daniel CarlRemove none used gui styling for completion.
2018-05-07 Daniel CarlRemove other missed combat code.
2018-05-07 Daniel CarlRemove unused code in completion processing.
2018-05-02 Daniel CarlUse sqlite as cookie storage #470.
2018-04-28 Daniel CarlClear search on stopping incsearch.
2018-04-28 Daniel CarlShop the numbers of search matches in status bar.
2018-04-27 Daniel CarlAllow basic motion commands for hinting too.
2018-04-27 Daniel CarlRemoved vimb for webkit1 combat code.
2018-04-16 Daniel CarlFixed none cleaned webextension object files.
2018-04-16 Daniel CarlInclude dependencies at the end.
2018-04-16 Daniel CarlDon't memory slices for single structs.
2018-04-16 Daniel CarlDon not make handler struct public.
2018-04-16 Daniel CarlRemoved unused struct.
2018-04-14 Daniel CarlDo not propagate the shortcut struct.
2018-04-14 Daniel CarlDo not give client to util functions.
2018-04-14 Daniel CarlUse separate makefile in for scripts.
2018-04-14 Daniel CarlDo not use to many variables in makefiles.
2018-04-13 Daniel CarlGive CPP and CFLAGS separate to compiler.
2018-03-28 Daniel CarlUpdate license year.
2017-12-18 Daniel Carl Released version 3.1.0.
2017-12-02 Daniel CarlAdd warning when web extension could not be found.
2017-11-24 DocbrokeSpelling correction (#458)
2017-11-17 Daniel CarlDo not sanitize uri if this is no needed.
2017-11-15 Daniel CarlAvoid uninitialized use of uri warning.
2017-11-15 Daniel CarlSanitize uri internally by default.
2017-11-15 Daniel CarlMove sanitize_uri to utils.
2017-11-14 Rudis MuiznieksSanitizing uri with SoupURI instead of regex.
2017-11-10 Rudis MuiznieksHide username:password@ in urlbar
2017-11-05 Daniel CarlUse suggested file name from uri on :save #449
2017-10-28 Daniel CarlMerge pull request #448 from yblein/restart-last-search
2017-10-28 Yoann Bleinn/N restart the previous search if none is active
2017-10-13 Daniel CarlUpdate changelog for lates fix.
2017-10-13 Daniel CarlSwitch to input mode on authentication request #444.
2017-10-05 Daniel CarlAdded autocmd to commands that can not contain pipe.
2017-10-05 Yoann BleinRename hint-number-same-length into hint-keys-same...
2017-10-05 Daniel CarlFixed typo in man page for auto command event.
2017-10-01 Yoann BleinReintroduce autocmd and augroups. Fix #356
2017-08-04 Daniel CarlFixed none freed memory.
2017-07-25 Daniel CarlAdd comment about header caching #411.
2017-07-24 Daniel CarlUse same sorting or url in tag completion.
2017-07-24 Daniel CarlShow --bug-info separate from version.
2017-07-24 Daniel CarlRemove private PKGBUILD from releases.
2017-07-23 Daniel CarlMerge pull request #431 from rti/rti_readme_arch_pkg_update
2017-07-21 Robert Timmupdates arch pkg info in README.md
2017-07-19 Daniel CarlUpdate the changelog.
2017-07-18 Daniel CarlAdd bookmark completion for :bmr.
2017-07-17 Daniel CarlSplit client creation into pieces.
2017-07-17 Daniel CarlDon't duplicate CFLAGS and CPPFLAGS.
2017-07-17 Daniel CarlAllow extended hinting g-mode also for ;o.
2017-07-08 Daniel CarlDo not copy variable used only once.
2017-07-08 Daniel CarlFixed none cleared valid hints #427.
2017-07-08 Daniel CarlMerge pull request #429 from fanglingsu/issue-427
2017-07-08 Daniel CarlMention numeric hint-keys in man page #427.
2017-07-08 Daniel CarlUse new numeric hint-keys as default setting #427.
2017-07-08 Daniel CarlHandle hintkeys beginning with 0 special #427.
2017-06-28 Daniel CarlAdd factory to get hint labeler #427.
2017-06-27 Daniel CarlFixed alignements.
2017-06-27 Daniel CarlFixed wrong scroll position calculation #428.
2017-06-24 Daniel CarlAlways create new user content manager.
2017-06-24 Daniel CarlFixed wrong case of bool values in JS calls.
2017-06-24 Daniel CarlUse Uppercase bool value from glib.
2017-06-24 Daniel CarlUse more async script evaluation #421.
next