summaryrefslogtreecommitdiff
path: root/src/plugins/fset
AgeCommit message (Expand)Author
2024-04-26plugins: remove check of NULL pointers before calling weechat_arraylist_free(...Sébastien Helleu
2024-04-25fset: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-01core: fix print of pointer valuesSé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 di...Sébastien Helleu
2024-03-25fset: add option `-import` in command `/fset`Sébastien Helleu
2024-03-13fset: replace call to chmod() by fchmod() in the export functionMario Campos
2024-02-21fset: allow filename starting with "~" in command `/fset -export`Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-15core: fix crash on plugin reload when using musl libs (closes #2052)Sé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
2023-08-24fset: add local key bindings during the buffer creationSébastien Helleu
2023-08-24fset: fix wrong value type in hashtable used for fset buffer propertiesSébastien Helleu
2023-08-12fset: remove redirection to /help fset.look.sort in /help fsetSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
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-14fset: fix description of function fset_buffer_check_line_outside_windowSébastien Helleu
2023-07-08fset: add missing format in calls to snprintfSébastien Helleu
2023-07-08fset: add variable `allowed_values` in options, add two color optionsSébastien Helleu
2023-07-08fset: add missing enum in /help fsetSébastien Helleu
2023-07-08fset: fix mouse actions when second format is usedSé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
2023-07-06fset: remove extra spaces between min and max values when second format is usedSébastien Helleu
2023-05-30fset: reset color immediately after the color name (issue #1920)Sébastien Helleu
2023-05-20fset: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-04-27fset: change default value of option fset.color.value_selected from 80 to 159...Sébastien Helleu
2023-04-26fset: enable option fset.look.use_color_value by default (issue #1920)Sébastien Helleu
2023-04-26fset: add options fset.color.color_name and fset.color.color_name_selected (i...Sébastien Helleu
2023-04-26fset: change default colors (issue #1920)Sébastien Helleu
2023-04-01core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu
2023-03-16fset: hook command /keySébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-03-16fset: remove scroll to top of fset buffer when options are added or removed (...Sébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-03-14fset: add fset bar on configuration reload (issue #1618)Sébastien Helleu
2021-02-27fset: fix description of function fset_bar_item_fset_cbSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu