summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2013-11-02core: use ncurses include path when compiling with cmakeSebastien Helleu
2013-10-10core: use one date format when day changes from day to day+1Sebastien Helleu
2013-10-05core: fix display of read marker after buffer switch when there is no line di...Sebastien Helleu
2013-10-02core: replace some code by calls to function gui_chat_clrtoeol()Sebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after th...Sebastien Helleu
2013-09-30core: fix display of read marker (as horizontal line) or day change message a...Sebastien Helleu
2013-09-23core: fix extension (.exe) of symbolic link "weechat-curses" under CygwinSebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-09-03core: rename options weechat.look.day_change_message(2) to weechat.look.day_c...Sebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
2013-08-28core: fix automatic scroll to bottom of buffer when day change is displayed b...Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-07core: remove symbolic link "weechat-curses" on make uninstall (cmake and auto...Sebastien Helleu
2013-08-07core: fix typo in comment for creation of symbolic link "weechat-curses"Sebastien Helleu
2013-08-06core: use $DESTDIR when creating symbolic link "weechat-curses" with cmakeSebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-08-02core: add platform-dependent extension on "weechat-curses" link (so that link...Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-07-31core: do not scroll when using /window {page_down|scroll_down} after /window ...Sebastien Helleu
2013-07-31core: reset scroll after /window {page_down|scroll_down} if last line of buff...Sebastien Helleu
2013-07-30core: use variable "items_count" directly from hashtable without calling func...Sebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-22core: remove gap after read marker line when there is no bar on the right (bu...Sebastien Helleu
2013-07-20Merge branch 'scroll-beyond-end'Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-18core: fix filtered line displayed after /window scroll_beyond_endSebastien Helleu
2013-07-17core: fix pointer used to check if buffer has linesSebastien Helleu
2013-07-17core: do nothing in "/window scroll_beyond_end" if the buffer has no linesSebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-07-10core: fix char displayed at the intersection of three windows (bug #39331)Sebastien Helleu
2013-05-22core: fix compilation warningsSebastien Helleu
2013-05-21core: fix line alignment when option weechat.look.buffer_time_format is set t...Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and weechat.look.prefi...Sebastien Helleu
2013-05-01core: fix display of long lines without time (message beginning with two tabs)Sebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef...Sebastien Helleu
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-01-12core: fix crash in display of chat area when the ncurses chat window is not i...Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line display...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20core: fix another bug with horizontal separator displayed at bottom after spl...Sebastien Helleu
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator b...Sebastien Helleu
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu