Age | Commit message (Expand) | Author |
2015-07-18 | core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on... | Sébastien Helleu |
2015-06-28 | core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c... | Sébastien Helleu |
2015-05-01 | core: fix compilation on Cygwin | Sébastien Helleu |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-04-25 | core: display the welcome message immediately after the startup message, move... | Sébastien Helleu |
2015-04-17 | core: add a welcome message on first WeeChat run (closes #318) | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-07-14 | core: move main() function into Curses GUI | Sébastien Helleu |
2014-03-29 | core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup" | Sebastien Helleu |
2014-03-06 | core: add option weechat.look.hotlist_add_conditions, remove option weechat.l... | Sebastien Helleu |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-01-21 | core: delay the signal "signal_sigwinch" after WeeChat screen refresh | Sebastien Helleu |
2014-01-21 | core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized) | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-23 | core: free nicklist data (for hsignal) on exit | Sebastien Helleu |
2013-11-18 | core: use #ifdef to check if versions are defined in signal "debug_libs" | Sebastien Helleu |
2013-11-18 | core: remove "v" before versions displayed by /debug libs | Sebastien Helleu |
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title (eval... | Sebastien Helleu |
2013-09-23 | core: replace some calls to ncurses *printw functions by *addstr | Sebastien Helleu |
2013-08-10 | core: optimize the removal of lines in buffers (a lot faster to clear/close b... | Sebastien Helleu |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu |
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 |