summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2005-10-30Fixed minor compilation problem (dependency with plugins lib)Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot
2005-10-25Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to nc...Sebastien Helleu
2005-10-22Fixed bug with keyboard and "^" key (was inserting two "^")Sebastien Helleu
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
2005-10-22Added "ncursesw/" path for ncurses.h includeSebastien Helleu
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-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-02Added colors for input buffer and current channel of status barSebastien Helleu
2005-10-01Added "smart" hotlistSebastien Helleu
2005-09-20Added nicks colors in setup fileSebastien Helleu
2005-09-15Fixed window swtich functions (was changing windows buffer and should not)Sebastien Helleu
2005-09-15Fixed window switch functions and bug when line is removed and that a window ...Sebastien Helleu
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
2005-09-14Fixed infinite loop when scrolling back and displaying long linesSebastien Helleu
2005-09-13Fixed minor refresh bug in buffer clear functionSebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu
2005-09-07Fixed DCC display bug (now decodes strings according to charset)Sebastien Helleu
2005-09-04Removed nick color in nicklist when away and away check for nicks is disabled...Sebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-08-17Fixed refresh bug when one line is bigger than screen sizeSebastien Helleu
2005-08-16Fixed look_nicklist_min_size and look_nicklist_max_size optionsSebastien 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
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
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
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-14Added control in clipboard copy functionSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
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
2005-07-13correct bugs in clipboard managementEmmanuel Bouthenot
2005-07-13close bug when using delete_end_line in empty lineEmmanuel Bouthenot
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 b...Sebastien Helleu
2005-07-09Fixed typo on a color numberSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-22gnutls code compiled according to pre-processor var HAVE_GNUTLSSebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien 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