summaryrefslogtreecommitdiff
path: root/src/core/wee-config.c
AgeCommit message (Expand)Author
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll with...Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-23Fix bug when changing options look.set_title and look.save_on_exit (bug #24350)Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-28Add "default" option to command /bar, to create default bars (today only inpu...Sebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-16New defaut time format for buffer linesSebastien Helleu
2008-06-15Fix weechat slogan (and it's now translated) (bug #23531)Sebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-07Fix crash with config reload and bug with empty key section (no more keys aft...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-27Added marker line (or dotted line), more visible than single magenta char (ch...Sebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-12Added new default bar item "time"Sebastien Helleu
2008-04-12Fixed minor bugs with help on optionsSebastien Helleu
2008-04-11Fixed bugs with nicks color and sorting in nicklistSebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-16Added comments in code for core sourcesSebastien Helleu
2008-03-15New default settings for action/network prefixes, new default color for netwo...Sebastien Helleu
2008-03-11Added "startup" section in config, new options "startup_command_{before|after...Sebastien Helleu
2008-03-07Save of bars in main WeeChat config file (weechat.rc)Sebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-04Removed typedef for keyboard structures in gui-keyboard.hSebastien Helleu
2008-02-01Fixed bug with prefixes in config fileSebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu