summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-bar-item.c
AgeCommit message (Collapse)Author
2023-08-08fset: fix the colon in help bar being included in description colorNathaniel Evan
2023-08-08fset: fix fset.color.help_description not applyingNathaniel Evan
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error.
2023-01-01core: update copyright datesSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-02-27fset: fix description of function fset_bar_item_fset_cbSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-25fset: fix translationSébastien Helleu
2017-06-25fset: add allowed values for integers in help bar, rename option ↵Sébastien Helleu
fset.color.help_string_values to fset.color.help_values
2017-06-25fset: add alt-v and input "v" to toggle help bar, rename option ↵Sébastien Helleu
fset.look.help_bar to fset.look.show_help_bar
2017-06-25fset: fix display of default value and string values in help barSébastien Helleu
2017-06-25fset: add ${description_en}Sébastien Helleu
2017-06-25fset: display "(no description)" instead of empty string for options without ↵Sébastien Helleu
description
2017-06-25fset: add fset bar item content, add options for colors in help barSébastien Helleu
2017-06-25fset: add fset (Fast Set) plugin skeleton (WIP)Sébastien Helleu