summaryrefslogtreecommitdiff
path: root/src/plugins/fset
AgeCommit message (Expand)Author
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description (tran...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-26fset: fix typo in /help fset.format.option2arza
2019-02-22fset: fix slow refresh of fset buffer during /reload (closes #1313)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-07-08fset: fix memory leak when switching the format with ctrl-XSébastien Helleu
2018-07-08fset: fix truncation of option values when the length is greater than 4096 (c...Sébastien Helleu
2018-05-17fset: ensure option_name is not NULL before comparing itSébastien Helleu
2018-02-21fset: corrected typosmumixam
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-11fset: call function fset_buffer_set_localvar_filter when the fset buffer is o...Sébastien Helleu
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)Sébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
2017-07-07fset: fix commentSébastien Helleu
2017-07-07fset: do not catch /set command if it's issued on the fset bufferSébastien Helleu
2017-07-02fset: fix crash in dump of optionsSébastien Helleu
2017-07-02fset: hook signal "debug_dump"Sébastien Helleu
2017-07-02fset: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-07-02fset: remove useless check/set of fset_buffer_selected_lineSébastien Helleu
2017-07-02fset: add braces around else statementSébastien Helleu
2017-07-02fset: do not reset selected line after options are added/removedSébastien Helleu
2017-06-29fset: fix crash on /upgrade when fset buffer is openedSébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
2017-06-28fset: replace hashtable by a simple structure for max length of fieldsSébastien Helleu
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-26fset: improve speed when marking/unmarking options, fix refresh of buffer titleSébastien Helleu
2017-06-26fset: add missing keys alt+p and alt+v in /help fsetSébastien Helleu
2017-06-26fset: fix name of format options in /help fsetSébastien Helleu
2017-06-25fset: fix typo in /help fset.look.export_help_defaultSébastien Helleu
2017-06-25fset: fix list of command argumentsSébastien Helleu
2017-06-25fset: fix buffer titleSébastien Helleu
2017-06-25fset: fix description of optionsSébastien Helleu
2017-06-25fset: fix typoSébastien Helleu
2017-06-25fset: fix translationSébastien Helleu
2017-06-25fset: shift plugins priority to insert fset plugin between buflist and fifoSébastien Helleu
2017-06-25fset: display number of options before filter in buffer titleSébastien Helleu
2017-06-25fset: use "meta-space" instead of "meta- " in fset buffer keysSébastien Helleu
2017-06-25fset: set new value for non-boolean options with alt+spaceSébastien Helleu
2017-06-25fset: add key/input to set new value for an option (alt-f,alt-n or input "n",...Sébastien Helleu
2017-06-25fset: update default value of fset.format.option2 to use 3 lines by defaultSébastien Helleu