summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-display.c
AgeCommit message (Collapse)Author
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 ↵Sebastien Helleu
"look_charset_internal" option)
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 ↵Sebastien Helleu
resizing terminal to small size
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-23Added lag indicatorSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray ↵Sebastien Helleu
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice
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 ↵Sebastien Helleu
WeeChat is running
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-23Colors suppression in incoming messages is now ok (option ↵Sebastien Helleu
look_remove_colors_from_msgs)
2004-10-17Fixed display bug with channel name and privates when kickedSebastien Helleu
2004-10-17Auto-rejoin channels when kicked (new config option: server_autorejoin on/off)Sebastien Helleu
2004-10-03Command "/buffer notify"Sebastien Helleu
2004-09-19Log server/channel/private to fileSebastien Helleu
2004-09-16Added DCC control keys (Accept, Cancel, Remove, Close DCC view)Sebastien Helleu
2004-09-11Display DCC progress in realtime, added selected DCC color config option, ↵Sebastien Helleu
move into DCC list is ok (scroll)
2004-09-09DCC not auto accepted (depending on config), "~" replaced by home in dcc ↵Sebastien Helleu
download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
2004-09-08Fixed crash when resizing terminal to very small size, "-MORE-" message is ↵Sebastien Helleu
now erased when switching to another buffer
2004-08-31Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens ↵Sebastien Helleu
private buffer if already opened
2004-08-26Added DCC buffer typeSebastien Helleu
2004-08-25Added Ctrl-L key to redraw terminalSebastien Helleu
2004-08-25Added Ctrl-L key to redraw terminalSebastien Helleu
2004-07-10Free all buffers when exiting from WeeChatSebastien Helleu
2004-07-09Fixed crash when opening second server windowSebastien Helleu
2004-07-05Added "col_status_delimiters" config optionSebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok ↵Sebastien Helleu
in private buffers
2004-07-03Added auto-switch to active channels (alt-a)Sebastien Helleu
2004-07-02Buffers ordered by number, unique color for each nick, action messages now ↵Sebastien Helleu
like messages (not crappy msgs), --enable-debug replaced by --with-debug for ./configure script
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-06-17Fixed display bug when nicklist is displayed at bottom of screenSebastien Helleu
2004-05-31Improved channel highlight (priority to message vs join/part)Sebastien Helleu
2004-02-29Display channel modes when joining channel that already exists (i.e. with ↵Sebastien Helleu
modes already set)
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed ↵Sebastien Helleu
display bug for nicklist
2004-02-24Fixed display bug (text was blinking when scrolling)Sebastien Helleu
2004-01-24/set command is now okSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-21Added IRC::print_infobar Perl functionSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien Helleu
2004-01-19Removed unused variablesSebastien Helleu
2004-01-18Added info barSebastien Helleu