summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-14core: apply color attributes when clearing a window (patch #8236) (patch from...Sebastien Helleu
2013-11-12core: fix truncated text when pasting several long lines (bug #40210)Sebastien Helleu
2013-11-09core: fix terminal title under screen/tmuxSebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-11-09core: display lines waiting for buffer on exit (in case of early exit)Sebastien Helleu
2013-11-08core: fix highlight on action messages: skip the nick at beginning to prevent...Sebastien Helleu
2013-11-05core: add default keys alt+home/end and alt+F11/F12 for xtermSebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-11-02core: use ncurses include path when compiling with cmakeSebastien Helleu
2013-10-27core: fix auto-apply of window layout in current window when option irc.look....Sebastien Helleu
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-10-10core: use one date format when day changes from day to day+1Sebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien 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-02Merge branch 'shared-strings'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-22core: fix uncontrolled format string when displaying bufferized lines on star...Sebastien Helleu
2013-08-20core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-17core: use shared strings for groups/nicks in nicklistSebastien Helleu
2013-08-17core: use shared strings for prefix on linesSebastien 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: use shared strings for tags on linesSebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-09core: set "callback_free_value" directly in hashtable without calling functio...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-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien 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: use default value for prefixes used in messages displayed before the in...Sebastien Helleu