summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.c
AgeCommit message (Expand)Author
2017-07-02fset: fix crash in dump of optionsSé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-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: improve speed when marking/unmarking options, fix refresh of buffer titleSé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: add ${newline} to display options on multiple lines, replace format opt...Sébastien Helleu
2017-06-25fset: only mark/unmark matching options with "m:" and "u:", do not toggle mar...Sébastien Helleu
2017-06-25fset: first move up one line before toggling mark with shift+upSébastien Helleu
2017-06-25fset: add marking/unmarking of options matching filter with input "m:" and "u:"Sébastien Helleu
2017-06-25fset: do not refresh buffer when an option not displayed is changedSébastien Helleu
2017-06-25fset: add export of optionsSébastien Helleu
2017-06-25fset: fix memory leak in allocation of fset optionsSébastien Helleu
2017-06-25fset: fix refresh of options after changing marked optionsSébastien Helleu
2017-06-25fset: add key alt-p on fset buffer, rename option fset.look.show_plugin_descr...Sébastien Helleu
2017-06-25fset: fix cursor position when appending to an option with NULL valueSébastien Helleu
2017-06-25fset: remove dead assignmentSébastien Helleu
2017-06-25fset: use only short type name in filter "t:xxx"Sébastien Helleu
2017-06-25fset: add ${file}, ${section}, ${option}, add color optionsSébastien Helleu
2017-06-25fset: use English short type name for ${type} in filter, remove ${type_en}Sébastien Helleu
2017-06-25fset: add variables default_value, default_value_undef, value_undef and value...Sébastien Helleu
2017-06-25fset: add support of evaluated condition with filter "c:"Sébastien Helleu
2017-06-25fset: remove useless refresh when an option not displayed is changedSébastien Helleu
2017-06-25fset: add empty string instead of "null" when editing an option with NULL valueSébastien Helleu
2017-06-25fset: fix crash on unset of multiple optionsSébastien Helleu
2017-06-25fset: add filtering by type ("t:xxx")Sébastien Helleu
2017-06-25fset: add option fset.look.sortSébastien Helleu
2017-06-25fset: add option fset.look.unmark_after_actionSébastien Helleu
2017-06-25fset: fix slow (un)marking of options when there are a lot of options displayedSébastien Helleu
2017-06-25fset: add mark on options to run an action on multiple optionsSébastien Helleu
2017-06-25fset: fix refresh of buffer after changing option when the buffer is scrolledSébastien Helleu
2017-06-25fset: add ${description_en}Sébastien Helleu
2017-06-25fset: store type as enum, translate ${type}, add ${type_en}, ${type_short} an...Sébastien Helleu
2017-06-25fset: add option fset.look.show_plugin_descriptionSébastien Helleu
2017-06-25fset: add ${default_value_undef} and ${value_changed}Sébastien Helleu
2017-06-25fset: hook command /set, add option fset.look.condition_catch_setSébastien Helleu
2017-06-25fset: use just "d" instead of "d:" to show changed optionsSébastien Helleu
2017-06-25fset: add fset bar item content, add options for colors in help barSébastien Helleu
2017-06-25fset: allow mask (with "*") as filterSébastien Helleu
2017-06-25fset: set local variable "filter" in the fset bufferSébastien Helleu
2017-06-25fset: add ${string_values}, add options fset.color.string_values and fset.col...Sébastien Helleu
2017-06-25fset: add ${description}, add options fset.color.description and fset.color.d...Sébastien Helleu
2017-06-25fset: add filters "d=" and "d=="Sébastien Helleu
2017-06-25fset: fix columns size after changing an optionSébastien Helleu
2017-06-25fset: add ${min} and ${max}, add options fset.color.{max|min} and fset.color....Sébastien Helleu
2017-06-25fset: add different types of filtersSébastien Helleu
2017-06-25fset: fix refresh of buffer when options are added/removedSébastien Helleu