summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2017-06-25fset: set buffer title with useful info (filter, number of options, keys/input)Sébastien Helleu
2017-06-25fset: allow mask (with "*") as filterSébastien Helleu
2017-06-25fset: fix the fset buffer after /upgradeSébastien Helleu
2017-06-25fset: set local variable "filter" in the fset bufferSébastien Helleu
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 ${description}, add options fset.color.description and ↵Sébastien Helleu
fset.color.description_selected
2017-06-25fset: fix color of default value when it is different from NULLSébastien Helleu
2017-06-25fset: add filters "d=" and "d=="Sébastien Helleu
2017-06-25fset: fix columns size after changing an optionSébastien Helleu
2017-06-25fset: add mouse actions (select line, add to value, toggl boolean, set value)Sébastien Helleu
2017-06-25fset: add ${min} and ${max}, add options fset.color.{max|min} and ↵Sébastien Helleu
fset.color.{max|min}_selected
2017-06-25fset: remove unused variables for columnsSébastien Helleu
2017-06-25fset: replace options -decrease/-increase by -add (with optional value)Sébastien Helleu
2017-06-25fset: fix execution of actions from fset buffer inputSébastien Helleu
2017-06-25fset: add all supported options in /help fsetSébastien Helleu
2017-06-25fset: add support of filters in /fset commandSébastien Helleu
2017-06-25fset: add different types of filtersSébastien Helleu
Existing filter: - by option name (part of name) New filters: - by configuration file ("f:xxx") - by section name ("s:xxx") - by options changed ("d:" or "d:xxx") - by exact value ("==xxx") - by value, format ("=xxx")
2017-06-25fset: fix refresh of buffer when options are added/removedSébastien Helleu
2017-06-25fset: fix size of columnsSébastien Helleu
2017-06-25fset: add actions to set/append value, add option fset.look.use_muteSébastien Helleu
2017-06-25fset: update keys on fset bufferSébastien Helleu
2017-06-25fset: add evaluated variables prefixed by one or two underscoresSébastien Helleu
One underscore: value not padded with spaces on the right. Two unerscores: raw value (no color, no padding).
2017-06-25fset: rename ${value_with_parent} to ${value2}Sébastien Helleu
2017-06-25fset: add ${value_with_parent} to show inherited valueSébastien Helleu
2017-06-25fset: add support of parent options, add color for quotes around strings, ↵Sébastien Helleu
fix auto size of columns
2017-06-25fset: add toggle/decrease/increase/reset/unset actions on selected lineSébastien Helleu
2017-06-25fset: add colors for diff/undef valuesSébastien Helleu
2017-06-25fset: add color optionsSébastien Helleu
2017-06-25fset: add fset (Fast Set) plugin skeleton (WIP)Sébastien Helleu
2017-06-23buflist: add variable `${format_name}` in bar item evaluation and option ↵Sébastien Helleu
buflist.format.name (issue #1020)
2017-06-20buflist: display the warning about script buffers.pl only if buflist is enabledSébastien Helleu
2017-06-20irc: fix update of nick prefixes when the names are received in message 353 ↵Sébastien Helleu
(closes #1022) This regression was introduced by commit fadee506642ee80f42027816cc6cb758dcb68011 (issue #1019)
2017-06-17irc: don't reset nick properties (prefixes/away/account/realname) on /names ↵Sébastien Helleu
when the nick already exists (closes #1019)
2017-06-14irc: remove unused functions irc_server_get_number_connected and ↵Sébastien Helleu
irc_server_get_number_buffer (issue #1012)
2017-06-13buflist: add variable ${merged} in /help buflistSébastien Helleu
2017-06-13buflist: add variable ${merged} in bar item evaluationSébastien Helleu
2017-06-12alias: fix message in case of error in command /alias addcompletionSébastien Helleu
2017-06-12relay: add option "start" in command /relaySébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
This removes scan-build warnings about dereference of last_xxx null pointers.
2017-06-10Merge pull request #1015 from Neui/remove-unused-irc-storesSébastien Helleu
irc: Remove unnecessary stores
2017-06-10trigger: if hashmap creation failed, don't use tagsNeui
If hashmap creation fails (eg. not enough memory), it jumps to the label "end", where it checks the pointer tags, that hadn't been initialized before. The simple fix is to initialize it before creating the hashmap.
2017-06-09irc: Remove unnecessary storesNeui
2017-06-08buflist: add option buflist.look.auto_scroll (issue #332)Sébastien Helleu
2017-06-06buflist: return 0 if buffers are equal in sort functionSébastien Helleu
This is better for symmetry of comparison callback (comparing buffer1 and buffer2 will give same as comparing buffer2 and bufer1). Thanks to Simmo Saan for reporting the problem.
2017-06-05buflist: display a warning when the script "buffers.pl" is loadedSébastien Helleu
2017-06-03relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738dSimmo Saan
2017-06-03core, irc: remove unused structsSimmo Saan
2017-06-03relay: fix relay.network.bind_address change callback not being calledSimmo Saan
2017-06-03core, script: remove unused config section variablesSimmo Saan
2017-06-03gui, buflist: remove declared but undefined functionsSimmo Saan