Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-16 | core: update ChangeLog (add option "bare" in command /window) | Sebastien Helleu | |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu | |
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display. | |||
2014-02-16 | core: add missing feature in ChangeLog for v0.4.3 (use one date format when ↵ | Sebastien Helleu | |
day changes from day to day+1) | |||
2014-02-15 | doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-02-14 | core: add asciidoc attributes in files ChangeLog/NEWS | Sebastien Helleu | |
2014-02-13 | core: use item "buffer_last_number" instead of "buffer_count" by default in ↵ | Sebastien Helleu | |
status bar | |||
2014-02-13 | core: sync debian files with debian git repository | Sebastien Helleu | |
2014-02-13 | core: fix freeze/crash in gnutls (bug #41576) | Jason A. Donenfeld | |
The link is now made against pthread on all platforms. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2014-02-13 | irc: use a more explicit error when the creation of a temporary server failed | Sebastien Helleu | |
2014-02-13 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2014-02-12 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2014-02-12 | core: fix cmake warning CMP0007 on "make uninstall" (bug #41528) | Sebastien Helleu | |
2014-02-11 | core: add signals "key_combo_{default|search|cursor}" | Sebastien Helleu | |
2014-02-11 | core: ignore return value of 'write' in function hook_set (fix compiler warning) | Sebastien Helleu | |
2014-02-11 | core: replace compiler flag -W by -Wextra (new name) | Sebastien Helleu | |
2014-02-11 | core: sync debian files with debian git repository | Sebastien Helleu | |
2014-02-10 | core: split key command when the key is created (improve speed when ↵ | Sebastien Helleu | |
executing commands of a key) | |||
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-02-09 | core: display a warning in case of inconsistency between the options ↵ | Sebastien Helleu | |
weechat.look.save_{config|layout}_on_exit | |||
2014-02-09 | core: add more info in /help weechat.look.hotlist_sort | Sebastien Helleu | |
2014-02-09 | Version 0.4.4-dev | Sebastien Helleu | |
2014-02-09 | Version 0.4.3 | Sebastien Helleu | |
2014-02-08 | doc: clean temporary files used to build man pages (autotools) | Sebastien Helleu | |
2014-02-08 | doc: add missing Polish docs in Makefile.am | Sebastien Helleu | |
2014-02-08 | doc: update Japanese translations, user/developer's guide and plugin API ↵ | Ryuunosuke Ayanokouzi | |
reference | |||
2014-02-07 | core: fix apply of layout when buffers that are not in layout are before ↵ | Sebastien Helleu | |
some buffers in layout Now when a layout is applied, the buffers in layout are inserted/sorted first in the new list. Then the other buffers (not in layout) are added after this loop, and then they are added after all layout buffers. | |||
2014-02-07 | weercd.py: use /usr/bin/env in python shebang | Sebastien Helleu | |
2014-02-06 | core: fix typo in FindGnuTLS.cmake | Sebastien Helleu | |
2014-02-06 | core: fix hotlist problems after apply of a layout (bug #41481) | Sebastien Helleu | |
This commit fixes a problem when computing the value of "num_displayed" in all buffers. For merged buffers (with same number), the num_displayed of each merged buffer must be incremented (and not only the current active buffer). | |||
2014-02-06 | doc: update Polish translations and user's guide | Krzysztof Koroscik | |
2014-02-05 | ruby: add detection and fix compilation with Ruby 2.0 (patch #8209) | Sebastien Helleu | |
Now the search for Ruby is first performed with pkg-config and includes detection of Ruby 2.0. If not found, the old code for detection is used (for old distros or old Ruby versions). The specific test on Ruby 1.9.0 (to disable this version) has been removed (1.9.0 was a dev/unstable version from 2007, quite old now). | |||
2014-02-05 | core: remove multiple detections of pkg-config in configure.ac | Sebastien Helleu | |
2014-02-04 | core: fix installation of weechat-plugin.h with autotools (patch #8305) | Patrick Steinhardt | |
2014-02-04 | alias: add default alias /beep => /print -stderr \a | Sebastien Helleu | |
2014-02-04 | core: fix a French translation | Sebastien Helleu | |
2014-02-04 | doc: fix typos in French relay protocol | Sebastien Helleu | |
2014-02-04 | core: use structure itself for sizeof in two malloc | Sebastien Helleu | |
2014-02-03 | doc: add French version of relay protocol | Sebastien Helleu | |
2014-02-02 | ruby: fix compilation warning | Sebastien Helleu | |
2014-02-02 | core: fix compilation on Android (replace include of sys/termios.h by ↵ | Sebastien Helleu | |
termios.h) (bug #41434) | |||
2014-02-02 | doc: minor changes in developer's guide | Sebastien Helleu | |
2014-02-02 | core: update ChangeLog | Sebastien Helleu | |
2014-02-02 | Version 0.4.3-rc2 | Sebastien Helleu | |
2014-02-02 | doc: add French developer's guide | Sebastien Helleu | |
2014-02-02 | core: update German translations | Nils Görs | |
2014-02-02 | core: fix compilation on Android (replace calls to rindex by strrchr) (bug ↵ | Sebastien Helleu | |
#41420, patch #8301) | |||
2014-02-01 | core: fix crash when creating two bars with same name but different case ↵ | Sebastien Helleu | |
(bug #41418) | |||
2014-01-31 | irc: clear the gnutls session in all cases after SSL connection error | Sebastien Helleu | |
2014-01-31 | relay: send backlog for irc private buffers | Sebastien Helleu | |
2014-01-30 | doc: replace weeget.py by script plugin in plugin API reference | Sebastien Helleu | |