summaryrefslogtreecommitdiff
path: root/doc/pl
AgeCommit message (Collapse)Author
2024-03-21doc/user: fix typo in trigger regex replace `${re:+}`Sébastien Helleu
2024-03-21doc/user: add missing `${re:#}` and `${re:repl_index}` in trigger regex replaceSébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-11doc/user: clarify what is `${nick}` in trigger IRC signal dataSébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option ↵Sébastien Helleu
weechat.look.mouse_timer_delay (closes #2082)
2024-03-05doc/scripting: auto-generate list of scripting functions and constants from ↵Sébastien Helleu
Python API
2024-03-05api: add functions config_{boolean|integer|string|color|enum}_inherited in ↵Sébastien Helleu
scripting API
2024-03-05api: add functions config_option_get_string and config_option_get_pointer in ↵Sébastien Helleu
scripting API
2024-02-24doc/user: fix order of mouse event modifiersSébastien Helleu
Key "alt" is always before "ctrl".
2024-02-21script: fix default mouse keys (closes #2076)Sébastien Helleu
Some parameters of command `/script` were renamed in commit 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not changed and still using the old parameters names.
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-06doc: update copyright datesKrzysztof Korościk
2024-01-01core: update copyright datesSébastien Helleu
2024-01-01doc: updated polish translationKrzysztof Korościk
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-11-19doc: updated polish translationKrzysztof Korościk
2023-11-11core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)Sébastien Helleu
2023-11-11core: add key ctrl+o to send command found and insert next one in input ↵Sébastien Helleu
(issue #2040)
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
Changes: - move key ctrl+r to ctrl+s - add key ctrl+r to search in commands history - add option `search_history` in command `/input` - add key context "histsearch" - add option weechat.look.buffer_search_history - add buffer variables "text_search_direction", "text_search_history" and "text_search_ptr_history"
2023-11-04doc/faq: add question about key F11Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal).
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-09-16doc/faq: add question about move of WeeChat config to another deviceSébastien Helleu
2023-09-15doc/faq: add question about keys like Enter and version 4.0.0Sébastien Helleu
2023-09-11buflist: add missing items buflist4 and buflist5 in help on command/options ↵Sébastien Helleu
and user's guide
2023-09-09doc/user: add missing actions on script bufferSébastien Helleu
2023-09-09doc/user: add missing key alt+L (input `L`) on script bufferSébastien Helleu
2023-09-08doc/user: add missing actions `p` and `v` on fset bufferSébastien Helleu
2023-09-06irc: remove default CTCP replies FINGER and USERINFO from user's guide ↵Sébastien Helleu
(issue #1974)
2023-08-30doc/user: add section "buffer" in chapter on WeeChat options (issue #352)Sébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-22doc/faq: split CTCP options into two blocksSébastien Helleu
Second block is for CTCP replies made by older versions (< 4.1.0).
2023-08-22doc/faq: add disabling of buflist in question about CPU usageSébastien Helleu
2023-08-22build: update build dependency from libncursesw5-dev to libncurses-devSébastien Helleu
2023-08-16doc/user: add chapter on cursor mode (issue #1282)Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with ↵Sébastien Helleu
commands `/cursor go` and `/cursor move` (closes #1282)
2023-08-15doc/user: improve look of clicked buttons in mouse bindingsSébastien Helleu
2023-08-14doc/user: add mouse, keys and input for /list bufferSébastien Helleu
2023-08-14doc/user: fix command bound to left mouse button in fset bufferSébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-08irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ↵Sébastien Helleu
(issue #1974)
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error.
2023-06-27doc/faq: mention script go.py for an easy jump to buffersSébastien Helleu
2023-06-24doc: updated polish translationKrzysztof Korościk
2023-06-15doc/user: fix URL to plugin API referenceSébastien Helleu
2023-06-12doc/user: update dependencies versions to Debian BookwormSébastien Helleu
2023-06-12doc/user: fix description of key ctrl+q in search contextSébastien Helleu
2023-06-03doc/user: add new FIFO syntax (issue #1950)Sébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu