projects
/
vimb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vimb.git
2018-06-28
Daniel Carl
Put the linker flags after the source files.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-28
Daniel Carl
Added gtk+-3.0 to the dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Daniel Carl
Show compile options only once in travis-ci.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Daniel Carl
Use explicit rules to make test targets.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Daniel Carl
Remove duplicate give compiler option -fPIC.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Daniel Carl
Add build status icon.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Daniel Carl
Use travis-ci for testing.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-20
Daniel Carl
Merge branch 'master' of https://github.com/cdlscpmv...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-19
Konst Mayer
Correct the man page
commit
|
commitdiff
|
tree
|
snapshot
2018-06-18
Patrick Steinhardt
Makefile: add dependency on scripts.h to input.o
commit
|
commitdiff
|
tree
|
snapshot
2018-06-17
Daniel Carl
Fixed -Werror=format-security issue.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-16
Daniel Carl
Released version 3.2.0.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-16
Yutao Yuan
Fix missing string.h include
commit
|
commitdiff
|
tree
|
snapshot
2018-06-14
Daniel Carl
Add new setting show-titlebar to CHANGELOG.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-14
Daniel Carl
Make function static.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-14
Daniel Carl
Merge branch 'fix-url-detection' of https://github...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
Daniel Carl
Added tests for shortcuts #357.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
George Bateman
Make URL detection more robust
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
Daniel Carl
Do not damage utf8 string on escape.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
Daniel Carl
Added first test for the util functions #357.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
Daniel Carl
Fixed indentation.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-13
George Bateman
Document :set show-titlebar
commit
|
commitdiff
|
tree
|
snapshot
2018-06-12
George Bateman
Detect localhost and IPv6 as valid URLs. Fixes #478.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-12
George Bateman
Allow user to hide and show the titlebar on demand...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-11
Daniel Carl
Fix wrong order of branch names in changelog.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-11
Daniel Carl
Update changelog.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-11
Daniel Carl
Allow to react on permission-requests.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-11
George Bateman
Clarify :set usage in man page
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Daniel Carl
Remove not really needed variable.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Daniel Carl
Fixed possible memory leak in case of errors.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Daniel Carl
Reuse success flag.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Daniel Carl
Fixed some code style issues.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-02
Daniel Carl
Merge branch 'master' of https://github.com/svensp...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-01
Sven Speckmaier
moved id to its own variable to adher to IPO model
commit
|
commitdiff
|
tree
|
snapshot
2018-05-30
Sven Speckmaier
multi line javascript used from scripts/scripts.h
commit
|
commitdiff
|
tree
|
snapshot
2018-05-29
Daniel Carl
Use vimbhint attribute also for styling.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-29
Sven Speckmaier
use vimb_editor_map when no id is present
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Sven Speckmaier
assert and free data->element_id in editor return
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Sven Speckmaier
fix indentation to adher to the contribution guidlines
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Sven Speckmaier
Remember element id per open process watch
commit
|
commitdiff
|
tree
|
snapshot
2018-05-27
Daniel Carl
Fix wrong search hit count shown on prev/next.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Daniel Carl
Moved issue template.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Daniel Carl
Mention similar projects.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Daniel Carl
Use g_strescape() to escape editor contents.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Daniel Carl
More info when spawning of editor-command fails.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-08
Daniel Carl
Set tree model direct to tree view.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-08
Daniel Carl
Start vimb with maximized window #483.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Daniel Carl
Moved completion_fill to settings.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Daniel Carl
Remove none used gui styling for completion.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Daniel Carl
Remove other missed combat code.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Daniel Carl
Remove unused code in completion processing.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-02
Daniel Carl
Use sqlite as cookie storage #470.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-28
Daniel Carl
Clear search on stopping incsearch.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-28
Daniel Carl
Shop the numbers of search matches in status bar.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Daniel Carl
Allow basic motion commands for hinting too.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-27
Daniel Carl
Removed vimb for webkit1 combat code.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Daniel Carl
Fixed none cleaned webextension object files.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Daniel Carl
Include dependencies at the end.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Daniel Carl
Don't memory slices for single structs.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Daniel Carl
Don not make handler struct public.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Daniel Carl
Removed unused struct.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-14
Daniel Carl
Do not propagate the shortcut struct.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-14
Daniel Carl
Do not give client to util functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-14
Daniel Carl
Use separate makefile in for scripts.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-14
Daniel Carl
Do not use to many variables in makefiles.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Daniel Carl
Give CPP and CFLAGS separate to compiler.
commit
|
commitdiff
|
tree
|
snapshot
2018-03-28
Daniel Carl
Update license year.
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Daniel Carl
Released version 3.1.0.
commit
|
commitdiff
|
tree
|
snapshot
2017-12-02
Daniel Carl
Add warning when web extension could not be found.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Docbroke
Spelling correction (#458)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-17
Daniel Carl
Do not sanitize uri if this is no needed.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Daniel Carl
Avoid uninitialized use of uri warning.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Daniel Carl
Sanitize uri internally by default.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Daniel Carl
Move sanitize_uri to utils.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-14
Rudis Muiznieks
Sanitizing uri with SoupURI instead of regex.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-10
Rudis Muiznieks
Hide username:password@ in urlbar
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Daniel Carl
Use suggested file name from uri on :save #449
commit
|
commitdiff
|
tree
|
snapshot
2017-10-28
Daniel Carl
Merge pull request #448 from yblein/restart-last-search
commit
|
commitdiff
|
tree
|
snapshot
2017-10-28
Yoann Blein
n/N restart the previous search if none is active
commit
|
commitdiff
|
tree
|
snapshot
2017-10-13
Daniel Carl
Update changelog for lates fix.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-13
Daniel Carl
Switch to input mode on authentication request #444.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Daniel Carl
Added autocmd to commands that can not contain pipe.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Yoann Blein
Rename hint-number-same-length into hint-keys-same...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Daniel Carl
Fixed typo in man page for auto command event.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Yoann Blein
Reintroduce autocmd and augroups. Fix #356
commit
|
commitdiff
|
tree
|
snapshot
2017-08-04
Daniel Carl
Fixed none freed memory.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-25
Daniel Carl
Add comment about header caching #411.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Daniel Carl
Use same sorting or url in tag completion.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Daniel Carl
Show --bug-info separate from version.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Daniel Carl
Remove private PKGBUILD from releases.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-23
Daniel Carl
Merge pull request #431 from rti/rti_readme_arch_pkg_update
commit
|
commitdiff
|
tree
|
snapshot
2017-07-21
Robert Timm
updates arch pkg info in README.md
commit
|
commitdiff
|
tree
|
snapshot
2017-07-19
Daniel Carl
Update the changelog.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
Daniel Carl
Add bookmark completion for :bmr.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Daniel Carl
Split client creation into pieces.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Daniel Carl
Don't duplicate CFLAGS and CPPFLAGS.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
Daniel Carl
Allow extended hinting g-mode also for ;o.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-08
Daniel Carl
Do not copy variable used only once.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-08
Daniel Carl
Fixed none cleared valid hints #427.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-08
Daniel Carl
Merge pull request #429 from fanglingsu/issue-427
commit
|
commitdiff
|
tree
|
snapshot
next