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