summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-09core: fix compilation warningSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is le...Sebastien Helleu
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is n...Nils Görs
2012-12-01core: add color support in options weechat.look.prefix_{action|error|join|net...Nils Görs
2012-12-01core: fix typo in commentSebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-11-23core: remove obsolete externs gui_color_init_pair and gui_color_init_pairsSebastien Helleu
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-10-18core: fix display of zoomed/merged buffer (with number >= 2) after switching ...Sebastien Helleu
2012-10-17core: fix display problem when option weechat.look.prefix_same_nick is set (p...Sebastien Helleu
2012-10-12core: fix wrapping of words with wide chars (the break was made before the co...Sebastien Helleu
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies to...Sebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last li...Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-08-22core: fix infinite loop in display when chat area has width of 1 with a bar d...Sebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ...Nils Görs
2012-08-17core: fix color of long lines (displayed on more than one line on screen) und...Sebastien Helleu
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-14core: fix use of unitialized value (line->data->display) when adding a line i...Sebastien Helleu
2012-07-29core: add option "swap" for command /buffer (task #11373)Nils Görs
2012-07-29core: fix refresh of bar items when switching windowSebastien Helleu
2012-07-21core: add missing include of stddef.h in gui-hotlist.cSebastien Helleu
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-21core: scroll to bottom of window after reaching first or last highlight with ...Peter Boström
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-18core: fix compilation of gui-curses-window.c under SolarisSebastien Helleu
2012-07-17core: fix typo in commentSebastien Helleu
2012-07-09core: fix refresh of bar items "buffer_filter" and "scroll" in root bars (bug...Sebastien Helleu
2012-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial...Nils Görs
2012-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-07-05core: add default key alt+"s" (toggle aspell)Sebastien Helleu
2012-06-14core: add callback "nickcmp" for nick comparison in buffersSebastien Helleu
2012-06-13core: fix resize of windows after horizontal splitSebastien Helleu
2012-06-10core: add horizontal separator between windows, two new options to toggle hor...Sebastien Helleu
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for...Sebastien Helleu
2012-06-09core: fix refresh of offline nicks (in chat) when nicklist bar is hiddenSebastien Helleu
2012-06-09core: fix color of nicks in buffers without nicklist when option weechat.look...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-05-22core: force display of prefix on first line displayed in window (even if it s...Sebastien Helleu
2012-05-04core: fix crash in focus hook for nicklist (bug #36271)Sebastien Helleu
2012-04-14core: optimize load of keys (save score of keys to sort them faster)Sebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu