summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2006-04-01Fixed display but with input command line (when text is longer than window size)Sebastien 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-24Fixed --disable-plugins option in configure scriptSebastien Helleu
2006-03-21Fixed high CPU usage when running under a screen that has been killedSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-11Fixed display bug when top of buffer is displayed and first line is removedSebastien 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-19Added timer handler for pluginsSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch f...Sebastien 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-08Fixed bug with alt+k followed by an UTF-8 char coded on more than one byteSebastien Helleu
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
2006-01-07Fixed refresh bug with Solaris when term size is changedSebastien Helleu
2006-01-07Secured some code with color management in messagesSebastien 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-19Fixed segfault when changing buffer number with only one bufferSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11Fixed bug with windows/buffers and some commands manipulating current windowSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10Fixed scroll bug (sometimes new lines were not displayed after a scroll up/down)Sebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Fixed display bugSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-26Fixed display bug with long linesSebastien Helleu
2005-11-26Fixed display bug in chat window when a message length equals to window widthSebastien Helleu
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
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-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
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-12Fixed bug with new %O attribute for color resetSebastien Helleu
2005-11-12Added color reset attr (%O) for messages encodingSebastien Helleu