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
2021-09-25
Project branch off
rafa_99
2018-05-08
Set tree model direct to tree view.
Daniel Carl
2018-05-07
Moved completion_fill to settings.
Daniel Carl
2018-05-07
Remove none used gui styling for completion.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-05-26
Update license year.
Daniel Carl
2017-04-27
Fix some typos.
Daniel Carl
2016-06-16
Prepare the style provider only once.
Daniel Carl
2016-06-01
Update license year.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-11-22
Use sorting for completion by default.
Daniel Carl
2015-11-22
Show typed text as last completion entry (#253).
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-06-09
Another approach to setup completion window height (#86).
Daniel Carl
2014-06-08
Revert "Show the completion list after the hight was set." (#86)
Daniel Carl
2014-04-15
Fixed wrong default treeView height on gtk3.
Daniel Carl
2014-04-10
Show the completion list after the hight was set.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-12-27
Fixed none marked active completion items with gtk3.
Daniel Carl
2013-12-27
Fixed wrong completion window size with gtk3.
Daniel Carl
2013-12-07
Moved completion flag setting to completion.c.
Daniel Carl
2013-10-15
Fixed none applied completion active colors.
Daniel Carl
2013-09-28
Moved parts of completion logic to ex.c.
Daniel Carl
2013-09-28
Added missed freeing for vb_get_input_text in compltion.
Daniel Carl
2013-09-28
Don't built completion if there is only one item.
Daniel Carl
2013-09-27
If possible use g_strconcat instead of g_strdup_printf.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-09-06
Added completion for bookmark tags.
Daniel Carl
2013-08-14
Allow the inputbox to show multiple lines.
Daniel Carl
2013-08-01
Changed sort order in bookmark completion.
Daniel Carl
2013-07-29
Include config.h in every c file and include it first.
Daniel Carl
2013-07-22
Allow to change input in history lookup.
Daniel Carl
2013-07-16
Allow to enable/disable title in completions on compile time.
Daniel Carl
2013-07-16
Reapplied sorting of completion entries.
Daniel Carl
2013-07-16
Show page title in history and bookmark completion (#46).
Daniel Carl
2013-07-15
Avoid glist to transfer completion data to the completion.c.
Daniel Carl
2013-07-13
Sort bookmark completion.
Daniel Carl
2013-07-04
Write completion content direct to inputbox (#38).
Daniel Carl
2013-06-30
Fixed too small completion box if completion list is small (#39).
Daniel Carl
2013-06-29
Fixed broken completion for long uri (#39).
Daniel Carl
2013-06-29
Split tree model creation from preparing the widget (#39).
Daniel Carl
2013-06-29
If completion is started backwards mark the last item (#39).
Daniel Carl
2013-06-29
Renamed update into move_cursor.
Daniel Carl
2013-06-29
Fixed non highlighted completion item with gtk3 (#39).
Daniel Carl
2013-06-29
Put the completion tree view into scrolled window (#39).
Daniel Carl
2013-06-29
Use fixed height mode for tree view that's faster (#39).
Daniel Carl
2013-06-29
Removed completion tree view widget from global scope (#39).
Daniel Carl
2013-06-29
Removed direct reading of tree by select function.
Daniel Carl
2013-06-26
Use TreeView to render the completions (#39).
Daniel Carl
2013-06-02
Fixed regression in completion for counted commands.
Daniel Carl
[next]