Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | Change year in license block. | Daniel Carl | |
2014-01-11 | Change year in license block. | Daniel Carl | |
2013-09-06 | Added completion for bookmark tags. | Daniel Carl | |
This allows to get already used bookmark tags for new bookmarks ':bma <tab>' or ':bookmark-add <tab>'. | |||
2013-08-05 | Added command queue-unshift. | Daniel Carl | |
New command allows to push new uri to the beginning of read it later list. | |||
2013-08-01 | Added new command :queue-clear. | 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 | Added queue commands :push and :pop. | Daniel Carl | |
2013-07-15 | Avoid glist to transfer completion data to the completion.c. | Daniel Carl | |
The completion asked the required components to spit out the list of completion items to make a GtkListStore model and fill it with the data and to free the list. Now we let the component like history, bookmark or setting fill in the completion items self, which avoids unneeded list preparation and memory allocation. | |||
2013-07-14 | Save page title also in bookmark file (#46). | Daniel Carl | |
2013-07-08 | Added command 'bookmark-remove' or 'bmr'. | Daniel Carl | |
This allows to remove bookmark for bookmark file. | |||
2013-07-08 | Give feedback if page is added to bookmarks. | 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 | |