summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
AgeCommit message (Expand)Author
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-01-26Send signal "day_changed" even if option weechat.look.day_change is set to offSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-10-30Fix message "Day changed to", sometimes displayed at wrong time (bug #26959)Sebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) (bu...Sebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-09-19Fix terminal title bug: do not reset it when option weechat.look.set_title is...Sebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buf...Sebastien Helleu
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-08-09Remove obsolete option weechat.color.input_nickSebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-21Disable layout saving by defaultSebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-17Add signals "key_bind" and "key_unbind"Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb...Sebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-08Improve display of filter indicator in status bar, add option for colorSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Fix typo: easyly -> easilySebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-21Add new option weechat.look.jump_current_to_previous_bufferSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick comp...Sebastien Helleu
2009-04-01Fix bug with partial completionsSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small exchang...Sebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-11-24Fix option weechat.look.color_nicks_number, value is now immediately applied ...Sebastien Helleu