summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2021-01-07Fix none registered webextension in ephemeral mode.Daniel Carl
2020-10-13Move some file to $XDG_DATA_HOME #582.Daniel Carl
2020-01-04Remove expansion of '%' #584.Daniel Carl
2019-10-09Added :clearcache by :cleardata command.Daniel Carl
2019-06-04Added ephemeral mode #562.Daniel Carl
2018-10-15Fixed wrong return type for util_file_set_content().Daniel Carl
2018-10-12Use stat(2) to retrieve the file permissions modeLeonardo Taccari
2018-10-11Replace g_file_set_contents().Daniel Carl
2018-10-10Add a mode (in chmod(2) context) argument to util_get_filepath()Leonardo Taccari
2018-06-14Do not damage utf8 string on escape.Daniel Carl
2018-04-14Do not give client to util functions.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-11-15Move sanitize_uri to utils.Daniel Carl
2017-10-01Reintroduce autocmd and augroups. Fix #356Yoann Blein
2017-05-26Update license year.Daniel Carl
2017-05-12implements external editor (closes #347)Robert Timm
2017-04-27Moved closed file writing to util #379.Daniel Carl
2017-04-22Add profile option #343.Daniel Carl
2017-04-20Show if directory can't be created.Daniel Carl
2017-04-20Added :save command.Daniel Carl
2017-04-12Use script message handler to track elements focus changes.Daniel Carl
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-11-27Added closed-max-items optionYutao Yuan
2015-09-21Add :source commandYutao Yuan
2015-07-29Support for multiple configuration profiles (#129)Jiri Marsicek
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-09-22Removed unused util_wildmatch function.Daniel Carl
2014-09-07Allow to match multiple patterns (#100).Daniel Carl
2014-09-01Added utility function for wildcard matching.Daniel Carl
2014-07-31Removed unused param for util_str_replace.Daniel Carl
2014-07-31Implemented extended :set syntax.Daniel Carl
2014-06-04Allow to escape ~user expansion with \ char.Daniel Carl
2014-06-04Use already existing expansion logic also for ex commands.Daniel Carl
2014-05-26Added completion for :shortcut-remove.Daniel Carl
2014-03-11Don't expand string via shell.Daniel Carl
2014-03-09Added shell expansion for download paths.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-08-05Added command queue-unshift.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-29Another history processing improvement.Daniel Carl
2013-07-26Moved functions from util to history and bookmark.Daniel Carl
2013-07-14Save also page title in history file (#46).Daniel Carl
2013-06-18Fixed function name typo.Daniel Carl
2013-06-08Added command to download current page to given path (#32).Daniel Carl
2013-06-01Changed completion of history an bookmarks (#27).Daniel Carl
2013-04-28Allow multiple placeholder in shortcuts.Daniel Carl