Age | Commit message (Expand) | Author |
2014-07-20 | core: fix build with autotools (add main.c) | Sébastien Helleu |
2014-07-20 | core: fix link errors with ncurses library | Sébastien Helleu |
2014-07-14 | core: do not exit WeeChat in weechat_end() (let the caller do that) | Sébastien Helleu |
2014-07-14 | core: move main() function into Curses GUI | Sébastien Helleu |
2014-07-14 | core: hide message timestamp in bare display if timestamp is disabled in buff... | Sébastien Helleu |
2014-06-07 | core: fix color display of last color number + 1 (closes #101) | Sébastien Helleu |
2014-05-22 | core: fix reset of attributes between nick colors in /color buffer | Sébastien Helleu |
2014-05-04 | core: change default key for bare display from alt-'!' to alt-'l' | Sébastien Helleu |
2014-04-12 | core: use lower case for CMake keywords | Sébastien Helleu |
2014-04-04 | core: add a message about key alt-c in /color buffer | Sébastien Helleu |
2014-04-02 | core: use an integer for seconds in command /window bare <delay> | Sébastien Helleu |
2014-04-01 | core: add default key alt-'-' to toggle filters in current buffer (closes #17) | Sébastien Helleu |
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another merg... | Sébastien Helleu |
2014-03-30 | core: use seconds as float number for delay in command /window bare <delay> | Sébastien Helleu |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu |
2014-03-29 | core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup" | Sebastien Helleu |
2014-03-29 | core: add text search in buffers with free content (task #13051) | Sebastien Helleu |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu |
2014-03-19 | core: add key alt-j,alt-f to jump to first buffer, change command for jump to... | Sebastien Helleu |
2014-03-17 | core: fix "/window scroll_bottom" on a buffer with free content | Sebastien Helleu |
2014-03-16 | core: fix compilation on SmartOS (bug #40981, closes #23) | Sebastien Helleu |
2014-03-15 | core: add modifier and infos to decode ANSI colors | Sebastien Helleu |
2014-03-06 | core: add option weechat.look.hotlist_add_conditions, remove option weechat.l... | Sebastien Helleu |
2014-02-27 | core: replace constant by sizeof in a call to snprintf | Sebastien Helleu |
2014-02-22 | core: remove dead assignment in function gui_bar_window_draw | Sebastien Helleu |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu |
2014-02-13 | core: fix freeze/crash in gnutls (bug #41576) | Jason A. Donenfeld |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-02-02 | core: fix compilation on Android (replace include of sys/termios.h by termios... | Sebastien Helleu |
2014-01-27 | core: fix display of read marker when all buffers line are unread | 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-15 | core: add option weechat.look.tab_width | Sebastien Helleu |
2014-01-05 | core: replace calls to sprintf() with snprintf() | Sebastien Helleu |
2014-01-05 | core: fix compilation warnings on OpenBSD | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-12-18 | core: add support of UTF-8 chars in horizontal/vertical separators | Sebastien Helleu |
2013-12-18 | core: add option weechat.look.window_auto_zoom, disable automatic zoom by def... | Sebastien Helleu |
2013-12-11 | core: fix text emphasis with wide chars on screen like japanese (patch #8253)... | Sebastien Helleu |
2013-12-04 | core: add buffer property "day_change" to hide messages for the day change in... | Sebastien Helleu |
2013-12-01 | core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text ... | Sebastien Helleu |
2013-12-01 | core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse video in... | Sebastien Helleu |
2013-11-23 | core: free nicklist data (for hsignal) on exit | Sebastien Helleu |
2013-11-19 | core: fix current color/background after reset of color | 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-14 | core: apply color attributes when clearing a window (patch #8236) (patch from... | Sebastien Helleu |
2013-11-12 | core: fix truncated text when pasting several long lines (bug #40210) | Sebastien Helleu |
2013-11-09 | core: fix terminal title under screen/tmux | Sebastien Helleu |