projects
/
vimb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vimb.git
2014-10-28
Sébastien Marie
connect `request-queued` signal conditionnally
commit
|
commitdiff
|
tree
|
snapshot
2014-10-28
Sébastien Marie
use FEATURE_AUTOCMD for AU_REQUEST_QUEUED
commit
|
commitdiff
|
tree
|
snapshot
2014-10-28
Sébastien Marie
autocmd: add a service function `autocmd_in_use`
commit
|
commitdiff
|
tree
|
snapshot
2014-10-28
Sébastien Marie
return of soup_uri_to_string must be free
commit
|
commitdiff
|
tree
|
snapshot
2014-10-27
Sébastien Marie
content-security-policy: add RequestQueued
commit
|
commitdiff
|
tree
|
snapshot
2014-10-25
Sébastien Marie
avoid calling function for check empty string
commit
|
commitdiff
|
tree
|
snapshot
2014-10-24
Sébastien Marie
new setting 'content-security-policy'
commit
|
commitdiff
|
tree
|
snapshot
2014-10-24
Sébastien Marie
enable uri pattern for LoadProvisional autocmd
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Daniel Carl
Cleaned feature section or README.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Sébastien Marie
rename autocmd var, used for --cmd processing
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Sébastien Marie
multi-cmd: use GSList instead of GList
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Sébastien Marie
multi-cmd: update documentation
commit
|
commitdiff
|
tree
|
snapshot
2014-10-20
Sébastien Marie
manage --cmd argument multi-times on commandline
commit
|
commitdiff
|
tree
|
snapshot
2014-10-19
Daniel Carl
Replace tab chars by four spaces in code.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-19
Sébastien Marie
cookie-expire-time
commit
|
commitdiff
|
tree
|
snapshot
2014-10-19
Daniel Carl
Don't force proxy to http scheme (#119).
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Daniel Carl
Changed default useragent to avoid github deprecation...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Konstantin...
note about group usage in :autocmd! (see #115)
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Daniel Carl
Fixed leaving insert mode on click into WYSIWYG editor...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Daniel Carl
Fixed segfault on :autocmd without group (#115).
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Daniel Carl
Leave insert mode when user click a none editable eleme...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Daniel Carl
Fix for WYSIWYG editor on github (#114).
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Daniel Carl
Allow to set ca-bundle from config.h (#110).
commit
|
commitdiff
|
tree
|
snapshot
2014-10-11
Daniel Carl
Released version 2.8.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Use lowercase chars for ex command params.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Fixed none escaped \ in manpage.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Merge branch 'feature/autocmd'
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Removed unused util_wildmatch function.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Added missed comma to man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Daniel Carl
Added bang for :eval.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
Daniel Carl
Merge branch 'master' into feature/autocmd
commit
|
commitdiff
|
tree
|
snapshot
2014-09-20
Daniel Carl
Added setting input-autohide.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-19
Daniel Carl
Allow to hide the statusbar.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-08
Daniel Carl
Added completion for :autocmd and :augroup (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Little man page style tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Simplified files section of man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Adapted constant name to autocmd event names.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Change autocmd_run function signature.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Added autocmd events for downloads (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Don't provide uri for LoadProvisional event (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-07
Daniel Carl
Added section about autocmd to man page (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Use for loops instead of while.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Fixed possible use of uninitialized variable.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Fixed compiler warning if autocmd feature is disabled...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Shortened the autocmd event names (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Allow to match multiple patterns (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Added curly brace pattern matching for auto commands...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-06
Daniel Carl
Added more test cases for multiple * and ? in pattern.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Daniel Carl
Store the used autocmd event bits (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Daniel Carl
Faster return for wildmatch with trailing '*'.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Daniel Carl
Allow to remove augroup (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Daniel Carl
Allow multiple autocmd patterns (#100).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Daniel Carl
Merge branch 'master' into feature/autocmd
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Daniel Carl
Added hint to man page for read from stdin.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Daniel Carl
Moved logic to red from stdin to main.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Hironao Komatsu
Added feature to read page content from stdin.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Daniel Carl
Merge branch 'master' into feature/autocmd
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Daniel Carl
Fixed wrong showcmd in status bar.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-31
Daniel Carl
Don't put autocmd commands in history.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-31
Daniel Carl
Added utility function for wildcard matching.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-30
Daniel Carl
Added basic logic for :autocmd.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-30
Daniel Carl
Fixed a little memory leak in unmap logic.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-29
Daniel Carl
Show the number of search results in status bar.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-29
Daniel Carl
Fixed download with content-range header (#101).
commit
|
commitdiff
|
tree
|
snapshot
2014-08-29
Daniel Carl
Simplified normal mode key processing.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-29
Daniel Carl
Don't apply CTRL-V to pass through mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-29
Daniel Carl
Allow to use shortcut also if query contains '://'...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-24
Daniel Carl
Allow :normal and :eval commands to contain | chars.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Daniel Carl
Released version 2.7
commit
|
commitdiff
|
tree
|
snapshot
2014-08-17
Daniel Carl
Fixed wrong value in :set+= for integer vars.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Daniel Carl
Added input mode CTRL-V to man page.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-15
Daniel Carl
Added CTRL-0 to run normal mode command during input...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-10
Daniel Carl
Shorten the status messages to prevent window resizing...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Daniel Carl
Use String(val) instead of val.toString().
commit
|
commitdiff
|
tree
|
snapshot
2014-08-09
Daniel Carl
Added CTRL-A and CTRL-X commands.
commit
|
commitdiff
|
tree
|
snapshot
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
next