summaryrefslogtreecommitdiff
path: root/src/bookmark.c
AgeCommit message (Expand)Author
2013-08-05Added command queue-unshift.Daniel Carl
2013-08-01Added new command :queue-clear.Daniel Carl
2013-08-01Changed sort order in bookmark completion.Daniel Carl
2013-07-31Added feedback about number of left queue items.Daniel Carl
2013-07-30Allow to switch off queue feature via config.h.Daniel Carl
2013-07-30Fixed wrong bookmark lookup.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-29Another history processing improvement.Daniel Carl
2013-07-29Include config.h in every c file and include it first.Daniel Carl
2013-07-26Moved functions from util to history and bookmark.Daniel Carl
2013-07-16Allow to enable/disable title in completions on compile time.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-14Save page title also in bookmark file (#46).Daniel Carl
2013-07-08Added command 'bookmark-remove' or 'bmr'.Daniel Carl
2013-07-08Give feedback if page is added to bookmarks.Daniel Carl
2013-06-29Fixed broken completion for long uri (#39).Daniel Carl
2013-06-01Changed completion of history an bookmarks (#27).Daniel Carl
2013-05-28Changed the bookmark completion (#27).Daniel Carl
2013-05-27Fixed function name typo.Daniel Carl
2013-05-27Fixed issue with empty string in g_strsplit().Daniel Carl
2013-05-27Fixed segfault and glib errors (#23).Daniel Carl
2013-04-07Removed shell escaping for bookmark tags.Daniel Carl
2013-04-06Show bookmarked uri also in completion list (#4).Daniel Carl
2013-04-06Added command to save current uri as bookmark (#4).Daniel Carl