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
/
gui-key.c
Age
Commit message (
Expand
)
Author
2012-04-14
core: optimize load of keys (save score of keys to sort them faster)
Sebastien Helleu
2012-03-24
core: convert tabs to spaces in text pasted (bug #25028)
Sebastien Helleu
2012-03-09
core: improve and fix bugs on standard paste and bracketed paste
Sebastien Helleu
2012-03-04
core: add support of terminal "bracketed paste mode" (task #11316)
Sebastien Helleu
2012-02-16
core: automatically add newline char after last pasted line (when pasting man...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-17
core: display error on "/key bind meta- ..." (incomplete meta key)
Sebastien Helleu
2011-11-21
core: add "full_name" in buffer structure
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-27
core: fix paste detection (problem with end of lines)
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-20
core: add functions "key_bind" and "key_unbind" in plugin API
Sebastien Helleu
2011-08-15
core: allow a second area for keys in context "mouse" (for drag & drop betwee...
Sebastien Helleu
2011-08-14
core: return info about line/word for chat area in focus hashtable, add keys ...
Sebastien Helleu
2011-08-10
core: allow mix of commands and hsignals for keys in context "mouse"
Sebastien Helleu
2011-08-09
core: allow send of hsignal instead of command for keys in context "mouse"
Sebastien Helleu
2011-08-08
core: add optional buffer name for area "chat" in keys of mouse context
Sebastien Helleu
2011-08-01
core: add info about position where mouse button is released in hook_focus (f...
Sebastien Helleu
2011-07-30
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl...
Sebastien Helleu
2011-07-28
core: improve mouse support: process utf-8 codes, add option weechat.look.mou...
Sebastien Helleu
2011-07-27
core: fix message with new key added (displayed on current buffer instead of ...
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
2011-07-05
core: add context "search" for keys (to define keys used during search in buf...
Sebastien Helleu