summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2014-08-31core: change comment about linker and circular references problems with stati...Sébastien Helleu
2014-08-29core: remove some spacesSébastien Helleu
2014-08-23core: add a constant for color buffer nameSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-08-19core: fix modifier "weechat_print": discard only one line when several lines ...Sébastien Helleu
2014-08-10core: remove dead assignment when converting mouse codeSébastien Helleu
2014-08-10core: return immediately if localtime fails in window scrollSébastien Helleu
2014-08-03core: fix display of bar item "buffer_filter" when toggling filters in curren...Sébastien Helleu
2014-07-21core: fix insert of mouse code in input line after a partial key combo (close...Sébastien Helleu
2014-07-20core: remove whitespace in cmake filesSébastien Helleu
2014-07-20core: fix build with autotools (add main.c)Sébastien Helleu
2014-07-20core: fix link errors with ncurses librarySébastien Helleu
2014-07-14core: do not exit WeeChat in weechat_end() (let the caller do that)Sébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-07-14core: send signal key_combo_xxx even for unknown combosSébastien Helleu
2014-07-14core: hide message timestamp in bare display if timestamp is disabled in buff...Sébastien Helleu
2014-07-12core: add option weechat.color.status_nicklist_count (closes #109, closes #110)Sébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-05-24relay: fix crash when closing relay buffers (closes #57, closes #78)Sébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-05-22core: fix reset of attributes between nick colors in /color bufferSébastien Helleu
2014-05-18core: fix display of item buffer_short_name when the short name is not define...Sébastien Helleu
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-05-08core: add parentheses around tests in conditionsSébastien Helleu
2014-05-07core: add support for negated tags in filters (closes #72)stfn
2014-05-04core: change default key for bare display from alt-'!' to alt-'l'Sébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-04core: add a message about key alt-c in /color bufferSébastien Helleu
2014-04-03core: add "hotlist" in completion of command "/buffer set"Sébastien Helleu
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to remov...Sébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-03-31core: don't remove a buffer from hotlist if it's not visible (another merged ...Sébastien Helleu
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