Age | Commit message (Expand) | Author |
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 |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title (eval... | Sebastien Helleu |
2013-11-05 | core: add default keys alt+home/end and alt+F11/F12 for xterm | Sebastien Helleu |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu |
2013-11-02 | core: use ncurses include path when compiling with cmake | Sebastien Helleu |
2013-10-10 | core: use one date format when day changes from day to day+1 | Sebastien Helleu |
2013-10-05 | core: fix display of read marker after buffer switch when there is no line di... | Sebastien Helleu |
2013-10-02 | core: replace some code by calls to function gui_chat_clrtoeol() | Sebastien Helleu |
2013-09-30 | core: clear whole line before displaying content instead of clearing after th... | Sebastien Helleu |
2013-09-30 | core: fix display of read marker (as horizontal line) or day change message a... | Sebastien Helleu |
2013-09-23 | core: fix extension (.exe) of symbolic link "weechat-curses" under Cygwin | Sebastien Helleu |
2013-09-23 | core: replace some calls to ncurses *printw functions by *addstr | Sebastien Helleu |
2013-09-03 | core: rename options weechat.look.day_change_message(2) to weechat.look.day_c... | Sebastien Helleu |
2013-09-02 | core: add option weechat.look.day_change_message2 | Sebastien Helleu |
2013-08-28 | core: fix automatic scroll to bottom of buffer when day change is displayed b... | Sebastien Helleu |
2013-08-25 | core: display day change message dynamically (do not store it as a line in bu... | Sebastien Helleu |
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ... | Sebastien Helleu |
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu |