summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2014-03-31core: add non-active merged buffers with activity in hotlist (if another merg...Sébastien Helleu
2014-03-31core: fix refresh of bar item "buffer_zoom" on buffer switchSébastien Helleu
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-30core: fix reset of attributes in bars when "resetcolor" is used (closes #41)Sebastien Helleu
2014-03-29core: fix alignment of lines in merged buffers (closes #43)Sebastien Helleu
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-29core: add text search in buffers with free content (task #13051)Sebastien Helleu
2014-03-27core: fix crash on /reload weechatSebastien Helleu
2014-03-25core: skip and ignore color attributes before special names like "reset" in g...Sebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-19core: fix add of filter on OS X when regex for message is empty (filter regex...Sebastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump to...Sebastien Helleu
2014-03-17core: fix "/window scroll_bottom" on a buffer with free contentSebastien Helleu
2014-03-16core: fix compilation on SmartOS (bug #40981, closes #23)Sebastien Helleu
2014-03-16api: allow negative value for y in function printf_ySebastien Helleu
2014-03-15core: add decoding of bright ANSI colors (90-97, 100-107)Sebastien Helleu
2014-03-15core: add modifier and infos to decode ANSI colorsSebastien Helleu
2014-03-14core: add functions to convert RGB to terminal color (and vice versa)Sebastien Helleu
2014-03-11api: add support of case insensitive search and search by buffer full name in...Sebastien Helleu
2014-03-07core: fix "/window scroll -N" on a buffer with free contentSebastien Helleu
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...Sebastien Helleu
2014-02-27core: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-26core: fix size used in some snprintfSebastien Helleu
2014-02-22core: fix memory leak in function gui_key_add_to_infolist (in case of insuffi...Sebastien Helleu
2014-02-22core: remove dead assignment in function gui_key_pressedSebastien Helleu
2014-02-22core: remove dead assignment in function gui_bar_window_drawSebastien Helleu
2014-02-22core: remove dead assignment in function gui_chat_printf_ySebastien Helleu
2014-02-22core: fix use of invalid pointer in function gui_bar_window_content_alloc (in...Sebastien Helleu
2014-02-22core: fix potential NULL pointer in function gui_color_emphasizeSebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-14core: fix completion template used in command completion when first argument ...Sebastien Helleu
2014-02-13core: use item "buffer_last_number" instead of "buffer_count" by default in s...Sebastien Helleu
2014-02-13core: fix freeze/crash in gnutls (bug #41576)Jason A. Donenfeld
2014-02-11core: add signals "key_combo_{default|search|cursor}"Sebastien Helleu
2014-02-10core: split key command when the key is created (improve speed when executing...Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-02-07core: fix apply of layout when buffers that are not in layout are before some...Sebastien Helleu
2014-02-06core: fix hotlist problems after apply of a layout (bug #41481)Sebastien Helleu
2014-02-04core: use structure itself for sizeof in two mallocSebastien Helleu
2014-02-02core: fix compilation on Android (replace include of sys/termios.h by termios...Sebastien Helleu
2014-02-02core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...Sebastien Helleu
2014-02-01core: fix crash when creating two bars with same name but different case (bug...Sebastien Helleu
2014-01-27core: fix display of read marker when all buffers line are unreadSebastien Helleu
2014-01-22core: revert the rename of option weechat.look.save_layout_on_exitSebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to weechat.look.store_la...Sebastien Helleu
2014-01-21core: delay the signal "signal_sigwinch" after WeeChat screen refreshSebastien Helleu
2014-01-21core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)Sebastien Helleu