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-input.c
Age
Commit message (
Expand
)
Author
2008-07-06
Fix display bug with history_next in input bar (text not erased)
Sebastien Helleu
2008-06-27
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
Sebastien Helleu
2008-06-21
Remove infobar
Sebastien Helleu
2008-06-20
Scroll to bottom of buffer when using smart jump (alt-a)
Sebastien Helleu
2008-06-18
Add new options for completion, optional stop instead of cycling with words f...
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-05-11
New input action "set_unread_current_buffer" to set unread marker for current...
Sebastien Helleu
2008-04-29
Removed key functions (replaced by /input command)
Sebastien Helleu
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer typ...
Sebastien Helleu
2008-02-22
New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...
Sebastien Helleu
2008-02-02
Use of sizeof(char) in all malloc/realloc for strings
Sebastien Helleu
2008-01-02
Update of year in some copyrights
Sebastien Helleu
2007-12-17
New backlog option in logger plugin, added variable names in .h files, replac...
Sebastien Helleu
2007-12-01
New config functions, almost entirely rewritten from scratch
Sebastien Helleu
2007-10-31
Renamed many sources and functions in src/gui, improved display of messages i...
Sebastien Helleu