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