summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2013-08-05Added command queue-unshift.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-29Use PROJECT variable instead of hard wired "vimb".Daniel Carl
2013-07-29Another history processing improvement.Daniel Carl
2013-07-28Little history precessing improvement.Daniel Carl
2013-07-26Moved functions from util to history and bookmark.Daniel Carl
2013-07-14Save also page title in history file (#46).Daniel Carl
2013-06-18Fixed function name typo.Daniel Carl
2013-06-08Added command to download current page to given path (#32).Daniel Carl
2013-06-01Changed completion of history an bookmarks (#27).Daniel Carl
2013-04-28Allow multiple placeholder in shortcuts.Daniel Carl
2013-04-14Added command to open input boxes or text areas with editor (#15).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-18Renamed the project from vimp to vimb.Daniel Carl
2013-03-03Added url completion for :open and :tabopen commands.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-01-07Use higher level function to read config file.Daniel Carl
2013-01-07Added new function to read file contents.Daniel Carl
2013-01-06Allow to download multiple files.Daniel Carl
2012-12-31Moved setting related function from util.c to setting.c.Daniel Carl
2012-12-30Allow to see the value of settings.Daniel Carl
2012-12-30Removed constant PROJECT from sources.Daniel Carl
2012-11-10Added util function to generate arg from string.Daniel Carl
2012-11-10Added set command to edit setting on runtime.Daniel Carl
2012-10-27Added license information to each source file.Daniel Carl
2012-10-20Allow setting and removing keybindings from string.Daniel Carl