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