projects
/
vimb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vimb.git
2013-07-18
Daniel Carl
Added another pre-compiler flag to enable announcement.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Daniel Carl
Moved feature config from config.mk to config.def.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Daniel Carl
Added announcement for change history file format.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Daniel Carl
Replaced the confg.h by config.def.h file.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Daniel Carl
Moved default config from config.h to own file.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Daniel Carl
Added change bookmark file format to README.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Daniel Carl
Allow to enable/disable title in completions on compile...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Daniel Carl
Reapplied sorting of completion entries.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Daniel Carl
Show page title in history and bookmark completion...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-14
Daniel Carl
Avoid glist to transfer completion data to the completi...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-14
Daniel Carl
Save page title also in bookmark file (#46).
commit
|
commitdiff
|
tree
|
snapshot
2013-07-14
Daniel Carl
Save also page title in history file (#46).
commit
|
commitdiff
|
tree
|
snapshot
2013-07-12
Daniel Carl
Sort bookmark completion.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-12
Daniel Carl
All to filter link hints also by the title or alt of...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-12
Daniel Carl
Show image title or alt in hint label.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-12
Daniel Carl
Removed accidentally duplicated function in hints.js.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-11
Daniel Carl
Removed runtime styling for hints (#40).
commit
|
commitdiff
|
tree
|
snapshot
2013-07-08
Daniel Carl
Added gtk progressbar for those who like this.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-08
Daniel Carl
Added command 'bookmark-remove' or 'bmr'.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-08
Daniel Carl
Give feedback if page is added to bookmarks.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-08
Daniel Carl
Added mailing list to README.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Daniel Carl
Revert "Inject hinting js and user scripts on window...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Daniel Carl
Added new selection search keybinds to manual page.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Daniel Carl
Added command to search for current selected text.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Daniel Carl
Added configuration for 'enable-*-of-insecure-content...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Daniel Carl
Freezes the VbHint object to prevent changes.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Daniel Carl
Write completion content direct to inputbox (#38).
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Daniel Carl
Inject hinting js and user scripts on window-object...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-02
Daniel Carl
Use only single hint instance per page.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-02
Daniel Carl
Fixed wrong opened page from right click context menu...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-02
Daniel Carl
Use DESTDIR variable in install/uninstall make target...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Daniel Carl
Fixed search starting in wrong direction.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Daniel Carl
Remove the ugly resize grips in gtk3.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Daniel Carl
Set default gtk3 style to disable borders (#40).
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Daniel Carl
Allow to enable/disable scrollbar to compile time.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Daniel Carl
Merge branch 'treeview-completion'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-30
Daniel Carl
Fixed too small completion box if completion list is...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-30
Daniel Carl
Removed gtk_entry_set_inner_border for gtk3 build ...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Fixed broken completion for long uri (#39).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Fixed none set mode if a unknown command was run.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Split tree model creation from preparing the widget...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
If completion is started backwards mark the last item...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Renamed update into move_cursor.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Fixed non highlighted completion item with gtk3 (#39).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Put the completion tree view into scrolled window ...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Use fixed height mode for tree view that's faster ...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Daniel Carl
Removed completion tree view widget from global scope...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Daniel Carl
Removed direct reading of tree by select function.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Daniel Carl
Use TreeView to render the completions (#39).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-25
Daniel Carl
Revert "Don't bubble up click events for hints (#17)."
commit
|
commitdiff
|
tree
|
snapshot
2013-06-25
Daniel Carl
Changed js2h.sh to also remove spaces around '!' char.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-25
Daniel Carl
Fixed wrong clean make target.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Daniel Carl
Added @placeholder matching for hinting.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Daniel Carl
Fixed wrong xpath syntax.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Daniel Carl
Changed typeof(var) === "undefined" to var === undefined.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Daniel Carl
Fixed none opening image hints without surrounding...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Daniel Carl
Don't bubble up click events for hints (#17).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Daniel Carl
Adapted the libwebkit version in the dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-20
Daniel Carl
Fixed missing line in manual page (#37).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Daniel Carl
Fixed function name typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Daniel Carl
Fixed none set mode of url is opened from inpubox.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Daniel Carl
Allow to set query string for hint commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Daniel Carl
Revert "Removed vb_set_mode from the commands."
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Daniel Carl
Made hinting case insensitive (#35).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Daniel Carl
Fixed no more working counts for key commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Daniel Carl
Removed vb_set_mode from the commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Daniel Carl
Fixed missed g_free in command_run_string.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Daniel Carl
Don't use string for command and params in keybinding.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Daniel Carl
Changed :?map commands to act like in vim.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Daniel Carl
Moved content of destroy client function to destroy_win...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Daniel Carl
Fixed errors on :quit called by kebinding (#34).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Daniel Carl
Fixed leaving input mode on load commit (#33).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Daniel Carl
Added macro GET_URI() to shorten the code.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Daniel Carl
Added new command :shellcmd to run shell commands ...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Daniel Carl
Bumped to version 0.1.8.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Daniel Carl
Added hinting mode to download links (#32).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Daniel Carl
Added command to download current page to given path...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Daniel Carl
Fixed wrong order of history items.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Daniel Carl
Simplified the make target 'clean'.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Daniel Carl
Fixed keybinding issue with irrelevant modifiers (#6).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Fixed reordering of history if the browser instance...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Fixed wrong sorting of url history entries (#31).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Added descent command.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Fixed some none more working count for commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Fixed regression in completion for counted commands.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Daniel Carl
Send language header with requests.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Daniel Carl
Minor code improvements.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Daniel Carl
Changed default kebinding for quit from 'q' to 'ctrl...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Daniel Carl
Added completion section to manual page (#27).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Daniel Carl
Changed search completion to match only prefixes (...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Daniel Carl
Changed completion of history an bookmarks (#27).
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Daniel Carl
Changed comment style in hint.js.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Daniel Carl
Fixed non working 'open in new window' from right click...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Daniel Carl
Changed the bookmark completion (#27).
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Daniel Carl
Fixed wrong mode after calling empty command (#26).
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Daniel Carl
Fixed garbage file create on :quit (#22).
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Daniel Carl
Fixed function name typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Daniel Carl
Fixed issue with empty string in g_strsplit().
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Daniel Carl
Allow about:* urls (#20).
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Daniel Carl
Fixed segfault in :shortcut-add without parameters...
commit
|
commitdiff
|
tree
|
snapshot
next