index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
history.c
Age
Commit message (
Expand
)
Author
2019-06-04
Added ephemeral mode #562.
Daniel Carl
2018-03-28
Update license year.
Daniel Carl
2017-06-19
history: skip adding items if history is disabled
Patrick Steinhardt
2017-05-26
Update license year.
Daniel Carl
2016-06-01
Update license year.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-10-21
Use flock instead of fcntl for file locking (#235).
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-12-08
Don't block search and url history if not typed (#133).
Daniel Carl
2014-12-08
Don't save mapped commands in history (#130).
Daniel Carl
2014-08-03
Fixed some typos.
Daniel Carl
2014-06-29
Used g_slice_new instead of g_new.
Daniel Carl
2014-06-09
Don't write to history file for history size of 0.
Daniel Carl
2014-06-03
Use g_return_*() function to avoid programming issues.
Daniel Carl
2014-06-03
Don't write register or history during setup.
Daniel Carl
2014-04-11
Another try to fixed FreeBSD compile error (#76).
Daniel Carl
2014-04-09
Fix compile error on FreeBSD (#76).
Daniel Carl
2014-04-09
Removed obsolete FILE_LOCK_SET macro.
Daniel Carl
2014-01-11
Change year in license block.
Daniel Carl
2013-11-04
Hold current prompt chars.
Daniel Carl
2013-09-30
Moved stateful history processing to ex.c.
Daniel Carl
2013-09-21
Cleaned the code a little.
Daniel Carl
2013-09-20
Changed the way keys are processed.
Daniel Carl
2013-08-14
Cleaned code a little.
Daniel Carl
2013-07-31
Fixed duplicate history writing.
Daniel Carl
2013-07-30
Added queue commands :push and :pop.
Daniel Carl
2013-07-29
Fixed wrong free function in history processing.
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
Use titles of url history to filter completion list.
Daniel Carl
2013-07-26
Moved functions from util to history and bookmark.
Daniel Carl
2013-07-22
Allow to change input in history lookup.
Daniel Carl
2013-07-22
Don't handle command and :open history different.
Daniel Carl
2013-07-16
Allow to enable/disable title in completions on compile time.
Daniel Carl
2013-07-16
Reapplied sorting of completion entries.
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 also page title in history file (#46).
Daniel Carl
2013-06-29
Fixed broken completion for long uri (#39).
Daniel Carl
2013-06-06
Fixed wrong order of history items.
Daniel Carl
2013-06-02
Fixed reordering of history if the browser instance is closed (#31).
Daniel Carl
2013-06-02
Fixed wrong sorting of url history entries (#31).
Daniel Carl
2013-06-01
Changed search completion to match only prefixes (#27).
Daniel Carl
2013-06-01
Changed completion of history an bookmarks (#27).
Daniel Carl
2013-04-25
Moved inputbox text decisions into main.c.
Daniel Carl
2013-04-06
Fixed wrong file lock used to read history items.
Daniel Carl
2013-04-05
Removed function prefixes of static functions.
Daniel Carl
2013-03-29
Moved variables to the top of function.
Daniel Carl
[next]