index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
curses
Age
Commit message (
Expand
)
Author
2023-01-28
core: make color names and attributes case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: make input actions in buffers case sensitive (issue #1872)
Sébastien Helleu
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-31
core: move function gui_input_move_to_buffer to gui-buffer.c
Sébastien Helleu
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-25
core: move `/input` buffer switch/zoom actions to command `/buffer`
Sébastien Helleu
2022-12-25
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Sébastien Helleu
2022-12-25
core: move `/input` hotlist actions to new command `/hotlist`
Sébastien Helleu
2022-12-25
core: move `/input` jump actions to command `/buffer jump`
Sébastien Helleu
2022-12-19
core: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-18
core: remove unused argument "pos" from function gui_input_insert_string, add...
Sébastien Helleu
2022-12-10
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
Sébastien Helleu
2022-12-10
core: do not display non printable chars, fix function utf8_char_size_screen
Sébastien Helleu
2022-12-10
core: display chars < 32 with a letter/symbol and reverse video attribute in ...
Sébastien Helleu
2022-12-10
core: toggle reverse video attribute in bars for chars < 32 only if not alrea...
Sébastien Helleu
2022-12-10
core: expand tabulations as spaces in bars
Sébastien Helleu
2022-12-10
core: replace call to memcpy by utf8_strncpy
Sébastien Helleu
2022-10-14
Allow terminal title to be left unchanged.
Latchezar Tzvetkoff
2022-10-05
core: fix page scroll in bare display (closes #1830)
Sébastien Helleu
2022-09-27
api: add function file_compress
Sébastien Helleu
2022-09-18
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
Sébastien Helleu
2022-09-17
core: fix wrong terminal title on terminal resize (closes #1702)
Sébastien Helleu
2022-04-18
core: add bar item "spacer"
Sébastien Helleu
2022-03-27
core: fix bad window size on startup with some terminals like kitty (closes #...
Sébastien Helleu
2022-03-13
core: add function gui_buffer_new_props (issue #1759)
Sébastien Helleu
2022-01-30
core: search in message tags when tags are displayed with /debug tags
Sébastien Helleu
2022-01-30
core: add support of date and tags in messages displayed in buffers with free...
Sébastien Helleu
2022-01-28
core: move functions from gui-chat.c to gui-line.c
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-11
core: add terminal and color info in output of /debug color
Sébastien Helleu
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-02-28
core: fix quoted line in cursor mode (closes #1602)
Sébastien Helleu
2021-02-08
core: fix wrong size of the new window after vertical split (closes #1612)
Sébastien Helleu
2021-02-07
core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.lo...
Kevin Pulo
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-11-23
core: allocate dynamic string size for colors
Sébastien Helleu
2020-08-17
core: replace calls to malloc by calloc
Sébastien Helleu
2020-06-21
core: add bar option "color_bg_inactive" (issue #732)
Sébastien Helleu
2020-06-02
Add Alacritty title escape sequence support
Christian Duerr
2020-05-16
Fix /window scroll_beyond_end when buffer has fewer lines than terminal height
Trygve Aaberge
2020-05-10
core: add default key alt-enter to insert a newline (issue #1498)
Sébastien Helleu
2020-05-10
core: Don't remove consecutive newlines when pasting
Trygve Aaberge
2020-05-10
core: Don't collapse consecutive newlines in bar content
Trygve Aaberge
2020-04-24
core: add default key alt-shift-N to toggle nicklist bar
Sébastien Helleu
2020-04-21
core: translate log message when the signal SIGHUP is received
Sébastien Helleu
2020-04-21
core: restore signal "signal_sighup", and if eaten do not reload configuration
Sébastien Helleu
2020-04-22
core: reload config on SIGHUP
Tom Fitzhenry
2020-04-19
core: add command line option "--stdout" in weechat-headless binary (closes #...
Sébastien Helleu
[next]