summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Collapse)Author
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-19Fixed hotlist for privates: now quit message is displayed as part/join/quit, ↵Sebastien Helleu
not standard message
2005-07-17Previous behaviour restored for key "^" (now inserted in buffer)Sebastien 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-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
- fixed statusbar & infobar background refresh problem with some systems
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-13Special chars (between 01 and 31 decimal) not displayed any more on buffers ↵Sebastien Helleu
(replaced by spaces)
2005-07-12add some gui_input features : clipboard and a 'translate_chars' functionEmmanuel Bouthenot
2005-07-09Changed two shortcuts (jump to server and jump to next server, now prefixed ↵Sebastien Helleu
by meta-j)
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-22gnutls code compiled according to pre-processor var HAVE_GNUTLSSebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-15Fixed color problem with new libcurses versionSebastien Helleu
2005-05-31Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)Sebastien Helleu
2005-05-29Added cast to prevent problems with AMD64 where size_t is not intSebastien Helleu
2005-05-24Fixed startup crash when weechat config file is not foundSebastien Helleu
2005-05-18Added "++++" at bottom of nicklist if end of nicklist is not displayedSebastien 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-23Added transfer rate for DCC filesSebastien Helleu
2005-04-22Fixed call to "has_color" in gui_window_set_color functionSebastien Helleu
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-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-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 ↵Sebastien Helleu
window)
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 ↵Sebastien Helleu
server buffer, only server messages are logged
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)