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