index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
completion.c
Age
Commit message (
Expand
)
Author
2013-06-01
Changed completion of history an bookmarks (#27).
Daniel Carl
2013-05-27
Fixed function name typo.
Daniel Carl
2013-04-25
Moved inputbox text decisions into main.c.
Daniel Carl
2013-04-21
Added completion for search-queries.
Daniel Carl
2013-04-21
Don't complete commands if there is already an submode set.
Daniel Carl
2013-04-09
Fixed no more working command completion with counts.
Daniel Carl
2013-04-07
Remove settings hashmap from global scope.
Daniel Carl
2013-04-07
Removed command hash map from global scope.
Daniel Carl
2013-04-07
Removed completions data from global scope.
Daniel Carl
2013-04-07
Changed TRUE to true in all files.
Daniel Carl
2013-04-06
Removed no more required function to concatenate list.
Daniel Carl
2013-04-06
Simplified completion filtering to use the whole search string.
Daniel Carl
2013-04-06
Split completion creation from filtering of the lists.
Daniel Carl
2013-04-06
Show bookmarked uri also in completion list (#4).
Daniel Carl
2013-04-05
Removed function prefixes of static functions.
Daniel Carl
2013-03-30
Use lower case boolean values.
Daniel Carl
2013-03-29
Moved variables to the top of function.
Daniel Carl
2013-03-29
Moved pointer * from type to the variables.
Daniel Carl
2013-03-24
Merged url_history and history together.
Daniel Carl
2013-03-24
Used macro GET_TEXT() where it where not used before.
Daniel Carl
2013-03-22
Revert to single instance per window.
Daniel Carl
2013-03-18
Changed function prefix from vp_ to vb_.
Daniel Carl
2013-03-18
Renamed the project from vimp to vimb.
Daniel Carl
2013-03-14
Merge branch 'single-client'
Daniel Carl
2013-03-09
Changed url_history_get_all to add the entries to existing given list.
Daniel Carl
2013-03-05
Fixed some memory leaks in completion and dom handling.
Daniel Carl
2013-03-05
Fixed a url history memory leak.
Daniel Carl
2013-03-05
Use some logic together for all windows.
Daniel Carl
2013-03-04
Fixed missed counter in completion processing.
Daniel Carl
2013-03-04
Simplified the completion widgets style settings.
Daniel Carl
2013-03-04
Don't save completion prefixes for each item.
Daniel Carl
2013-03-04
Allow to update completions by explicit typed input.
Daniel Carl
2013-03-04
Sort url completions by their usage.
Daniel Carl
2013-03-03
Added url completion for :open and :tabopen commands.
Daniel Carl
2013-02-24
Split the VpCore struct into the local and global part.
Daniel Carl
2013-02-23
Fixed missed freeing of list items.
Daniel Carl
2013-02-16
Replaces the gchar -> char and gint -> int.
Daniel Carl
2013-02-16
Adapted the year in the license headers.
Daniel Carl
2013-02-03
Little performance improvement for completions.
Daniel Carl
2012-12-23
Allow to set the maximum number of completion items to runtime.
Daniel Carl
2012-12-21
Fixed regression in completion mode.
Daniel Carl
2012-11-19
Fixed un setable input and completion fonts.
Daniel Carl
2012-11-19
Fixed regression in complation with numberd prefixes.
Daniel Carl
2012-11-17
Allow to compile against gtk3.
Daniel Carl
2012-11-11
Added basic completion of settings.
Daniel Carl
2012-11-11
Removed line that caused a soup waring.
Daniel Carl
2012-11-10
Set completion box to null after destroying it.
Daniel Carl
2012-11-10
Allow to set completion fonts too.
Daniel Carl
2012-11-10
Added setting for completion colors.
Daniel Carl
2012-11-10
Added completion of commands.
Daniel Carl
[prev]