summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-02-05Added event handler to plugin APISebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator ↵Sebastien Helleu
is OFF (bug #18737)
2007-01-08Fixed bug in topic displaySebastien Helleu
2007-01-07Fixed topic scroll when topic has multi-bytes charsSebastien Helleu
2007-01-07Fixed display bug in nicklist with cyrillic nick namesSebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2007-01-01Fixed bug with status bar (missing refresh) when closing a bufferSebastien Helleu
2007-01-01Fixed bug with use of first buffer for a channel if not connected to server ↵Sebastien Helleu
(now allowed only for a server buffer)
2006-12-05Fixed display bug with color for first line on screen (bug #17719)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-12-04Fixed display bug with charset on DCC and IRC raw buffersSebastien Helleu
2006-12-03Fixed charset problem with date in log files when using ISO charsetSebastien Helleu
2006-12-01Fixed charset bug when displaying "Day changed" messageSebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-26Fixed memleak in keyboard inputSebastien Helleu
2006-11-17Added space between chat and nicklist when position is "right" (bug #17852)Sebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu
2006-11-08Fixed bad header name in gui-common.cSebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-10-30Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)Sebastien Helleu
2006-10-27Removed automatic space after filename when using completionSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-09Fixed warning on AMD64Sebastien Helleu
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-10-08Fixed comparison between a char and negative value (now using 'signed char' ↵Sebastien Helleu
to compare), this should fix minor display bug on some arch like PPC
2006-09-24Removed compilation warning on ascii_strcasecmpSebastien Helleu
2006-09-16Fixed buffer search by server/channel: now if only channel is specified, a ↵Sebastien Helleu
channel of another server can be found
2006-09-08New signals handled: SIGTERM and SIGHUP (received when terminal is closed): ↵Sebastien Helleu
clean WeeChat quit (send quit to irc servers then quit WeeChat)
2006-09-02Added some new default key bindings for existing keys (for some OS)Sebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-26Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537)Sebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-17Added 'C'lear option on IRC raw bufferSebastien Helleu
2006-08-17IRC raw buffer now uses join/part prefix with color to display messagesSebastien Helleu
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
2006-07-30Fixed compilation problems under IrixSebastien Helleu
2006-07-30Fixed crash when purging DCC with high number of DCC (> window size)Sebastien Helleu
2006-07-23Removed useless call to doupdate()Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-16Fixed crash on DCC buffer under Darwin 8 (bug #17115)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-07-01Fixed typosSebastien Helleu