summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-20Released version 2.6.Daniel Carl
2014-07-14Don't allow to quit vimb if there are running downloads.Daniel Carl
2014-07-13Fire ambiguous numeric hints after hint-timeout.Daniel Carl
2014-07-06Quote shell commands in default settings.Daniel Carl
2014-07-05Fixed inverted prevnext logic.Daniel Carl
2014-07-05Fixed wrong placed dependency include in Makefile.Daniel Carl
2014-06-29Fixed wrong return value for toggled settings.Daniel Carl
2014-06-29Removed missed function declaration in header file.Daniel Carl
2014-06-29Added new hint mode ;x (#65).Daniel Carl
2014-06-29Used g_slice_new instead of g_new.Daniel Carl
2014-06-29Inform external download about used proxy.Daniel Carl
2014-06-29Merge branch 'local/global-settings' into feature/downloaderDaniel Carl
2014-06-29Save settings in hash map.Daniel Carl
2014-06-22Use .SY for manual page synopsis.Daniel Carl
2014-06-22Added download-command to manual page (#65).Daniel Carl
2014-06-22Add external download command (#65).Daniel Carl
2014-06-21Fixed potential memory leak.Daniel Carl
2014-06-17Released version 2.5.Daniel Carl
2014-06-13Changed the default user agent to more common format (#89).Daniel Carl
2014-06-11Added link to project page to README.md.Daniel Carl
2014-06-10Removed test macros by functions.Daniel Carl
2014-06-10Use const char * where possible.Daniel Carl
2014-06-09Marked hsts should_secure_host function as inline.Daniel Carl
2014-06-09Check second key for z{x} commands.Daniel Carl
2014-06-09Don't write to history file for history size of 0.Daniel Carl
2014-06-09Don't relink the libvimb before each test.Daniel Carl
2014-06-09Don't use g_shell_parse_argv for shortcuts (#88).Daniel Carl
2014-06-09Allow shortcut params with spaces (#88).Daniel Carl
2014-06-09Another approach to setup completion window height (#86).Daniel Carl
2014-06-08Revert "Show the completion list after the hight was set." (#86)Daniel Carl
2014-06-08Added test for key mapping.Daniel Carl
2014-06-07Force us to use the actual gtk3 api functions.Daniel Carl
2014-06-07Removed -ansi compiler flag and -Wstrict-prototypes.Daniel Carl
2014-06-07Use -ansi compile flag.Daniel Carl
2014-06-07Added test for shortcut feature.Daniel Carl
2014-06-07Added test for handler feature.Daniel Carl
2014-06-06Use notify url change callback to get the url.Daniel Carl
2014-06-06Export pid, xid and page title into environment.Daniel Carl
2014-06-06Updated :shellcmd examples.Daniel Carl
2014-06-06Write VIMB_URI environment variable.Daniel Carl
2014-06-06Remove obsolete GET_URI() macro.Daniel Carl
2014-06-06Added first unit tests.Daniel Carl
2014-06-06Save current uri in property for easier access.Daniel Carl
2014-06-05Fixed trailing / in ~/ expansion.Daniel Carl
2014-06-05Allow to escape all expandable chars.Daniel Carl
2014-06-05Fixed unused variable.Daniel Carl
2014-06-05Remove unneeded SHELL_CMD.Daniel Carl
2014-06-04Allow to use \\$ to input \$.Daniel Carl
2014-06-04Allow to escape ~user expansion with \ char.Daniel Carl
2014-06-04Removed obsolete IS_CTRL macro.Daniel Carl