Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fset.color.string_values_selected
|
|
fset.color.description_selected
|
|
|
|
|
|
|
|
|
|
fset.color.{max|min}_selected
|
|
|
|
|
|
|
|
|
|
|
|
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")
|
|
|
|
|
|
|
|
|
|
One underscore: value not padded with spaces on the right.
Two unerscores: raw value (no color, no padding).
|
|
|
|
|
|
fix auto size of columns
|
|
|
|
|
|
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
(closes #1022)
This regression was introduced by commit
fadee506642ee80f42027816cc6cb758dcb68011 (issue #1019)
|
|
when the nick already exists (closes #1019)
|
|
irc_server_get_number_buffer (issue #1012)
|
|
|
|
|
|
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
irc: Remove unnecessary stores
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|