summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2013-04-14Added command to open input boxes or text areas with editor (#15).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-02-16Added a '_' before the include guards.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-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