Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | config.mk: link against webkit-gtk 4.1 | Patrick Steinhardt | |
The webkit-gtk project has released a new minor version bump of their API with version 4.1. The difference between 4.0 and 4.1 is that the former links against libsoup 2.x, whereas the latter links against libsoup 3.0 and newer. As libsoup has introduced backwards-incompatible changes in 3.0 it will cause the process to hard-crash if a program is linked against both libraries at the same time. Now that we have ported vimb to be compatible with libsoup 3.0 we can start to link against the recent webkit-gtk 4.1. | |||
2021-09-25 | Project branch off | rafa_99 | |
2020-11-20 | Expanded dependencies section (#648) | Victor Albertsson | |
2020-05-26 | Update README.md with descriptive language | Unixsys | |
Updated vimb's README.md with more descriptive language regarding changing files ```config.mk``` and ```config.h```. | |||
2020-01-10 | update arch linux packages | SFort | |
2020-01-10 | Update travis-ci status badge to new url. | Daniel Carl | |
2019-02-12 | Add openSUSE package to README | Michael Vetter | |
2019-02-08 | Added release shield | Daniel Carl | |
2019-02-04 | Added license badge | Daniel Carl | |
2018-11-22 | Add links to pkgsrc packages. | Leonardo Taccari | |
2018-11-22 | Increased min required webkit version to 2.20.x #525. | Daniel Carl | |
2018-11-21 | Fixed wrong link in README. | Daniel Carl | |
2018-11-21 | Added link to mailing list archive. | Daniel Carl | |
2018-10-19 | Add links to pages writing about vimb. | Daniel Carl | |
2018-10-19 | Add link to slackware package. | Daniel Carl | |
2018-10-15 | Document autocmd support | Leonardo Taccari | |
2018-09-26 | Hint about none common PREFIX on build stage. | Daniel Carl | |
2018-06-28 | Added gtk+-3.0 to the dependencies. | Daniel Carl | |
2018-06-27 | Add build status icon. | Daniel Carl | |
2018-05-16 | Mention similar projects. | Daniel Carl | |
2017-07-24 | Remove private PKGBUILD from releases. | Daniel Carl | |
2017-07-21 | updates arch pkg info in README.md | Robert Timm | |
2017-06-09 | Lower required webkit version #415. | Daniel Carl | |
2017-05-19 | Mention runsandbox target in README. | Daniel Carl | |
2017-05-12 | Moved contribution related stuff from README to CONTRIBUTE. | Daniel Carl | |
2017-05-12 | Fixed wrong link identifier. | Daniel Carl | |
2017-05-11 | Added inofficial arch linux pkgbuild. | Daniel Carl | |
2017-05-11 | Updated README. | Daniel Carl | |
Also added known packages. | |||
2017-04-11 | removes todos from readme | Robert Timm | |
2017-03-02 | Marked embed as done. | Daniel Carl | |
2017-03-02 | Added url file handlers. | Daniel Carl | |
Allow to set protocol handlers via :handler-add that process url protocol like mailto: by using a specific tool. | |||
2017-03-01 | Marked file path completion as done. | Daniel Carl | |
2017-02-28 | Allow to manage bookmarks and queue. | Daniel Carl | |
2017-02-01 | Add new task to README. | Daniel Carl | |
2017-01-28 | Attempt to start dbus server from ui. | Daniel Carl | |
2016-10-19 | More code style hints. | Daniel Carl | |
2016-10-19 | Implements gui style settings | Robert Timm | |
2016-10-12 | Implements download path and tracking | Robert Timm | |
2016-09-30 | Fix some typos. | Daniel Carl | |
2016-09-29 | Mark register support as done | Robert Timm | |
2016-09-29 | Mark cookie support as done. | Robert Timm | |
2016-09-28 | Adds yank command | Robert Timm | |
2016-09-27 | Mark navigation as done. | Daniel Carl | |
2016-09-27 | Adds default-zoom setting | Robert Timm | |
2016-06-29 | Allow to set config file per option --config, -c. | Daniel Carl | |
2016-06-29 | Found a nice way to disable scrollbars. | Daniel Carl | |
2016-06-20 | Mark search as done. | Daniel Carl | |
2016-03-30 | Startup webkit2 branch from the scratch. | Daniel Carl | |
2015-05-23 | Merge branch 'master' of https://github.com/jasonwryan/vimb | Daniel Carl | |
Conflicts: README.md | |||
2015-05-23 | Grammar and formatting cleanup in README | Jason Ryan | |