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
2011-12-25
core: change mouse state when option weechat.look.mouse is changed
Sebastien Helleu
2011-12-25
core: set option weechat.look.mouse when mouse state is changed with command ...
Sebastien Helleu
2011-12-19
core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ...
Sebastien Helleu
2011-12-17
core: display error on "/key bind meta- ..." (incomplete meta key)
Sebastien Helleu
2011-12-17
core: add signal "buffer_line_added"
Sebastien Helleu
2011-12-16
core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for gn...
Sebastien Helleu
2011-12-07
core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, resto...
Sebastien Helleu
2011-12-07
core: remove cmake warnings
Sebastien Helleu
2011-12-04
core: fix sizeof of variable (struct content instead of its pointer) in funct...
Sebastien Helleu
2011-12-01
core: replace some C++ comments by C comments
Sebastien Helleu
2011-11-27
core: check pointer returned by function localtime
Sebastien Helleu
2011-11-25
core: fix type of variables in hdata "line_data" (type integer -> char)
Sebastien Helleu
2011-11-21
core: add "full_name" in buffer structure
Sebastien Helleu
2011-11-17
core: apply filters after full reload of configuration files (with /reload) (...
Sebastien Helleu
2011-11-12
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #...
Simon Kuhnle
2011-11-12
core: add new option weechat.completion.base_word_until_cursor: allow complet...
Sebastien Helleu
2011-11-08
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/...
Sebastien Helleu
2011-11-05
core: rename options weechat.history.{max_lines|max_minutes} to weechat.histo...
Sebastien Helleu
2011-11-03
core: remove obsolete/empty sources for Qt and Wxwidgets
Sebastien Helleu
2011-11-01
core: add option weechat.history.max_minutes: maximum number of minutes in hi...
Sebastien Helleu
2011-10-29
core: add help for values of option "conditions" in bars (options weechat.bar...
Sebastien Helleu
2011-10-29
core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-25
core: fix typo: childs -> children
Sebastien Helleu
2011-10-16
core: fix status of mouse displayed by command /mouse
Sebastien Helleu
2011-10-15
core: add color attribute "|" and value "resetcolor" for function weechat_col...
Sebastien Helleu
2011-10-07
core: bufferize lines displayed before core buffer is created, to display the...
Sebastien Helleu
2011-10-05
core: add modifiers control/alt ("ctrl" and "alt") for mouse events
Sebastien Helleu
2011-10-05
core: ignore mouse code '@' (coordinates) when it is received as first event ...
Sebastien Helleu
2011-10-03
core: update text in command history when pressing (ctrl-)up
Sebastien Helleu
2011-10-02
core: fix display of background color in chat area after line feed
Sebastien Helleu
2011-09-30
core: fix memory leak when a window is destroyed (free coords)
Sebastien Helleu
2011-09-28
core: fix color of highlighted prefix on inactive window when option weechat....
Sebastien Helleu
2011-09-27
core: fix paste detection (problem with end of lines)
Sebastien Helleu
2011-09-24
core: fix color of inactive merged lines in inactive windows when weechat.loo...
Sebastien Helleu
2011-09-24
core: add new option weechat.look.color_basic_force_bold, off by default: bol...
Sebastien Helleu
2011-09-23
core: add default key "meta2-[E" (F5) for linux console
Sebastien Helleu
2011-09-22
core: fix option weechat.look.color_inactive_message
Sebastien Helleu
2011-09-22
core: add options weechat.look.color_inactive_window/buffer, fix bugs with in...
Sebastien Helleu
2011-09-22
core: rename options *_inactive_line to *_inactive_buffer
Sebastien Helleu
2011-09-22
core: fix option weechat.look.color_inactive_prefix_buffer
Sebastien Helleu
2011-09-22
core: fix display of paste multi-line prompt with a root input bar (bug #34305)
Sebastien Helleu
2011-09-22
core: add colors for inactive windows and lines (in merged buffers)
Sebastien Helleu
2011-09-20
core: add missing assignment of buffer pointer in line structure
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-27
core: do automatic zoom on current window when terminal becomes too small for...
Sebastien Helleu
2011-08-26
core: add new options weechat.look.bar_more_left/right/up/down
Sebastien Helleu
2011-08-26
core: add new option weechat.look.item_buffer_filter
Sebastien Helleu
2011-08-26
core: remove warning at startup if locale is UTF-8 and if ncurses has no wide...
Sebastien Helleu
2011-08-26
core: use dynamic buffer size for calls to vsnprintf
Sebastien Helleu
[next]