vimb.git
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.
2018-10-25 Daniel CarlMerge branch 'view_source_support' of https://github...
2018-10-25 Leonardo TaccariDocument `gf' command
2018-10-25 Leonardo TaccariAlways pass NUL-terminated text to command_spawn_editor()
2018-10-24 Leonardo TaccariAvoid possible strlen() on NULL content
2018-10-24 Leonardo TaccariAdd command_spawn_editor() and implement normal_view_so...
2018-10-19 Daniel CarlAdd links to pages writing about vimb.
2018-10-19 Daniel CarlAdd link to slackware package.
2018-10-15 Daniel CarlAlso test completion without filtering.
2018-10-15 Daniel CarlRemove also tests on make clean.
2018-10-15 Daniel CarlUse --no-install-recommends for travis install.
2018-10-15 Daniel CarlFixed wrong return type for util_file_set_content().
2018-10-15 Leonardo TaccariGracefully handle subtleties of util_expand() of `...
2018-10-15 Leonardo TaccariDocument a subtlety of util_parse_expansion() behaviour.
2018-10-15 Leonardo TaccariUse webkit2-gtk-web-extension-4.0 for EXT{C,LD}FLAGS
2018-10-15 Leonardo TaccariDocument autocmd support
2018-10-15 Leonardo TaccariDocument marks in the man page, from vimb-2.12
2018-10-15 Leonardo TaccariAdd support for marks, based on vimb-2.12
2018-10-11 Daniel CarlAlways use curly braces for if and else.
2018-10-11 Leonardo TaccariUse stat(2) to retrieve the file permissions mode
2018-10-11 Leonardo TaccariFix a typo
2018-10-11 Leonardo TaccariFix a copypasto regarding user-scripts option
2018-10-10 Daniel CarlReplace g_file_set_contents().
2018-10-10 Leonardo TaccariAdd a mode (in chmod(2) context) argument to util_get_f...
next