summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-window.c
AgeCommit message (Expand)Author
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ...Sebastien Helleu
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ad...Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
2009-12-15Fix bar background color when content of bar is emptySebastien Helleu
2009-12-13Add color "darkgray", add support for background with light color, fix color ...Sebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) (bu...Sebastien Helleu
2009-07-24Add missing include of stdarg.hSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-03-21Fix bug with window separator (possible crash)Sebastien Helleu
2009-02-28Add missing refresh when resizing terminalSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for example...Sebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ter...Sebastien Helleu
2009-02-10Add missing refresh for windows separators (vertical splits)Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ...Sebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-11-26Fix display of scroll indicator when switching to buffer with free contentSebastien Helleu
2008-11-11Fix infinite loop when chat window is too small or not visible at allSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ...Sebastien Helleu
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll with...Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-18Replace french word "pourcentage" by percentageSebastien Helleu
2008-09-02Fix refresh bug with bars when items are empty and size is zero (auto)Sebastien Helleu
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