projects
/
vimb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vimb.git
2013-10-19
Daniel Carl
Use SHOWCMD_LEN to be the number of chars without NULL...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Daniel Carl
Moved key mapping and label mapping array together.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Daniel Carl
Simplified CSI processing a little.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Daniel Carl
Removed the git version stuff.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Daniel Carl
Changed CR key from 0x0a -> 0x0d like vim does.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Daniel Carl
Fixed none applied completion active colors.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Daniel Carl
Moved ex command expansion to parsing.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Daniel Carl
Added ':normal' command to run normal mode commands...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Daniel Carl
Allow to have commands with bang.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Daniel Carl
Added strict-focus setting.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Daniel Carl
Added CTRL-V to pass the next key without mapping.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Daniel Carl
Use index of hints internal instead or number.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Daniel Carl
Don't use GNU extension in sed script.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Daniel Carl
Changed hinting visibility check.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Daniel Carl
Moved show command to normal.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Daniel Carl
Allow utf8 for keybinds.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Daniel Carl
Removed mode_input_focusout callback.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Daniel Carl
Added include to ex.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Daniel Carl
Removed prefixes from some static functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Daniel Carl
Moved stateful history processing to ex.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Daniel Carl
Fixed non shown keys if keystroke where not ambiguous.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Don't observe input change in completion mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Fixed wrong ex command code in completion.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Used typed input for completions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Moved command_history to ex.c
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Moved parts of completion logic to ex.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Added missed freeing for vb_get_input_text in compltion.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Don't built completion if there is only one item.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Fixed wrong display for ambiguous maps.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-28
Daniel Carl
Allow to configure the timeoutlen.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Simplified a function a little.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Added missed null byte to string.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Simplified the command_search function.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Removed nor more used count.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Remove no more used enum and macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Don't allow to paste multline content from clipboard.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Daniel Carl
Removed g commands from map.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Fixed wrong mapped 'T' and 'O' commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Removed announcement about changed history file format.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Set mode according to current focused widget.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Removed string length restriction of vb_echo functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
If possible use g_strconcat instead of g_strdup_printf.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Leave input mode if a form submit loads a page.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Daniel Carl
Added missed normal commands 'O' and 'T'.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Daniel Carl
Adapted the README file.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Daniel Carl
Adapted manual page to the new key handling.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Show the last keys of keysequence in statusbar.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Added cursor to default key bindings.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Removed all default webkit settings from default.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Cleaned the code a little.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Allow to run multiple ex commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Daniel Carl
Allow to bind also function keys.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Daniel Carl
Changed the way keys are processed.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-06
Daniel Carl
Added completion for bookmark tags.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Daniel Carl
Revert "Show if the proxy could not be set."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Daniel Carl
Show if the proxy could not be set.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Daniel Carl
Dirty fix for none working <cr> in hint mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Daniel Carl
Cleaned code a little.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Daniel Carl
Observe input change events only in command mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Daniel Carl
Adapt the function return type of callback.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Daniel Carl
Allow to clear the inputbox on <esc> also if it's focused.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Daniel Carl
Allow the inputbox to show multiple lines.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Remove PROJECT placeholders from manual page.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Renamed the insert mode to input mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Added new kebinding ctrl-z to manual page (#48).
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Made pass through mode to a submode (#48).
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Focus only visible items with 'focus-input' (#47).
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Daniel Carl
Fixed none cleared inputbox after hinting.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Added command focus-input and new keybinding 'g-i'.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Remove unneeded focus switching in inputbox_activate_cb.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Fixed non working hinting mode for ;o and ;t.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Added command pass-through to switch to pass through...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Fixed none working keybindings with <ctrl-x> whene...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Added new hinting mode to hint element to the beginning...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Daniel Carl
Added command queue-unshift.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Daniel Carl
Added new command :queue-clear.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Daniel Carl
Changed sort order in bookmark completion.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Daniel Carl
Renamed queue related commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Daniel Carl
Used lighter red inputbox background for errors.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Daniel Carl
Added feedback about number of left queue items.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Daniel Carl
Fixed duplicate history writing.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Changed default duckduckgo searchenigne.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Show the version in the default window title.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Use git describe to get a better version number.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Fixed use of default config for possible none available...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Fixed syntax error in manual page.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Allow to switch off queue feature via config.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Added queue feature to README.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Fixed wrong bookmark lookup.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Added new hinting mode to put links into queue.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Added queue commands :push and :pop.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Moved configuration for the shell command to config...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Daniel Carl
Updated README file.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Use PROJECT variable instead of hard wired "vimb".
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Moved config for default window size to config.def.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Fixed wrong free function in history processing.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Put similar target in Makefile together.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Simplified Makefile by merging CPPFLAGS into CFLAGS.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Removed -Wstrict-prototypes option that won't work...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Daniel Carl
Removed nearly empty makefile for manual page.
commit
|
commitdiff
|
tree
|
snapshot
next