summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-main.c
AgeCommit message (Expand)Author
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-03-04core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_b...Sebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-26core: remove warning at startup if locale is UTF-8 and if ncurses has no wide...Sebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-06core: display a warning at startup if locale is UTF-8 and if ncurses has no w...Sebastien Helleu
2011-07-30core: fix refresh bug when switching bufferSebastien Helleu
2011-07-29core: fix refresh of bars (remove duplicated refresh for bars)Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien 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-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien 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-13Add color "darkgray", add support for background with light color, fix color ...Sebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien 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-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ref...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-03Update copyright datesSebastien 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-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-11-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-18Free layout and chat buffer on exitSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix refresh of bars when switching active bufferSebastien Helleu
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu