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