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
Age
Commit message (
Expand
)
Author
2014-03-15
core: add decoding of bright ANSI colors (90-97, 100-107)
Sebastien Helleu
2014-03-15
core: add modifier and infos to decode ANSI colors
Sebastien Helleu
2014-03-14
core: add functions to convert RGB to terminal color (and vice versa)
Sebastien Helleu
2014-03-11
api: add support of case insensitive search and search by buffer full name in...
Sebastien Helleu
2014-03-07
core: fix "/window scroll -N" on a buffer with free content
Sebastien Helleu
2014-03-06
core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...
Sebastien Helleu
2014-02-27
core: replace constant by sizeof in a call to snprintf
Sebastien Helleu
2014-02-26
core: fix size used in some snprintf
Sebastien Helleu
2014-02-22
core: fix memory leak in function gui_key_add_to_infolist (in case of insuffi...
Sebastien Helleu
2014-02-22
core: remove dead assignment in function gui_key_pressed
Sebastien Helleu
2014-02-22
core: remove dead assignment in function gui_bar_window_draw
Sebastien Helleu
2014-02-22
core: remove dead assignment in function gui_chat_printf_y
Sebastien Helleu
2014-02-22
core: fix use of invalid pointer in function gui_bar_window_content_alloc (in...
Sebastien Helleu
2014-02-22
core: fix potential NULL pointer in function gui_color_emphasize
Sebastien Helleu
2014-02-21
Merge branch 'trigger'
Sebastien Helleu
2014-02-16
core: add bare display mode (for easy text selection and click on URLs)
Sebastien Helleu
2014-02-14
core: fix completion template used in command completion when first argument ...
Sebastien Helleu
2014-02-13
core: use item "buffer_last_number" instead of "buffer_count" by default in s...
Sebastien Helleu
2014-02-13
core: fix freeze/crash in gnutls (bug #41576)
Jason A. Donenfeld
2014-02-11
core: add signals "key_combo_{default|search|cursor}"
Sebastien Helleu
2014-02-10
core: split key command when the key is created (improve speed when executing...
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-02-09
trigger: add trigger plugin
Sebastien Helleu
2014-02-07
core: fix apply of layout when buffers that are not in layout are before some...
Sebastien Helleu
2014-02-06
core: fix hotlist problems after apply of a layout (bug #41481)
Sebastien Helleu
2014-02-04
core: use structure itself for sizeof in two malloc
Sebastien Helleu
2014-02-02
core: fix compilation on Android (replace include of sys/termios.h by termios...
Sebastien Helleu
2014-02-02
core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...
Sebastien Helleu
2014-02-01
core: fix crash when creating two bars with same name but different case (bug...
Sebastien Helleu
2014-01-27
core: fix display of read marker when all buffers line are unread
Sebastien Helleu
2014-01-22
core: revert the rename of option weechat.look.save_layout_on_exit
Sebastien Helleu
2014-01-21
core: rename option weechat.look.save_layout_on_exit to weechat.look.store_la...
Sebastien Helleu
2014-01-21
core: delay the signal "signal_sigwinch" after WeeChat screen refresh
Sebastien Helleu
2014-01-21
core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
Sebastien Helleu
2014-01-19
core: add command /print
Sebastien Helleu
2014-01-15
core: add option weechat.look.tab_width
Sebastien Helleu
2014-01-05
core: fix crash with hdata_update on shared strings, add hdata type "shared_s...
Sebastien Helleu
2014-01-05
core: replace calls to sprintf() with snprintf()
Sebastien Helleu
2014-01-05
core: fix compilation warnings on OpenBSD
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-31
core: fix unneeded shift of buffer numbers when a buffer with layout is creat...
Sebastien Helleu
2013-12-18
core: add support of UTF-8 chars in horizontal/vertical separators
Sebastien Helleu
2013-12-18
core: add option weechat.look.window_auto_zoom, disable automatic zoom by def...
Sebastien Helleu
2013-12-15
core: fix use of NULL pointer (in case of malloc error) when creating a new f...
Sebastien Helleu
2013-12-15
core: add buffer property "highlight_tags_restrict", rename option irc.look.h...
Sebastien Helleu
2013-12-14
core: add logical "and" between tags in filters, weechat.look.highlight_tags ...
Sebastien Helleu
2013-12-11
Merge branch 'buffer-auto-renumber'
Sebastien Helleu
2013-12-11
core: fix text emphasis with wide chars on screen like japanese (patch #8253)...
Sebastien Helleu
2013-12-08
core: add signal "buffer_cleared"
Sebastien Helleu
2013-12-07
core: use first gap for new buffer only if the buffer has no layout number
Sebastien Helleu
[next]