summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-15conditional compilation for js markupSadoon AlBader
2021-09-15add entry for javascript-markup-enabledSadoon AlBader
2021-09-15Add setting for toggling javascript markup optionSadoon Al-Bader
2021-03-02add kill to hint modeChris Howey
2021-02-19Use guint64 instead of glong. (#660)Holger Langenau
2021-01-25Add new env VIMB_WIN_ID to hold the gtk window id.Daniel Carl
2021-01-25Do not fail in hinting if element clientRects could not be found.Daniel Carl
2021-01-07Fix none registered webextension in ephemeral mode.Daniel Carl
2021-01-04Make note about new notification setting to changelog.Daniel Carl
2021-01-03remove useless printfCássio
2020-12-22removed unecessary includeCássio
2020-12-22added documentation for the notification settingCássio
2020-12-22added support for web notifications via dbusCássio
2020-11-20Expanded dependencies section (#648)Victor Albertsson
2020-10-13Move some file to $XDG_DATA_HOME #582.Daniel Carl
2020-10-12Moved some default settings into config.def.h.Daniel Carl
2020-06-07Update CHANGELOG.Daniel Carl
2020-06-07Merge branch 'master' of https://github.com/Unixsys/vimb.Daniel Carl
2020-06-07Merge branch 'fix-i-crash' of https://github.com/mawww/vimbDaniel Carl
2020-06-05Hinting over an element with no url or source is not an errorMaxime Coste
2020-06-05Fix crash in normal_focus_last_activeMaxime Coste
2020-05-28Fixed typo in setting #617.Daniel Carl
2020-05-26Update README.md with descriptive languageUnixsys
2020-04-15Allow to push link url to queue by <S-LeftMouse> #610.Daniel Carl
2020-04-04Do not auto close stale issues.Daniel Carl
2020-02-29Allow to set scroll-multiplier #602.Daniel Carl
2020-02-28Allow to focus last input field by 'i' #605.Daniel Carl
2020-02-21Use g_string_erase instead of memmove.Daniel Carl
2020-02-21Do not run queued events if the last key was not typed.Daniel Carl
2020-02-14Use old C89 comments.Daniel Carl
2020-02-12fix conditional xembed compilationRaphael Gosselin
2020-01-11Give the customers LDFLAGS to webextension too.Daniel Carl
2020-01-10update arch linux packagesSFort
2020-01-10Do not require trailing newline in config file #586.Daniel Carl
2020-01-10Update travis-ci status badge to new url.Daniel Carl
2020-01-10Give current selection as env on :shellcmd #592.Daniel Carl
2020-01-04Remove expansion of '%' #584.Daniel Carl
2020-01-02Released version 3.6.0.Daniel Carl
2019-12-18Added --cmd,-C option to give ex commands on startup #342.Daniel Carl
2019-12-15Add new dark-mode setting to CHANGELOG.Daniel Carl
2019-12-11Add documentation for dark-mode optionAlva
2019-12-11Add dark-mode optionAlva
2019-11-18Update the changelog.Daniel Carl
2019-11-18Fix none working geolocation=always #580.Daniel Carl
2019-11-18Merge branch 'geolocation' of https://github.com/fjallarefur/vimb.Daniel Carl
2019-11-18Allow to disable hint matching base on element text #581.Daniel Carl
2019-11-18Add documentation for 'geolocation' settingAlva
2019-11-18Add geolocation settingAlva
2019-11-18Merge branch 'pks/load-starting' of https://github.com/pks-t/vimb.Daniel Carl
2019-11-11autocmd: implement new LoadStarting eventPatrick Steinhardt