summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Expand)Author
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1...Sebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ...Sebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-03-31Fixed nicklist display bugs when on top or bottom of chat window, fixed refre...Sebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-03-03Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist to...Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patc...Sebastien Helleu
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing som...Sebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-20Added new keys: alt-U (scroll to read marker), alt-P / alt-N (scroll toSebastien Helleu
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
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30Fixed "jump to next server" action (was broken by new option "look_one_server...Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien 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-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
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
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