summaryrefslogtreecommitdiff
path: root/src/bookmark.c
AgeCommit message (Expand)Author
2021-09-25Project branch offrafa_99
2019-06-04Added ephemeral mode #562.Daniel Carl
2018-10-12Use stat(2) to retrieve the file permissions modeLeonardo Taccari
2018-10-11Replace g_file_set_contents().Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-06-24Use Uppercase bool value from glib.Daniel Carl
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-11-27Added closed-max-items optionYutao Yuan
2015-03-11Use URL for bookmark completion too (#189).Daniel Carl
2015-03-10Fix segfault on bookmark completion (#189).Daniel Carl
2015-02-07Allocate new memory for history items.Daniel Carl
2015-02-07Use hash table for duplicate check of history (#163).Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-08-02Don't split tags of bookmarks if not needed.Daniel Carl
2014-06-29Used g_slice_new instead of g_new.Daniel Carl
2014-05-26Added completion for :shortcut-remove.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-09-21Cleaned the code a little.Daniel Carl
2013-09-06Added completion for bookmark tags.Daniel Carl
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