summaryrefslogtreecommitdiff
path: root/src/setting.c
AgeCommit message (Expand)Author
2020-12-22added support for web notifications via dbusCássio
2020-10-12Moved some default settings into config.def.h.Daniel Carl
2020-05-28Fixed typo in setting #617.Daniel Carl
2020-02-29Allow to set scroll-multiplier #602.Daniel Carl
2019-12-11Add dark-mode optionAlva
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 geolocation settingAlva
2019-08-23Fix spelling mistake 'reed' -> 'read'Michael Vetter
2019-06-15Use ephemeral webview if incognito option is used #562Daniel Carl
2019-06-04Added ephemeral mode #562.Daniel Carl
2019-05-19Add external download command #543 #348.Daniel Carl
2019-03-24Prevent opening links into new window #544.Daniel Carl
2019-01-10Always generate version from git if possible #532.Daniel Carl
2018-11-22Increased min required webkit version to 2.20.x #525.Daniel Carl
2018-11-07Update default user-agent to webkit default.Daniel Carl
2018-08-06Fix wrong hint label in case of scrolling.Daniel Carl
2018-08-06Added webkit setting for file uri handling.Daniel Carl
2018-06-13Fixed indentation.Daniel Carl
2018-06-12Allow user to hide and show the titlebar on demand. Fixes #439.George Bateman
2018-05-07Moved completion_fill to settings.Daniel Carl
2018-05-07Remove other missed combat code.Daniel Carl
2018-04-15Do not propagate the shortcut struct.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-10-05Rename hint-number-same-length into hint-keys-same-lengthYoann Blein
2017-07-08Use new numeric hint-keys as default setting #427.Daniel Carl
2017-06-18Merge branch 'improve_hint_char_selection' of https://github.com/rti/vimb.Daniel Carl
2017-06-15improves hint char selectionRobert Timm
2017-06-15Remove TODO which is now available as issue.Daniel Carl
2017-06-09Lower required webkit version #415.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-23Use dashed naming for user-agent too.Daniel Carl
2017-05-23Change default user-agent.Daniel Carl
2017-05-21Merge branch 'pks/acceleration-settings' of https://github.com/pks-t/vimb int...Daniel Carl
2017-05-20setting: expose hardware acceleration settingsPatrick Steinhardt
2017-05-20setting: always clear scripts previous to adding global onesPatrick Steinhardt
2017-05-19Move include of hints.js.h to the right place.Daniel Carl
2017-05-19Add settings for spell checking.Daniel Carl
2017-05-18fixes serif-font setting name to match manpageRobert Timm
2017-05-17Use dashed setting names.Daniel Carl
2017-05-16Added missed x-hint-command setting.Daniel Carl
2017-05-08Moved scrolling logic into javascript.Daniel Carl
2017-05-07Set hint css vie web content manager #349.Daniel Carl
2017-05-07Prefix minified content by file type.Daniel Carl
2017-05-07Inject global hints script during setting.Daniel Carl
2017-05-07hints: re-enable hints function return value processingVirgil Dupras
2017-05-07Convert old hints.c to the webkit2 eraVirgil Dupras
2017-04-27Changed default-zoom behaviour.Daniel Carl
2017-04-26Allow to store multiple closed URLs #379.Daniel Carl
2017-04-21Don't warn about missing scripts file.Daniel Carl