summaryrefslogtreecommitdiff
path: root/src/gui/gui-common.c
AgeCommit message (Collapse)Author
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts
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-22Fixed crash when quitting WeeChatSebastien 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 ↵Sebastien Helleu
server buffer, only server messages are logged
2005-02-06Fixed charset conversions when locale is UTF-8 (added ↵Sebastien Helleu
"look_charset_internal" option)
2005-01-31Fixed many memory leaksSebastien Helleu
2005-01-19Added charset conversion in infobarSebastien 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-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-19Fixed path for included .h filesSebastien 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-08Fixed crash when resizing terminal to very small size, "-MORE-" message is ↵Sebastien Helleu
now erased when switching to another buffer
2004-08-26Added DCC buffer typeSebastien Helleu
2004-07-13Fixed bug with hotlist when closing bufferSebastien Helleu
2004-07-10Free all buffers when exiting from WeeChatSebastien Helleu
2004-07-06Fixed bug when closing window (new numbers for next buffers if any)Sebastien Helleu
2004-07-04Added /buffer command, jump to buffer by number (alt-digit), actions now ok ↵Sebastien Helleu
in private buffers
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-13Added history limit (text buffer & commands)Sebastien 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-18Added info barSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not ↵Sebastien Helleu
switch to this window
2003-11-16Perl plugin supportSebastien Helleu
2003-10-26Added #include "config.h" with #ifdef HAVE_CONFIG_HSebastien Helleu
2003-10-25Added ./configure script to build WeeChatSebastien Helleu
2003-10-13New gtk featuresSebastien Helleu
2003-10-12Common functions for all GUI.Sebastien Helleu