projects
/
vimb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vimb.git
2014-08-04
Daniel Carl
Added soup caching support.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-03
Daniel Carl
Fixed not working page caching of webkit.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-03
Daniel Carl
Updated the manpage for the private-browsing option.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-02
Daniel Carl
Fixed some typos.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-02
Daniel Carl
Fixed memory leak in prev next pattern validation.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-02
Daniel Carl
Don't split tags of bookmarks if not needed.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-02
Daniel Carl
Merge pull request #98 from envolyse/master
commit
|
commitdiff
|
tree
|
snapshot
2014-08-02
Bykov Vladislav
Fixed typos in manual
commit
|
commitdiff
|
tree
|
snapshot
2014-08-01
Daniel Carl
Remove if condition for none debug mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-01
Daniel Carl
Don't register inspector event in kiosk mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-01
Daniel Carl
Add dummy modes for kiosk mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-01
Daniel Carl
Don't switch to normal mode in load committed (#95).
commit
|
commitdiff
|
tree
|
snapshot
2014-08-01
Daniel Carl
Don't switch from pass through mode to input mode ...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Fixed typo in man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Changed type for list settings in man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Added hint about quoting of header values to man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Fix possible uninitialized used of variable.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Removed unused param for util_str_replace.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Daniel Carl
Allow to avoid duplicated in list options.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Daniel Carl
Implemented extended :set syntax.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Daniel Carl
Replaced deprecated g_memmove function calls.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-30
Daniel Carl
Give context to js functions instead of web frame.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-23
Daniel Carl
Added missed other webkit settings.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Daniel Carl
Don't start download for none success http status codes.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Daniel Carl
Released version 2.6.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Daniel Carl
Don't allow to quit vimb if there are running downloads.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-13
Daniel Carl
Fire ambiguous numeric hints after hint-timeout.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-06
Daniel Carl
Quote shell commands in default settings.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-05
Daniel Carl
Fixed inverted prevnext logic.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-05
Daniel Carl
Fixed wrong placed dependency include in Makefile.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Fixed wrong return value for toggled settings.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Removed missed function declaration in header file.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Added new hint mode ;x (#65).
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Used g_slice_new instead of g_new.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Inform external download about used proxy.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Merge branch 'local/global-settings' into feature/downl...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-29
Daniel Carl
Save settings in hash map.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-22
Daniel Carl
Use .SY for manual page synopsis.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-22
Daniel Carl
Added download-command to manual page (#65).
commit
|
commitdiff
|
tree
|
snapshot
2014-06-22
Daniel Carl
Add external download command (#65).
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Daniel Carl
Fixed potential memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Daniel Carl
Released version 2.5.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-12
Daniel Carl
Changed the default user agent to more common format...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-11
Daniel Carl
Added link to project page to README.md.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Removed test macros by functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Use const char * where possible.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Marked hsts should_secure_host function as inline.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Check second key for z{x} commands.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Don't write to history file for history size of 0.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Don't relink the libvimb before each test.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Don't use g_shell_parse_argv for shortcuts (#88).
commit
|
commitdiff
|
tree
|
snapshot
2014-06-09
Daniel Carl
Allow shortcut params with spaces (#88).
commit
|
commitdiff
|
tree
|
snapshot
2014-06-08
Daniel Carl
Another approach to setup completion window height...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-08
Daniel Carl
Revert "Show the completion list after the hight was...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Added test for key mapping.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Force us to use the actual gtk3 api functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Removed -ansi compiler flag and -Wstrict-prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Use -ansi compile flag.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Added test for shortcut feature.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-07
Daniel Carl
Added test for handler feature.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Daniel Carl
Use notify url change callback to get the url.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Daniel Carl
Export pid, xid and page title into environment.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Daniel Carl
Updated :shellcmd examples.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Daniel Carl
Write VIMB_URI environment variable.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-06
Daniel Carl
Remove obsolete GET_URI() macro.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Daniel Carl
Added first unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Daniel Carl
Save current uri in property for easier access.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-05
Daniel Carl
Fixed trailing / in ~/ expansion.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Allow to escape all expandable chars.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Fixed unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Remove unneeded SHELL_CMD.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Allow to use \\$ to input \$.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Allow to escape ~user expansion with \ char.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Removed obsolete IS_CTRL macro.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-04
Daniel Carl
Use already existing expansion logic also for ex commands.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Allow to escape % with \ in expanded commands.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Fixed typo in manual page.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Use g_return_*() function to avoid programming issues.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Fixed wrong indented code.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Fixed none working customer headers.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Moved char related macro to ascii.h.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Fixed segfault on yank without buffer.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Don't write register or history during setup.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-03
Daniel Carl
Fixed not working * and # commands.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Daniel Carl
Switch back to normal mode if inputbox is cleared ...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-02
Daniel Carl
Removed unused properties from global scope.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-31
Daniel Carl
Removed none used hash table.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Daniel Carl
Used new register "/ to continue search.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Daniel Carl
Added support of read only registers ":, "/ and "%.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-30
Daniel Carl
Added support for different yank registers.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-29
Daniel Carl
Allow to compile also with libsoup below 2.4.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Allow to toggle hsts on and off.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Fixed another memory in custom uri handler.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Fixed memory leak in custom uri handler.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Fixed considered invalid certificate in hsts over proxy.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Added hsts file to manual page.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Daniel Carl
Merge branch 'feature/hsts'
commit
|
commitdiff
|
tree
|
snapshot
2014-05-26
Daniel Carl
Added completion for :shortcut-remove.
commit
|
commitdiff
|
tree
|
snapshot
2014-05-26
Daniel Carl
Added completion for :handler-remove command (#82).
commit
|
commitdiff
|
tree
|
snapshot
2014-05-25
Daniel Carl
Updated manual page for change handler processing ...
commit
|
commitdiff
|
tree
|
snapshot
next