vimb.git
2020-10-12 Daniel CarlMove some file to $XDG_DATA_HOME #582. master
2020-10-12 Daniel CarlMoved some default settings into config.def.h.
2020-06-07 Daniel CarlUpdate CHANGELOG.
2020-06-07 Daniel CarlMerge branch 'master' of https://github.com/Unixsys...
2020-06-07 Daniel CarlMerge branch 'fix-i-crash' of https://github.com/mawww...
2020-06-05 Maxime CosteHinting over an element with no url or source is not...
2020-06-05 Maxime CosteFix crash in normal_focus_last_active
2020-05-28 Daniel CarlFixed typo in setting #617.
2020-05-26 UnixsysUpdate README.md with descriptive language
2020-04-15 Daniel CarlAllow to push link url to queue by <S-LeftMouse> #610.
2020-04-04 Daniel CarlDo not auto close stale issues.
2020-02-29 Daniel CarlAllow to set scroll-multiplier #602.
2020-02-28 Daniel CarlAllow to focus last input field by 'i' #605.
2020-02-21 Daniel CarlUse g_string_erase instead of memmove.
2020-02-21 Daniel CarlDo not run queued events if the last key was not typed.
2020-02-14 Daniel CarlUse old C89 comments.
2020-02-12 Raphael Gosselinfix conditional xembed compilation
2020-01-10 Daniel CarlGive the customers LDFLAGS to webextension too.
2020-01-10 SFortupdate arch linux packages
2020-01-10 Daniel CarlDo not require trailing newline in config file #586.
2020-01-09 Daniel CarlUpdate travis-ci status badge to new url.
2020-01-09 Daniel CarlGive current selection as env on :shellcmd #592.
2020-01-03 Daniel CarlRemove expansion of '%' #584.
2020-01-02 Daniel CarlReleased version 3.6.0.
2019-12-18 Daniel CarlAdded --cmd,-C option to give ex commands on startup...
2019-12-14 Daniel CarlAdd new dark-mode setting to CHANGELOG.
2019-12-11 AlvaAdd documentation for dark-mode option
2019-12-11 AlvaAdd dark-mode option
2019-11-18 Daniel CarlUpdate the changelog.
2019-11-18 Daniel CarlFix none working geolocation=always #580.
2019-11-18 Daniel CarlMerge branch 'geolocation' of https://github.com/fjalla...
2019-11-18 Daniel CarlAllow to disable hint matching base on element text...
2019-11-18 AlvaAdd documentation for 'geolocation' setting
2019-11-18 AlvaAdd geolocation setting
2019-11-18 Daniel CarlMerge branch 'pks/load-starting' of https://github...
2019-11-11 Patrick Steinhardtautocmd: implement new LoadStarting event
2019-10-10 Daniel CarlSimplified the man page a little.
2019-10-09 Daniel CarlPut :cleardata dataType before timespan.
2019-10-09 Daniel CarlAdded :clearcache by :cleardata command.
2019-08-23 Michael VetterFix spelling mistake 'reed' -> 'read'
2019-08-01 Daniel CarlFixed typo in travis dist setting.
2019-07-31 Daniel CarlUse bionic for testing.
2019-07-29 Daniel CarlReleased version 3.5.0.
2019-06-20 DocbrokeSpelling correction
2019-06-14 Daniel CarlUse ephemeral webview if incognito option is used #562
2019-06-14 Daniel CarlShow error if printing fails #564.
2019-06-13 Daniel CarlFixed memory allocation errors in incognito mode.
2019-06-08 Daniel CarlGive --incognito option also to new spawned instances...
2019-06-07 Daniel CarlAdded --incognito option to man page #562.
2019-06-07 Daniel CarlRename option ephemeral to incognito #562.
2019-06-04 Daniel CarlAdded ephemeral mode #562.
2019-06-03 Daniel CarlCheck if file exists during runtime #562.
2019-06-03 Daniel CarlAdd file storage to allow to collect ephemeral data...
2019-05-23 Konst MayerFix a typo
2019-05-20 Daniel CarlAvoid double free in on_webview_notify_uri #561.
2019-05-20 tharvikFix NULL ret of util_sanitize_uri
2019-05-18 Daniel CarlAdd external download command #543 #348.
2019-04-24 Daniel CarlFix segfault on open in new tabe from context menu...
2019-03-30 Daniel CarlChange hover link url on status bar via direct function.
2019-03-30 Daniel CarlShow uri of hinted element in statusbar.
2019-03-29 Daniel CarlDo the -webkit-transform:translate in js.
2019-03-29 Docbrokeadded "bookmark" to the FILES list
2019-03-27 Patrick SteinhardtMakefile: fix compilation if source is not in a git...
2019-03-26 Daniel CarlReleased version 3.4.0.
2019-03-24 Daniel CarlUse webkit_uri_for_display().
2019-03-24 Daniel CarlMerge branch 'disallow-window-open'
2019-03-23 Daniel CarlPrevent opening links into new window #544.
2019-03-16 Daniel CarlAdded test case for disabled opening of new window...
2019-03-14 Daniel CarlMove functions from events.c to map.c #546.
2019-03-14 Daniel CarlUse GSList to queue events #546.
2019-03-14 Daniel CarlUse the right gdk function to duplicate the key events...
2019-03-14 Daniel CarlUse glib memory functions to simplify the code #546.
2019-03-14 Thomas LegrisAllow incomplete imap sequence to timeout
2019-03-12 Daniel CarlSplit policy decision into parts.
2019-03-12 Daniel CarlAllow to not maximize window via option --no-maximize...
2019-03-05 Bernhard M... Use man page date instead of build date
2019-02-13 Daniel CarlAvoid double client destroy in case of webview close...
2019-02-12 Michael VetterAdd openSUSE package to README
2019-02-08 Daniel CarlAdded release shield
2019-02-04 Daniel CarlAdded license badge
2019-01-26 Leonid BobrovDefine feature macros only on Linux
2019-01-21 Daniel CarlReplace deprecated gtk_css_provider_get_default.
2019-01-17 Daniel CarlAllow to show video in fullscreen if requested.
2019-01-10 Daniel CarlCreate version-h also on single make test.
2019-01-10 Daniel CarlAlways generate version from git if possible #532.
2018-11-22 Leonardo TaccariAdd links to pkgsrc packages.
2018-11-21 Daniel CarlIncreased min required webkit version to 2.20.x #525.
2018-11-21 Daniel CarlFixed -Wpointer-sign warning.
2018-11-21 Daniel CarlSwitch distro for testing.
2018-11-21 Daniel CarlFixed wrong link in README.
2018-11-21 Daniel CarlFixed none shown hint labels by CSP headers #531.
2018-11-21 Daniel CarlAdded link to mailing list archive.
2018-11-11 Sören TempelFix out-of-bounds buffer access in parse_command
2018-11-06 Daniel CarlUpdate default user-agent to webkit default.
2018-11-06 Daniel CarlIncrease the version number.
2018-11-06 Daniel CarlFix some typos in CHANGELOG.
2018-11-06 Daniel CarlReleased version 3.3.0.
2018-10-29 Daniel CarlFixed none freed command variable.
2018-10-25 Daniel CarlFix some code indentation.
2018-10-25 Daniel CarlFix possible memory leak #361.
next