summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2005-04-09Buffers timestamp can now be changed (new option in config file)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-04-05Fixed display bug with "-MORE-" in private or server buffersSebastien Helleu
2005-04-03Fixed crash when purging old DCCSebastien Helleu
2005-03-20Remove compilation in parent dir for gui dirSebastien Helleu
2005-03-20Check return codes in autogen.sh, remove compilation in parent dir for gui dirSebastien Helleu
2005-03-15Added nicks count for channel buffersSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-05Fixed display bug with empty stringsSebastien Helleu
2005-03-05Fixed crash when a line is ending by lot of spacesSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-27Fixed display bug when many windows are openedSebastien Helleu
2005-02-27Added date/time for DCC CHAT on DCC bufferSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-26Improved display: align messages after prefixes (for example: "-@-" or "-=-")Sebastien Helleu
2005-02-26Added new display engine: doesn't cut words at end of linesSebastien Helleu
2005-02-22Remove brackets after nick in status bar for private buffersSebastien Helleu
2005-02-22Added key for previous window (now: F5/F6 = switch buffer, F7/F8 = switch win...Sebastien Helleu
2005-02-22Fixed crash when quitting WeeChatSebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20Connection to IRC server is now made by child process (non blocking)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-02-17Improved /help command outputSebastien Helleu
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-13Fixed infobar display bug when multpile windows are openedSebastien Helleu
2005-02-13Fixed display bugs when many windows are openedSebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on serve...Sebastien Helleu
2005-02-10Fixed display bug for nicklist window when using multiple windowsSebastien Helleu
2005-02-06Nick window separator is now a single line (instead of colored space)Sebastien Helleu
2005-02-06Fixed charset conversions when locale is UTF-8 (added "look_charset_internal"...Sebastien Helleu
2005-02-06Fixed display bug when resizing term with many windowsSebastien Helleu
2005-02-06Improved /window command: now split and merge are ok, fixed crash when resizi...Sebastien Helleu
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-27Fixed small color bug in nicksSebastien Helleu
2005-01-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-25Added away indicatorSebastien Helleu
2005-01-23Fixed display bug for lag (missing space)Sebastien Helleu
2005-01-23Fixed crash when closing some private buffersSebastien Helleu
2005-01-23Added lag indicatorSebastien Helleu
2005-01-19Added charset conversion in infobarSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-08Fixed display bug for title in first server bufferSebastien Helleu
2005-01-05Improved /set command: new colors, server options can be changed while WeeCha...Sebastien Helleu
2005-01-02Replaced "curses" by "ncurses"Sebastien Helleu
2005-01-02Added new options look_charset_decode/look_charset_encode and /unset command.Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-12-31Added /buffer close, new keys: Alt-S (switch to server buffer), Alt-X (switch...Sebastien Helleu
2004-12-27auto-reconnection to server (new options: server_autoreconnect (on/off), serv...Sebastien Helleu
2004-12-24Fixed bug when resizing window (input not displayed after resize)Sebastien Helleu