summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2005-11-22Fixed potential bug in printf internal functionSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-21alt-U scrolls to read marker only if read marker is enabledSebastien Helleu
2005-11-20Added new keys: alt-U (scroll to read marker), alt-P / alt-N (scroll toSebastien Helleu
previous/next highlight)
2005-11-20Renamed options "col_chat_marker*" to "col_chat_read_marker*"Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
2005-11-16add Eterm support for gui_window_set_titleEmmanuel Bouthenot
2005-11-16fix typo in gui_window_set_titleEmmanuel Bouthenot
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-15Fixed startup crash when using terms with no colorSebastien Helleu
2005-11-13- added "resize" option for /window commandSebastien Helleu
- fixed infinite loop when resizing term to small size
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
window size), window sizes are automatically recomputed when term window is resized
2005-11-12Fixed bug with new %O attribute for color resetSebastien Helleu
2005-11-12Added color reset attr (%O) for messages encodingSebastien Helleu
2005-11-11Fixed crash when command line is ending by char '%'Sebastien Helleu
2005-11-10Fixed bug with ctrl-w key (delete previous word) when used in the middle of ↵Sebastien Helleu
a line
2005-11-10Fixed bug with notify for windows that are not displayed (when using splited ↵Sebastien Helleu
windows)
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
white background)
2005-11-05Fixed crash with Alt-S keySebastien Helleu
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
- colors are now removed in topic for display in title bar - completion of /topic command now strips color codes - color codes are encoded in commands (not only text sent to channel/pv) - double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-04Fixed cursor position bug when using history with up/down keysSebastien Helleu
2005-11-04Fixed scroll problem when one line is bigger than screen sizeSebastien Helleu
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-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
- fixed DCC bug when looking for ports in range
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot
2005-10-25Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to ↵Sebastien Helleu
ncurses if ncursesw is not found (auto-detect ncurses.h location too)
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
- fixed bug when exiting DCC buffer (wrong input buffer)
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
uses this line at scroll start point
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 ↵Sebastien Helleu
disabled (= 0)
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵Sebastien Helleu
turkish), now using ASCII comparison