Age | Commit message (Expand) | Author |
2013-04-12 | core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef... | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu |
2013-01-05 | core: fix refresh of bars when applying layout (bug #37944, bug #37952) | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-16 | core: add git version in build, display it in "weechat-curses --help" and /ve... | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu |
2012-03-04 | core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_b... | Sebastien Helleu |
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-08-26 | core: remove warning at startup if locale is UTF-8 and if ncurses has no wide... | Sebastien Helleu |
2011-08-14 | core: allow empty short name on buffers (name is used if not set) | Sebastien Helleu |
2011-08-06 | core: display a warning at startup if locale is UTF-8 and if ncurses has no w... | Sebastien Helleu |
2011-07-30 | core: fix refresh bug when switching buffer | Sebastien Helleu |
2011-07-29 | core: fix refresh of bars (remove duplicated refresh for bars) | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ca... | Sebastien Helleu |
2011-06-01 | core: fix bug with new line inserted at end of each line displayed (set eat_n... | Sebastien Helleu |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is displ... | Sebastien Helleu |
2011-04-17 | core: add automatic reset of color pairs, new option weechat.look.color_pairs... | Sebastien Helleu |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2011-01-01 | Add new command /color | Sebastien Helleu |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-29 | Free some extra memory when exiting WeeChat | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and availa... | Sebastien Helleu |
2009-12-13 | Add color "darkgray", add support for background with light color, fix color ... | Sebastien Helleu |
2009-09-06 | Version 0.3.0 | Sebastien Helleu |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for example... | Sebastien Helleu |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ... | Sebastien Helleu |
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ter... | Sebastien Helleu |
2009-01-30 | Add one more screen refresh when size of a root bar is changed | Sebastien Helleu |
2009-01-27 | Fix infinite loop when running WeeChat for first time: force whole screen ref... | Sebastien Helleu |
2009-01-25 | Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ... | Sebastien Helleu |
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |