vimb.git
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.
2017-06-21 Daniel CarlEnable JavaScript as long the hinting is done #421.
2017-06-21 Daniel CarlAvoid dbus timeout by timeout function in js #421.
2017-06-21 Daniel CarlRemove event observers in clear().
2017-06-21 Daniel CarlShow extension dir in version output too.
2017-06-20 Daniel CarlFixed endless loop on hints with same length.
2017-06-20 Daniel CarlShortened hint logic a little.
2017-06-20 Daniel CarlRecalculate and draw hints after resize or scroll.
2017-06-19 Daniel CarlMore fine grained version info.
2017-06-19 Patrick Steinhardthistory: skip adding items if history is disabled
2017-06-18 Daniel CarlShortened variables.
2017-06-18 Daniel CarlMerge branch 'improve_hint_char_selection' of https...
2017-06-15 Robert Timmadds hints.html manual test page
2017-06-15 Robert Timmimproves hint char selection
2017-06-15 Daniel CarlHelp contributors to find something to work on.
2017-06-15 Daniel CarlRemove TODO which is now available as issue.
2017-06-14 Daniel CarlAdded goals to CONTRIBUTING file.
2017-06-14 Daniel CarlRenamed CONTRIBUTING file because github likes that.
2017-06-14 Daniel CarlFix O after searching caused empty inputbox.
2017-06-14 Daniel CarlDon't allocate memory for none shown messages.
2017-06-14 Daniel CarlUse web context of the webview instead of default.
2017-06-13 Daniel CarlKeep xid generation and setting to env close together.
2017-06-13 Daniel CarlDon't set window size if embedded #417.
2017-06-08 Daniel CarlLower required webkit version #415.
2017-06-08 Daniel CarlDon't limit web processes to one.
2017-06-05 Daniel CarlFixed unused function parameter.
2017-06-02 Daniel CarlDon't recompile all objects in scripts change.
2017-06-02 Daniel CarlRemove also desktop file on uninstall.
2017-06-02 Daniel CarlAdapt comment to fit the js2h logic.
2017-05-30 Daniel CarlRemove duplicate call to webkit_uri_request_get_uri.
2017-05-30 Daniel CarlRemove function parameter to embed new spawned instances.
2017-05-30 Daniel CarlFree memory of pid string.
2017-05-26 Daniel CarlReleased version 3.0-alpha.
2017-05-26 Daniel CarlMerge branch 'webkit2'.
2017-05-26 Daniel CarlUpdate license year.
2017-05-26 Daniel CarlRemoved no_proxy from man.
2017-05-24 Daniel CarlSet window default size.
2017-05-24 Daniel CarlAdd :clearcache command.
2017-05-24 Daniel CarlRemoved hard coded tls policy.
2017-05-23 Daniel CarlSort changed settings.
2017-05-23 Daniel CarlAdded hardware acceleration to man page.
2017-05-23 Daniel CarlUse dashed naming for user-agent too.
2017-05-23 Daniel CarlChange default user-agent.
2017-05-21 Daniel CarlStop hinting when element clicked by mouse.
2017-05-21 Daniel CarlDon't handle hint in new window by javascript.
next