summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Collapse)Author
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
log file)
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-10-30Fixed "jump to next server" action (was broken by new option ↵Sebastien Helleu
"look_one_server_buffer")
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-21The "day changed" message does not update hotlist any moreSebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-18Added "Day changed to [date]" message when day changesSebastien Helleu
2005-10-02Added colors for input buffer and current channel of status barSebastien Helleu
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu
2005-07-31Jump to next server now saves current channel buffer for each serverSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ↵Sebastien Helleu
(common to all buffers)
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-16- added alt-j + alt-l key (switch to last buffer)Sebastien Helleu
- added message for +q mode changing on a nick
2005-07-16Fixed segfault when switching to DCC bufferSebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-12add some gui_input features : clipboard and a 'translate_chars' functionEmmanuel Bouthenot
2005-07-09Fixed typo on a color numberSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key ↵Sebastien Helleu
was added and some new default keys were added - added seconds in infobar time (optional with new config flag) - fixed some curses refreshs
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-05-18Added "++++" at bottom of nicklist if end of nicklist is not displayedSebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien 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-22Added key for previous window (now: F5/F6 = switch buffer, F7/F8 = switch ↵Sebastien Helleu
window)
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on ↵Sebastien Helleu
server buffer, only server messages are logged
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-26Away nicks are now displayed with another colorSebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-03Command "/buffer notify"Sebastien Helleu
2004-09-19Log server/channel/private to fileSebastien Helleu
2004-09-19Commands "/buffer (list)" and "/buffer move" now okSebastien 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-07-10Free all buffers when exiting from WeeChatSebastien 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