summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-03-22core: remove autotools related files in .gitignoreSébastien Helleu
2023-03-21core: move buffer functions and remove them from header fileSébastien Helleu
2023-03-21core: remove unused function gui_buffer_is_scrolledSébastien Helleu
2023-03-21core: remove unused function gui_buffer_search_by_layout_numberSébastien Helleu
2023-03-20core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...Sébastien Helleu
2023-03-19doc: update German auto-generated fileSébastien Helleu
2023-03-19core: update German translationsNils Görs
2023-03-19core: add function `bar_new` in release notesSébastien Helleu
2023-03-19core: update ChangeLog (issue #846)Sébastien Helleu
2023-03-19core: add option `rename` in command `/bar`Sébastien Helleu
2023-03-19core: display an error with `/bar add` when the bar already existsSébastien Helleu
2023-03-19core: add value "name" in completion of `/bar set <name>`Sébastien Helleu
2023-03-19doc/api: fix typoSébastien Helleu
2023-03-19core: fix default value of options for bars added by pluginsSébastien Helleu
2023-03-19core: fix long lines in function gui_bar_use_temp_barsSébastien Helleu
2023-03-19core: allow any valid boolean value in command `/bar set <name> separator xxx`Sébastien Helleu
2023-03-19core: fix typo on bar option name "separator"Sébastien Helleu
2023-03-19core: use a fixed size buffer to create a bar optionSébastien Helleu
2023-03-19core: use a fixed size buffer to rename a barSébastien Helleu
2023-03-19core: do not call check callback when setting default value of optionSébastien Helleu
2023-03-19doc/man: call brackets correctly in the serbian translationSekulum Forka
2023-03-19doc/man: fix grammatical mistakes in the serbian translationSekulum Forka
2023-03-19core: run config hooks only when value or default value is actually changed i...Sébastien Helleu
2023-03-19core: optimize commands `/reset` and `/unset` with a maskSébastien Helleu
2023-03-19core: add command `/reset` to reset options to their default valuesSébastien Helleu
2023-03-19core: don't translate the key context (default/search/cursor/mouse)Sébastien Helleu
2023-03-18core: mention breaking changes in release notesSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-18core: update ChangeLog and release notes (closes #1238)Sébastien Helleu
2023-03-18core: update translationsSébastien Helleu
2023-03-18doc: replace comma by underscore in name of option used in anchorsSébastien Helleu
2023-03-17core: also display mouse codes with `/debug key`Sébastien Helleu
2023-03-17core: change order of modifiers in mouse keysSébastien Helleu
2023-03-17core: split gui-curses.h into multiple headersSébastien Helleu
2023-03-17core: fix search of commands with raw code and alias matchingSébastien Helleu
2023-03-17core: set insert_ok to 0 for backspace keySébastien Helleu
2023-03-17core: remove "%s" from translated message for key debugSébastien Helleu