summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-mouse.c
AgeCommit message (Collapse)Author
2023-07-08fset: add variable `allowed_values` in options, add two color optionsSébastien Helleu
New options: - fset.color.allowed_values - fset.color.allowed_values_selected
2023-07-08fset: fix mouse actions when second format is usedSébastien Helleu
The mouse actions now properly handle the case where options are displayed on multiple lines to calculate the option index in list.
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-01-02core: update copyright datesSé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-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-25fset: mark/unmark multiple options with mouse gesture up/downSébastien Helleu
2017-06-25fset: set/append to value with alt+'+'/'-' and mouse gesture left/right if ↵Sébastien Helleu
option is not of type integer/color
2017-06-25fset: add mark on options to run an action on multiple optionsSébastien Helleu
2017-06-25fset: store type as enum, translate ${type}, add ${type_en}, ${type_short} ↵Sébastien Helleu
and ${type_tiny}
2017-06-25fset: add ${string_values}, add options fset.color.string_values and ↵Sébastien Helleu
fset.color.string_values_selected
2017-06-25fset: add mouse actions (select line, add to value, toggl boolean, set value)Sébastien Helleu
2017-06-25fset: add fset (Fast Set) plugin skeleton (WIP)Sébastien Helleu