Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-20 | buflist: add list buffer in /help buflist and /help buflist.format.indent | Sébastien Helleu | |
2023-08-20 | buflist: indent the /list buffer | Sébastien Helleu | |
2023-07-04 | buflist: increase max number of buflist items from 3 to 5 (closes #1703) | Sébastien Helleu | |
2023-05-13 | core: add quotes around paths in CMake files (closes #29) | Sébastien Helleu | |
2023-04-26 | buflist: change default background color of current buffer (issue #1920) | Sébastien Helleu | |
Default value changed: - buflist.format.buffer_current: "${color:,blue}${format_buffer}" -> "${color:,17}${format_buffer}" | |||
2023-04-22 | buflist: update example in /help buflist.look.sort | Sébastien Helleu | |
2023-04-21 | buflist: add example to sort on hotlist activity in /help buflist.look.sort | Sébastien Helleu | |
2023-04-01 | core, plugins: set options to NULL by default, refactor config init functions | Sébastien Helleu | |
2023-03-16 | buflist: do not display keys added in default context on first load | Sébastien Helleu | |
Keys added in mouse context were already hidden, so it makes sense to not display keys in default context as well. These keys added by the default plugins are documented anyway. | |||
2023-03-16 | core: use new key name in command `/key` and configuration file | Sébastien Helleu | |
Legacy keys are automatically converted to new names when loading configuration file `weechat.conf`. Examples: "ctrl-I" => "tab" "meta2-1;3A" => "meta-up" "meta2-Z" => "shift-tab" "meta-wmeta-meta2-A" => "meta-w,meta-up" "ctrl-Cb" => "ctrl-c,b" | |||
2023-01-29 | core: force ctrl keys to lower case when they are added (closes #1875) | Sébastien Helleu | |
2023-01-29 | api: readjust string size in function string_dyn_free when string is not ↵ | Sébastien Helleu | |
freed (issue #1875) This frees some allocated memory if size_alloc was greater than size in the dynamic string. | |||
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ↵ | Sébastien Helleu | |
sensitive (issue #1872) | |||
2023-01-28 | plugins: set priority in calls to weechat_config_new (issue #1872) | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu | |
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` | |||
2022-08-15 | buflist: improve help on option buflist.look.enabled | Sébastien Helleu | |
2022-07-31 | buflist: add variable "${hotlist_priority_number}" (integer version of ↵ | Sébastien Helleu | |
"${hotlist_priority}") | |||
2022-04-16 | buflist: fix memory leak when reading config and changing option ↵ | Sébastien Helleu | |
buflist.look.sort | |||
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-07-04 | typing: add typing plugin | Sébastien Helleu | |
2021-05-25 | core, buflist, irc, relay: replace freenode by libera in comments | Sébastien Helleu | |
2021-05-16 | buflist, irc, xfer: do not translate "cleartext" in buffer local variable ↵ | Sébastien Helleu | |
"tls_version" (issue #1622) The text "cleartext" is translated for display only: directly with gettext in IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated format. | |||
2021-05-16 | core: update translations (issue #1622) | Sébastien Helleu | |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add ↵ | Andrew Potter | |
buflist format "${format_tls_version}" (issue #1622) | |||
2021-03-21 | buflist: improve help on option buflist.look.sort | Sébastien Helleu | |
2021-03-21 | buflist: Fix wrong pointers being used in hdata_compare | Trygve Aaberge | |
This used pointer1 and pointer2 which are pointers to the buffers, but it should use ptr_hotlist1 and ptr_hotlist1 which are pointers to the hotlists it is trying to compare. | |||
2021-03-14 | buflist: always add buflist bar when plugin is loaded, hide bar by default ↵ | Sébastien Helleu | |
if buflist is disabled (issue #1618) | |||
2021-03-14 | buflist: add buflist bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-02-09 | buflist: add option buflist.look.use_items to speed up display of buflist ↵ | Sébastien Helleu | |
(closes #1613) | |||
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu | |
2020-06-21 | core: add bar option "color_bg_inactive" (issue #732) | Sébastien Helleu | |
2020-06-10 | buflist: add "window" pointer in bar item evaluation only if it's not NULL ↵ | Sébastien Helleu | |
(if bar type is "window") | |||
2020-04-24 | buflist: add default key alt-shift-B to toggle buflist | Sébastien Helleu | |
2020-04-24 | buflist: add options enable/disable/toggle in command /buflist | Sébastien Helleu | |
2020-04-06 | buflist: evaluate option buflist.look.sort (closes #1465) | Sébastien Helleu | |
The evaluation allows to use different sort for the bar items, for example with such value: ${if:${bar_item.name}==buflist?number:short_name} This sorts by number on the first bar item and by short name on the two other bar items. | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-12-26 | buflist: add pointer "window" in bar item evaluation | Sébastien Helleu | |
2019-10-23 | plugins: sort options added in configuration sections | Sébastien Helleu | |
2019-10-01 | core: fix style in CMake files | Sébastien Helleu | |
2019-09-17 | buflist: fix extra spaces between buffers when conditions are used to hide ↵ | Sébastien Helleu | |
buffers (closes #1403) This is a regression introduced in version 2.6 by commit bf21ca072d5250b1196e62db61f3ba675ee89b52. | |||
2019-08-17 | buflist: use extra variables in option buflist.look.display_conditions ↵ | Sébastien Helleu | |
(closes #1393) | |||
2019-08-17 | Revert "buflist: mention variables available for option ↵ | Sébastien Helleu | |
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e. | |||
2019-08-17 | buflist: mention variables available for option ↵ | Sébastien Helleu | |
buflist.look.display_conditions in its help and in /help buflist (closes #1393) | |||
2019-07-13 | buflist: use existing variable buflist_hdata_buffer to check buffer pointers ↵ | Sébastien Helleu | |
in infolist "buflist" | |||
2019-07-11 | core: update translations (issue #1375) | Sébastien Helleu | |
2019-07-11 | buflist: check validity of buffer pointers in info "buflist" (issue #1375) | Sébastien Helleu | |
2019-07-11 | buflist: add infolist "buflist" (issue #1375) | Simmo Saan | |