summaryrefslogtreecommitdiffstats
path: root/src/gui/gui-focus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-3/+3
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* api: add "_chat_line" (line pointer) in hashtable of hook_focusSébastien Helleu2015-04-191-0/+2
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu2013-08-201-9/+23
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-4/+12
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* core: add "full_name" in buffer structureSebastien Helleu2011-11-211-0/+2
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-17/+17
* core: fix compilation warning under FreeBSDSebastien Helleu2011-08-181-1/+1
* core: add local variables of buffer in focus hashtable, remove irc_server/irc_channel from focus hashtable for nicklistSebastien Helleu2011-08-161-0/+26
* core: add "_chat_line_x" in focus hashtable (for buffers with free content)Sebastien Helleu2011-08-151-0/+3
* core: return empty string for window and buffer pointers in focus hashtable when value is N/ASebastien Helleu2011-08-141-3/+10
* core: add key "_chat_line_nick" in focus hashtableSebastien Helleu2011-08-141-0/+4
* core: return info about line/word for chat area in focus hashtable, add keys m/q/Q to quote line in cursor mode, sort mouse keys by prioritySebastien Helleu2011-08-141-56/+124
* core: add info about position where mouse button is released in hook_focus (for mouse gestures)Sebastien Helleu2011-08-011-0/+148