summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-14Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ↵Sebastien Helleu
many colors defined in ncurses
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug ↵Sebastien Helleu
#16356)
2006-05-07Fixed display bug with DCC file size when > 1 GbSebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-05-07Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542)Sebastien Helleu
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-22Splited gui-display.c into many sourcesSebastien Helleu
2006-04-21Command /clear [-all] now clears hotlistSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-01Fixed display but with input command line (when text is longer than window size)Sebastien Helleu
2006-03-31Fixed nicklist display bugs when on top or bottom of chat window, fixed ↵Sebastien Helleu
refresh bug (too many refresh) when terminal is resized
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-24Fixed --disable-plugins option in configure scriptSebastien Helleu
2006-03-21Fixed high CPU usage when running under a screen that has been killedSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-11Fixed display bug when top of buffer is displayed and first line is removedSebastien Helleu
(according to "history_max_lines" setting)
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-03-03Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist ↵Sebastien Helleu
top/bottom
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) ↵Sebastien Helleu
(patch from Pistos)
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-08Fixed bug with alt+k followed by an UTF-8 char coded on more than one byteSebastien Helleu
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
same buffer (display was current server instead of server with activity)
2006-01-07Fixed refresh bug with Solaris when term size is changedSebastien Helleu
2006-01-07Secured some code with color management in messagesSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing ↵Sebastien Helleu
some colors
2005-12-19Fixed segfault when changing buffer number with only one bufferSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
exists, otherwise on server buffer
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11Fixed bug with windows/buffers and some commands manipulating current windowSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10Fixed scroll bug (sometimes new lines were not displayed after a scroll up/down)Sebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Fixed display bugSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-26Fixed display bug with long linesSebastien Helleu
2005-11-26Fixed display bug in chat window when a message length equals to window widthSebastien Helleu
2005-11-22Fixed potential bug in printf internal functionSebastien Helleu