summaryrefslogtreecommitdiff
path: root/src/gui/gui-keyboard.c
AgeCommit message (Expand)Author
2009-05-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien 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 i...Sebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-28Fixed infinite loop when closing terminal without using /quit command (bug #2...Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-04-18Use of /window command for some key bindings with actions on current window (...Sebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-04Removed typedef for keyboard structures in gui-keyboard.hSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...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, replac...Sebastien Helleu
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-24Renamed WeeChat log functionsSebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-02Fixed paste detection: does not count empty lines (bug #20953)Sebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and col_input_actions...Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U)...Sebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously displa...Sebastien Helleu
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in comman...Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-23Improved key bindings: now possible to bind a key on many commands, separated...Sebastien Helleu
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer histo...Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu