summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add parame...Sébastien Helleu
2023-03-29doc: make asciidoctor fail on any warningSébastien Helleu
2023-03-28core: add separate function to get translated help for values of color optionsSébastien Helleu
2023-03-28core: check that infolist is not NULL in next/prev/reset_item_cursor functionsSébastien Helleu
2023-03-27doc: sort commands by plugins in auto-generated filesSébastien Helleu
2023-03-27core: remove extra separator in Serbian translationSébastien Helleu
2023-03-27core: add missing space in Polish translationSébastien Helleu
2023-03-27doc: update German auto-generated filesSébastien Helleu
2023-03-27core: update German translationsNils Görs
2023-03-26core: update ChangeLog (issue #1504)Sébastien Helleu
2023-03-26core: update translations (issue #1504)Sébastien Helleu
2023-03-26core: Add an option to start multiline input text on a new lineTrygve Aaberge
2023-03-26doc/user: add keys to move and delete in a single line and whole input (issue...Sébastien Helleu
2023-03-26core: update translations (issue #1503)Sébastien Helleu
2023-03-26core: update ChangeLog (issue #1503)Sébastien Helleu
2023-03-26core: fix code style (issue #1503)Sébastien Helleu
2023-03-26core: add keys `shift-left` and `shift-right` with same commands as `left` an...Sébastien Helleu
2023-03-26core: revert keys `meta-r` (delete line) and `meta-R` (delete input) (issue #...Sébastien Helleu
2023-03-26core: Implement commands for operating on a single input lineTrygve Aaberge
2023-03-26doc: update German auto-generated fileSébastien Helleu
2023-03-26core: update German translationsNils Görs
2023-03-26core: update translationsSébastien Helleu
2023-03-26core: add missing source files to build translationsSébastien Helleu
2023-03-26core: remove obsolete files used to build translations with autotoolsSébastien Helleu
2023-03-26tests: add tests on gui bar functionsSébastien Helleu
2023-03-26core: fix default value of bar optionsSébastien Helleu
2023-03-25core: add packaging changes in release notesSébastien Helleu
2023-03-25core: update ChangeLog and release notes (issue #1502)Sébastien Helleu
2023-03-25doc: update auto-generated files with optionsSébastien Helleu
2023-03-25tests: add placeholder for function gui_key_paste_finishSébastien Helleu
2023-03-25core: fix typo and code styleSébastien Helleu
2023-03-25core: Include blank lines in paste line countTrygve Aaberge
2023-03-25core: Increase default value for paste_max_lines to 100Trygve Aaberge
2023-03-25core: Remove option weechat.look.paste_auto_add_newlineTrygve Aaberge
2023-03-25core: Always remove final newline when pastingTrygve Aaberge
2023-03-25core: Replace newline/tabs after paste is acceptedTrygve Aaberge
2023-03-25core: When pasting, insert text in input instead of interpreting keysTrygve Aaberge
2023-03-25core: Parse bracketed paste also when paste pendingTrygve Aaberge
2023-03-25core: fix uninitialized variable `chunks2_count` when key_name and key_name_a...Sébastien Helleu
2023-03-25core: fix memory leak in function config_file_read_internalSébastien Helleu
2023-03-25core: remove unnecessary assignmentSébastien Helleu
2023-03-25core: remove commented codeSébastien Helleu
2023-03-25core: replace .bz2 by .xz in SRC_URI of cygport templateSébastien Helleu
2023-03-25core: remove obsolete cpack configSébastien Helleu
2023-03-25core: remove build of .bz2 and .zst files in `make dist`Sébastien Helleu
2023-03-25core: fix gcc warning on snprintfSébastien Helleu
2023-03-24core: add option `legacy` in command `/key`Sébastien Helleu
2023-03-23core: remove RPM packagingSébastien Helleu
2023-03-23core: replace `set -e` by `set -o errexit` in shell scriptsSébastien Helleu
2023-03-23core: add extra compiler options to check overflow of destination buffer and ...Sébastien Helleu