Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | core: use an integer for seconds in command /window bare <delay> | Sébastien Helleu | |
2014-04-01 | doc: update style for keys in docs | Sébastien Helleu | |
2014-04-01 | core: add default key alt-'-' to toggle filters in current buffer (closes #17) | Sébastien Helleu | |
2014-04-01 | core: fix typo in a French translation | Sébastien Helleu | |
2014-04-01 | trigger: add filter in trigger monitor buffer | Sébastien Helleu | |
The filter can be set with /trigger monitor <filter> or by entering data in the trigger monitor input. | |||
2014-03-31 | core: don't remove a buffer from hotlist if it's not visible (another merged ↵ | Sébastien Helleu | |
buffer is zoomed) | |||
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another ↵ | Sébastien Helleu | |
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer). | |||
2014-03-31 | core: fix refresh of bar item "buffer_zoom" on buffer switch | Sébastien Helleu | |
2014-03-30 | core: use seconds as float number for delay in command /window bare <delay> | Sébastien Helleu | |
2014-03-30 | irc: allow "$ident" in option irc.network.ban_mask_default (closes #18) | Sébastien Helleu | |
2014-03-30 | irc: add support of "away-notify" capability (closes #12) | Sébastien Helleu | |
2014-03-30 | exec: fix typo in /help exec | Sébastien Helleu | |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu | |
2014-03-29 | core: fix alignment of lines in merged buffers (closes #43) | Sebastien Helleu | |
The bug happened when options weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to "none". | |||
2014-03-29 | doc: update Japanese auto-generated files | Sebastien Helleu | |
2014-03-29 | Merge pull request #44 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2014-03-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2014-03-29 | core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup" | Sebastien Helleu | |
2014-03-29 | core: add text search in buffers with free content (task #13051) | Sebastien Helleu | |
2014-03-28 | doc: remove tags "translation missing" in french FAQ | Sebastien Helleu | |
2014-03-28 | doc: add question about terminal focus in FAQ | Sebastien Helleu | |
2014-03-27 | doc: update German auto-generated file with exec command | Sebastien Helleu | |
2014-03-27 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2014-03-27 | core: update German translations | nils_2 | |
2014-03-27 | core: fix crash on /reload weechat | Sebastien Helleu | |
The problem was introduced in commit eef3b570752b974b87f5b189c89813f400f55a6e which was storing split commands inside keys themselves (for optimization). This causes a problem when weechat.conf is reloaded, because all keys are then deleted and created again, which removes the array of commands which is currently used. And then it leads to a crash of WeeChat. This commit reverts this behavior and the key commands are split when they are executed. | |||
2014-03-26 | doc: use command /script in question about installation of scripts (FAQ) | Sebastien Helleu | |
2014-03-26 | doc: add command to install script buffers.pl (FAQ) | Sebastien Helleu | |
2014-03-26 | doc: add link to WeeChat doc page (FAQ) | Sebastien Helleu | |
2014-03-25 | doc: replace links to weechat.org/scripts by command "/script search" (FAQ) | Sebastien Helleu | |
2014-03-25 | doc: replace links to remote GUIs by link to features page (FAQ) | Sebastien Helleu | |
2014-03-25 | core: skip and ignore color attributes before special names like "reset" in ↵ | Sebastien Helleu | |
gui_color_get_custom | |||
2014-03-25 | core: save/restore buffer property "clear" on /upgrade | Sebastien Helleu | |
2014-03-25 | core: save/restore buffer property "day_change" on /upgrade | Sebastien Helleu | |
2014-03-25 | core: update ChangeLog | Sebastien Helleu | |
2014-03-25 | exec: allow clear of new buffers with /buffer clear | Sebastien Helleu | |
2014-03-25 | core: add buffer property "clear" | Sebastien Helleu | |
2014-03-25 | exec: add options -nf and -cl/-nocl in command /exec | Sebastien Helleu | |
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer | |||
2014-03-24 | irc: fix notify message: "joined" -> "connected" | Sebastien Helleu | |
2014-03-24 | doc: add bare display in questions about copy/paste and click on long URLs (FAQ) | Sebastien Helleu | |
2014-03-23 | doc: update German auto-generated files | Sebastien Helleu | |
2014-03-23 | doc: update German documentation | nils_2 | |
2014-03-23 | doc: update German faq | nils_2 | |
2014-03-23 | doc: update German documentation | nils_2 | |
2014-03-23 | core: update German translations | nils_2 | |
2014-03-23 | doc: update the contribute chapter in developer's guide | Sebastien Helleu | |
2014-03-23 | Merge pull request #39 from Mkaysi/links | Sébastien Helleu | |
README.asciidoc: fix links. | |||
2014-03-23 | README.asciidoc: add anchors to links. | Mikaela Suomalainen | |
2014-03-23 | README.asciidoc: fix links. | Mikaela Suomalainen | |
2014-03-23 | doc: update Japanese auto-generated files | Sebastien Helleu | |
2014-03-23 | Merge pull request #38 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations |