Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu | |
A size of 32 will use a little more memory but will reduce collisions in key hashs, and then length of linked lists inside hash structure (faster search in hashtable). | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-12-05 | core: disable paste detection and confirmation if bar item "input_paste" is ↵ | Nils Görs | |
not used in a visible bar (task #12327) | |||
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu | |
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-29 | core: add help for values of option "conditions" in bars (options ↵ | Sebastien Helleu | |
weechat.bar.xxx.conditions) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu | |
2011-07-29 | core: add "bar_refresh_needed" in dump of bars to log file | Sebastien Helleu | |
2011-07-27 | core: fix crash on /bar toggle | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-03-06 | Rebuild bar content when items are changed in an hidden bar | Sebastien Helleu | |
2011-02-15 | Fix dump of bar colors in log file (missing color name) | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-18 | Add note about comma and "+" in help of options weechat.bar.xxx.items | Sebastien Helleu | |
2010-10-23 | Fix default value of bar items options (bug #31422) | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-11 | Fix refresh of bar item when it is used more than one time in a bar | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-27 | Change default order of items in input bar: move input_paste before input_text | Sebastien Helleu | |
2009-06-23 | Add modifier "bar_condition_xxx", used to display/hide bars on some windows ↵ | Sebastien Helleu | |
with custom condition | |||
2009-06-21 | Fix problems with /set of some bar options | Sebastien Helleu | |
2009-06-20 | Add missing refresh of bar when changing size with command /set | Sebastien Helleu | |
2009-05-08 | Improve display of filter indicator in status bar, add option for color | Sebastien Helleu | |
2009-05-03 | Fix bug with scroll in bars: do not scroll if bar is hidden | Sebastien Helleu | |
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ↵ | Sebastien Helleu | |
items, buffers, filters, plugins, irc_server, alias, script list) | |||
2009-03-26 | Add new bar item "away" (now displayed by default in input bar) | Sebastien Helleu | |
2009-03-21 | Use of brackets {} around nicklist count in default status bar | Sebastien Helleu | |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by ↵ | Sebastien Helleu | |
previous commit for terminal resize) | |||
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu | |
2009-01-25 | Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵ | Sebastien Helleu | |
hidden | |||
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu | |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), ↵ | Sebastien Helleu | |
add buffer_number default bar item |