Sébastien Helleu
3a6ac9ee76
all: add SPDX license tag
2025-03-31 07:49:26 +02:00
Sébastien Helleu
d8987a1678
all: replace Copyright lines by SPDX copyright tag
2025-03-30 14:47:12 +02:00
Aaron Jones
f5038bccbc
Fix function prototypes for list of arguments
...
At the moment, building WeeChat triggers several thousand -Wstrict-prototypes
diagnostics. This is due to its source code using an empty argument list for
functions and function pointers that take no arguments, instead of explicitly
declaring that they take no arguments by using a void list.
This commit replaces all empty argument lists with a void list.
Note that Ruby's headers also suffer the same problem, which WeeChat can't
do anything to fix. Thus, building WeeChat with the Ruby plugin enabled
will still issue approximately 30 such diagnostics.
2025-03-10 08:16:52 +01:00
Sébastien Helleu
547e2b934e
core: update copyright dates
2025-02-01 23:13:18 +01:00
Sébastien Helleu
eecb2a997e
core: update copyright dates
2024-01-01 22:29:58 +01:00
Sébastien Helleu
1d5433485c
fset: add variable allowed_values in options, add two color options
...
New options:
- fset.color.allowed_values
- fset.color.allowed_values_selected
2023-07-08 16:50:42 +02:00
Sébastien Helleu
6f1a66924f
fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920 )
2023-04-26 21:08:06 +02:00
Sébastien Helleu
202b4d82c0
plugins: set priority in calls to weechat_config_new (issue #1872 )
2023-01-28 15:13:34 +01:00
Sébastien Helleu
33bba784c3
core: update copyright dates
2023-01-01 14:54:35 +01:00
Sébastien Helleu
c44b79dce7
core: update copyright dates
2022-01-17 18:41:06 +01:00
Sébastien Helleu
efc7a588d6
core: update copyright dates
2021-01-02 21:34:16 +01:00
Sébastien Helleu
1054cdf1e9
fset: add option fset.look.auto_refresh ( closes #1553 )
2020-08-09 10:56:03 +02:00
Sébastien Helleu
feb6258910
core: update copyright dates
2020-01-04 10:41:26 +01:00
Sébastien Helleu
c6161d0e4a
plugins: sort options added in configuration sections
2019-10-23 19:45:06 +02:00
Sébastien Helleu
2b0057239b
core: update copyright dates
2019-01-01 15:40:51 +01:00
Sébastien Helleu
4712d0bb06
core: use https for links to GNU GPL license
2018-11-29 23:16:07 +01:00
Sébastien Helleu
ed4837b2f6
core: update copyright dates
2018-01-05 00:54:18 +01:00
Sébastien Helleu
9bad3f44db
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
2017-08-10 20:05:16 +02:00
Sébastien Helleu
16132ed7ba
fset: remove option fset.look.show_help_bar
2017-06-26 23:55:45 +02:00
Sébastien Helleu
98272393fe
fset: add ${newline} to display options on multiple lines, replace format options by colors for background
2017-06-25 16:35:28 +02:00
Sébastien Helleu
68b337eb60
fset: add format options for marked options
2017-06-25 16:35:28 +02:00
Sébastien Helleu
1552a2327f
fset: rename options fset.format.option_current* to fset.format.option_selected*
2017-06-25 16:35:28 +02:00
Sébastien Helleu
b6334ce355
fset: add ${index} and color options
2017-06-25 16:35:28 +02:00
Sébastien Helleu
850922ff92
fset: add a second format for options, new key ctrl-X and input "x" to switch the format used
2017-06-25 16:35:28 +02:00
Sébastien Helleu
f519499057
fset: add export of options
2017-06-25 16:35:28 +02:00
Sébastien Helleu
c9460565b8
fset: add key alt-p on fset buffer, rename option fset.look.show_plugin_description to fset.look.show_plugins_desc
2017-06-25 16:35:28 +02:00
Sébastien Helleu
6bbc2f3f4c
fset: add allowed values for integers in help bar, rename option fset.color.help_string_values to fset.color.help_values
2017-06-25 16:35:28 +02:00
Sébastien Helleu
986ccff885
fset: add keys F11/F12 to scroll fset buffer horizontally, add input "<" and ">", add option fset.look.scroll_horizontal
2017-06-25 16:35:28 +02:00
Sébastien Helleu
690ef1e309
fset: add options for colors in buffer's title
...
New options:
- fset.color.title_count_options
- fset.color.title_current_option
- fset.color.title_filter
- fset.color.title_marked_options
- fset.color.title_sort
2017-06-25 16:35:28 +02:00
Sébastien Helleu
d71524c582
fset: add ${file}, ${section}, ${option}, add color options
2017-06-25 16:35:27 +02:00
Sébastien Helleu
feace6be0b
fset: add alt-v and input "v" to toggle help bar, rename option fset.look.help_bar to fset.look.show_help_bar
2017-06-25 16:35:27 +02:00
Sébastien Helleu
e2a68f9b4c
fset: add option fset.look.use_color_value
2017-06-25 16:35:27 +02:00
Sébastien Helleu
cffa55e05e
fset: add options fset.color.name_changed and fset.color.name_changed_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
d5aa8530b7
fset: fix crash on unset of multiple options
...
Rename option fset.look.unmark_after_action to fset.look.auto_unmark,
allow input "$$" to unmark all options and refresh.
2017-06-25 16:35:27 +02:00
Sébastien Helleu
6f27eccc84
fset: add option fset.look.sort
2017-06-25 16:35:27 +02:00
Sébastien Helleu
7a08099d18
fset: add options fset.color.quotes_changed and fset.color.quotes_changed_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
7336c93270
fset: add option fset.look.unmark_after_action
2017-06-25 16:35:27 +02:00
Sébastien Helleu
b2373ffba7
fset: add mark on options to run an action on multiple options
2017-06-25 16:35:27 +02:00
Sébastien Helleu
f555d588b8
fset: add option fset.look.show_plugin_description
2017-06-25 16:35:27 +02:00
Sébastien Helleu
bf7135dd9d
fset: add ${default_value_undef} and ${value_changed}
2017-06-25 16:35:27 +02:00
Sébastien Helleu
18916e420a
fset: remove obsolete option fset.look.enabled
2017-06-25 16:35:27 +02:00
Sébastien Helleu
77391dda1b
fset: add ${parent_value}, add options fset.color.parent_value and fset.color.parent_value_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
8c7b4282ae
fset: hook command /set, add option fset.look.condition_catch_set
2017-06-25 16:35:27 +02:00
Sébastien Helleu
02a94b4960
fset: add fset bar item content, add options for colors in help bar
2017-06-25 16:35:27 +02:00
Sébastien Helleu
2fac9d34f3
fset: add ${string_values}, add options fset.color.string_values and fset.color.string_values_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
3515134b19
fset: add ${description}, add options fset.color.description and fset.color.description_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
66124db856
fset: add ${min} and ${max}, add options fset.color.{max|min} and fset.color.{max|min}_selected
2017-06-25 16:35:27 +02:00
Sébastien Helleu
83b620e67c
fset: add actions to set/append value, add option fset.look.use_mute
2017-06-25 16:35:27 +02:00
Sébastien Helleu
7b9b25988c
fset: add support of parent options, add color for quotes around strings, fix auto size of columns
2017-06-25 16:35:27 +02:00
Sébastien Helleu
e66b3ffd57
fset: add colors for diff/undef values
2017-06-25 16:35:27 +02:00