summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
AgeCommit message (Expand)Author
2014-03-07core: set option weechat.look.buffer_search_where to prefix_message by defaultSebastien Helleu
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...Sebastien 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-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-02-09core: display a warning in case of inconsistency between the options weechat....Sebastien Helleu
2014-02-09core: add more info in /help weechat.look.hotlist_sortSebastien 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-16core: set max value for option weechat.look.hotlist_names_count to GUI_BUFFER...Sebastien Helleu
2014-01-15core: add option weechat.look.tab_widthSebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions using...Sebastien Helleu
2014-01-05core: fix compilation warnings on OpenBSDSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-23core: replace darkgray color as default value of optionsSebastien Helleu
2013-12-18core: add support of UTF-8 chars in horizontal/vertical separatorsSebastien Helleu
2013-12-18core: add option weechat.look.window_auto_zoom, disable automatic zoom by def...Sebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...Sebastien Helleu
2013-12-11core: update translationsSebastien Helleu
2013-12-07core: add option weechat.look.buffer_positionSebastien Helleu
2013-11-30core: add option weechat.look.buffer_auto_renumberSebastien Helleu
2013-11-24core: do not update terminal title on startup if option weechat.look.window_t...Sebastien Helleu
2013-11-13core: set option weechat.look.paste_bracketed to "on" by defaultSebastien 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: remove unneeded warning when read of weechat.conf fails (another warnin...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_numberSebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_minutesSebastien Helleu
2013-10-20core: add warning about value 0 in help of some history optionsSebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
2013-10-06core: remove warning about proxy not found for option weechat.network.proxy_c...Sebastien 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-25core: add note about color codes "${color:xxx}" in /help weechat.look.day_cha...Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-21core: display an error message when "/buffer notify xxx" fails (with a wrong ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-11core: add note about "strftime" in help of options weechat.look.day_change_ti...Sebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-04core: change colors of example in /help weechat.look.buffer_time_formatSebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-07-29core: add note about evaluated content of option (for options allowing secure...Sebastien Helleu
2013-07-27core: use default value for prefixes used in messages displayed before the in...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of opt...Sebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix...Sebastien Helleu