summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Expand)Author
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c...Sebastien Helleu
2007-11-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien 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-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-30Fixed crash when searching text in buffer with ctrl-R (bug #20938)Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-07-18Added "buffer_move" event handler to plugins API (task #6708)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-05Added "scroll" option to /buffer commandSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-05Fixed hotlist when exiting search mode: current buffer is removed from hotlistSebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-04-04Fixed minor refresh bug with input when searching textSebastien Helleu
2007-04-04Added color for input text not found in buffer historySebastien Helleu
2007-03-21Added current buffer in hotlist when scrolling up in buffer (task #6664)Sebastien Helleu
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ...Sebastien Helleu
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer histo...Sebastien Helleu
2007-03-06Fixed bug with server buffer when "look_one_server_buffer" is ON and server b...Sebastien Helleu
2007-02-05Added event handler to plugin APISebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2007-01-01Fixed bug with status bar (missing refresh) when closing a bufferSebastien Helleu
2007-01-01Fixed bug with use of first buffer for a channel if not connected to server (...Sebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-09-24Removed compilation warning on ascii_strcasecmpSebastien Helleu
2006-09-16Fixed buffer search by server/channel: now if only channel is specified, a ch...Sebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-06-24Fixed crash when setting look_one_server_buffer to ON (bug #16932)Sebastien Helleu
2006-06-14Added completion info for buffers in crash/debug dumpSebastien Helleu
2006-06-10Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808)Sebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu