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-focus.c
Age
Commit message (
Expand
)
Author
2023-06-26
core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ...
Sébastien Helleu
2023-04-25
core: add _chat_focused_line variable to get the focused line
Trygve Aaberge
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-06-30
api: add pointer "_bar_window" in hashtable sent to hook focus callback (clos...
Sébastien Helleu
2020-05-16
core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...
Sébastien Helleu
2020-05-16
gui: make key optional in gui_focus_to_hashtable
Simmo Saan
2020-05-16
gui: add gui_focus_info hashtable info (#1245)
Simmo Saan
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-08-14
core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-04-19
api: add "_chat_line" (line pointer) in hashtable of hook_focus
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-08-20
core: fix buffer returned in focus info for bar items with a forced buffer
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-21
core: add "full_name" in buffer structure
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-08-18
core: fix compilation warning under FreeBSD
Sebastien Helleu
2011-08-16
core: add local variables of buffer in focus hashtable, remove irc_server/irc...
Sebastien Helleu
2011-08-15
core: add "_chat_line_x" in focus hashtable (for buffers with free content)
Sebastien Helleu
2011-08-14
core: return empty string for window and buffer pointers in focus hashtable w...
Sebastien Helleu
2011-08-14
core: add key "_chat_line_nick" in focus hashtable
Sebastien Helleu
2011-08-14
core: return info about line/word for chat area in focus hashtable, add keys ...
Sebastien Helleu
2011-08-01
core: add info about position where mouse button is released in hook_focus (f...
Sebastien Helleu