summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
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-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-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien 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' t...Sebastien Helleu
2006-09-08New signals handled: SIGTERM and SIGHUP (received when terminal is closed): c...Sebastien Helleu
2006-09-02Added some new default key bindings for existing keys (for some OS)Sebastien Helleu
2006-08-26Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537)Sebastien Helleu
2006-08-17Added 'C'lear option on IRC raw bufferSebastien 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 #16606),...Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio...Sebastien Helleu
2006-07-30Fixed compilation problems under IrixSebastien 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
2006-07-01Fixed typosSebastien Helleu
2006-06-26Fixed refresh bug (too many refresh) when terminal is resizedSebastien Helleu
2006-06-16Fixed display bug with special char (bug #16732)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 bette...Sebastien Helleu
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-14Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ...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-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-22Splited GUI sourcesSebastien Helleu
2006-04-22Splited gui-display.c into many 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-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-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