index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bookmark.c
Age
Commit message (
Expand
)
Author
2021-09-25
Project branch off
rafa_99
2019-06-04
Added ephemeral mode #562.
Daniel Carl
2018-10-12
Use stat(2) to retrieve the file permissions mode
Leonardo Taccari
2018-10-11
Replace g_file_set_contents().
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-06-24
Use Uppercase bool value from glib.
Daniel Carl
2017-02-28
Allow to manage bookmarks and queue.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-11-27
Added closed-max-items option
Yutao Yuan
2015-03-11
Use URL for bookmark completion too (#189).
Daniel Carl
2015-03-10
Fix segfault on bookmark completion (#189).
Daniel Carl
2015-02-07
Allocate new memory for history items.
Daniel Carl
2015-02-07
Use hash table for duplicate check of history (#163).
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-08-02
Don't split tags of bookmarks if not needed.
Daniel Carl
2014-06-29
Used g_slice_new instead of g_new.
Daniel Carl
2014-05-26
Added completion for :shortcut-remove.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-09-21
Cleaned the code a little.
Daniel Carl
2013-09-06
Added completion for bookmark tags.
Daniel Carl
2013-08-05
Added command queue-unshift.
Daniel Carl
2013-08-01
Added new command :queue-clear.
Daniel Carl
2013-08-01
Changed sort order in bookmark completion.
Daniel Carl
2013-07-31
Added feedback about number of left queue items.
Daniel Carl
2013-07-30
Allow to switch off queue feature via config.h.
Daniel Carl
2013-07-30
Fixed wrong bookmark lookup.
Daniel Carl
2013-07-30
Added queue commands :push and :pop.
Daniel Carl
2013-07-29
Another history processing improvement.
Daniel Carl
2013-07-29
Include config.h in every c file and include it first.
Daniel Carl
2013-07-26
Moved functions from util to history and bookmark.
Daniel Carl
2013-07-16
Allow to enable/disable title in completions on compile time.
Daniel Carl
2013-07-16
Show page title in history and bookmark completion (#46).
Daniel Carl
2013-07-15
Avoid glist to transfer completion data to the completion.c.
Daniel Carl
2013-07-14
Save page title also in bookmark file (#46).
Daniel Carl
2013-07-08
Added command 'bookmark-remove' or 'bmr'.
Daniel Carl
2013-07-08
Give feedback if page is added to bookmarks.
Daniel Carl
2013-06-29
Fixed broken completion for long uri (#39).
Daniel Carl
2013-06-01
Changed completion of history an bookmarks (#27).
Daniel Carl
2013-05-28
Changed the bookmark completion (#27).
Daniel Carl
2013-05-27
Fixed function name typo.
Daniel Carl
2013-05-27
Fixed issue with empty string in g_strsplit().
Daniel Carl
2013-05-27
Fixed segfault and glib errors (#23).
Daniel Carl
2013-04-07
Removed shell escaping for bookmark tags.
Daniel Carl
2013-04-06
Show bookmarked uri also in completion list (#4).
Daniel Carl
2013-04-06
Added command to save current uri as bookmark (#4).
Daniel Carl