summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
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
2006-06-26Fixed refresh bug (too many refresh) when terminal is resizedSebastien Helleu
2006-06-24Fixed crash when setting look_one_server_buffer to ON (bug #16932)Sebastien Helleu
2006-06-16Fixed display bug with special char (bug #16732)Sebastien Helleu
2006-06-14Added completion info for buffers in crash/debug dumpSebastien Helleu
2006-06-10Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808)Sebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-25Fixed random crash at exit (/quit or /upgrade) with splited windowsSebastien Helleu
2006-05-21Fixed bug with keyboard on GNU/Hurd: use only one select(), waiting for ↵Sebastien Helleu
better solution
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-14Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ↵Sebastien Helleu
many colors defined in ncurses
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 ↵Sebastien Helleu
#16356)
2006-05-07Fixed display bug with DCC file size when > 1 GbSebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-05-07Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542)Sebastien Helleu
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-22Splited gui-display.c into many sourcesSebastien Helleu
2006-04-21Command /clear [-all] now clears hotlistSebastien 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
332, 333 (/topic now ok when channel is not opened)
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-01Fixed display but with input command line (when text is longer than window size)Sebastien Helleu