summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-window.c
AgeCommit message (Expand)Author
2008-06-21Remove infobarSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-15Fix crash on FreeBSD 7 with term title resetSebastien Helleu
2008-05-10Remove unused variablesSebastien Helleu
2008-05-09Fix color display bug on lines (when length of line is more than chat width)Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-04-28Fixed infinite loop when closing terminal without using /quit command (bug #2...Sebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-20Fixed display bug with nicklist and option weechat.look.nicklistSebastien Helleu
2008-04-18Use of /window command for some key bindings with actions on current window (...Sebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-17Fixed refresh problem (empty screen after resizing terminal to very small siz...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-29Fixed bug with bars refreshSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15Fixed bugs with bars size and refreshSebastien Helleu
2008-03-07Added "max_height" parameter for bar item rebuild callbacksSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-02-01Fixed some refreshsSebastien Helleu
2008-01-29Reduced number of screen refreshs, fixed display bug with title barSebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-03Fixed bug with nicklist sizeSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-24Renamed WeeChat log functionsSebastien Helleu
2007-11-06Added option "set" for /buffer commandSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously displa...Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-03-23Remove current buffer from hotlist when scrolling down and end of buffer is r...Sebastien Helleu
2007-03-20Fixed bug with text search and previous/next highlight (sometimes search came...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)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-09Fixed warning on AMD64Sebastien Helleu