summaryrefslogtreecommitdiff
path: root/src/gui/gui-input.h
AgeCommit message (Collapse)Author
2011-07-05core: add context "search" for keys (to define keys used during search in ↵Sebastien Helleu
buffer with ctrl+"r")
2011-04-13core: use buffer pointer instead of window in input functions, add new ↵Sebastien Helleu
function window_search_with_buffer in plugin API
2011-01-01Update copyright datesSebastien Helleu
2010-10-31Remove function gui_input_moveSebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + ↵Sebastien Helleu
underscore) (task #9483)
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions ↵Sebastien Helleu
buffer_get_integer and buffer_set
2010-01-03Update copyright datesSebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer ↵Sebastien Helleu
pointer (bug #28152)
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt ↵Sebastien Helleu
for IRC buffers
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-10Add 2 new default bar items (input_paste and input_search), used by default ↵Sebastien Helleu
input bar
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-11New input action "set_unread_current_buffer" to set unread marker for ↵Sebastien Helleu
current buffer only (task #7286)
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
2007-10-31Renamed many sources and functions in src/gui, improved display of messages ↵Sebastien Helleu
in buffer (faster and using less memory)