summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-command.c
AgeCommit message (Collapse)Author
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_string_free_split() (issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_hashtable_free() (issue #865)
2024-04-26plugins: remove check of NULL pointers before calling ↵Sébastien Helleu
weechat_arraylist_free() (issue #865)
2024-04-25fset: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-03-26fset: fix typo in /help fsetSébastien Helleu
2024-03-26fset: display number of commands executed in imported file, improve errors ↵Sébastien Helleu
displayed
2024-03-25fset: add option `-import` in command `/fset`Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-10-17fset: format and translate command line by line (issue #2005)Sébastien Helleu
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
Only text between angle brackets (eg: "<name>") must be translated.
2023-08-12fset: remove redirection to /help fset.look.sort in /help fsetSébastien Helleu
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: add missing enum in /help fsetSébastien Helleu
2023-07-08fset: allow long type name in type filterSébastien Helleu
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-03-16fset: hook command /keySébastien Helleu
When command /key is called without arguments, and if fset plugin is loaded, fset displays all key options (filter: `weechat.key*`).
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ↵Sébastien Helleu
sensitive (issue #1872)
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-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description ↵Sébastien Helleu
(translated or in English)
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split ↵Sébastien Helleu
(closes #1322)
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-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)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: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-06-28fset: replace hashtable by a simple structure for max length of fieldsSé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 list of command argumentsSé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 ↵Sébastien Helleu
"n", command /fset -setnew)
2017-06-25fset: add variables ${empty_xxx} (a field with only spaces for indentation)Sébastien Helleu
2017-06-25fset: add ${newline} to display options on multiple lines, replace format ↵Sébastien Helleu
options by colors for background
2017-06-25fset: mark/unmark multiple options with mouse gesture up/downSébastien Helleu
2017-06-25fset: add format options for marked optionsSébastien Helleu
2017-06-25fset: rename options fset.format.option_current* to fset.format.option_selected*Sébastien Helleu
2017-06-25fset: add ${index} and color optionsSébastien Helleu
2017-06-25fset: add variable ${selected_line}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: add a second format for options, new key ctrl-X and input "x" to ↵Sébastien Helleu
switch the format used
2017-06-25fset: move sort option in /help fsetSébastien Helleu