Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-10 | core: add horizontal separator between windows, two new options to toggle ↵ | Sebastien Helleu | |
horizontal/vertical separators between windows New boolean options, enabled by default: - weechat.look.window_separator_horizontal - weechat.look.window_separator_vertical | |||
2012-06-09 | core: add options to use different color for offline nicks in prefix (patch ↵ | Sebastien Helleu | |
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix) | |||
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu | |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-16 | core: add library "pthread" in cmake file for link on OpenBSD | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-07 | core: remove cmake warnings | Sebastien Helleu | |
2011-12-01 | core: replace some C++ comments by C comments | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu | |
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line | |||
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ↵ | Sebastien Helleu | |
m/q/Q to quote line in cursor mode, sort mouse keys by priority | |||
2011-08-03 | core: fix crash with "/input grab_mouse" | Sebastien Helleu | |
2011-07-30 | core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right ↵ | Sebastien Helleu | |
click on input bar) | |||
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-07-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵ | Sebastien Helleu | |
cause display bugs) | |||
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu | |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task ↵ | Sebastien Helleu | |
#11001) | |||
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | Sebastien Helleu | |
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu | |
2011-02-09 | Rename some color constants and functions for attributes | Sebastien Helleu | |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu | |
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator) | |||
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2011-01-01 | Add new command /color | Sebastien Helleu | |
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-17 | Add command line option "-c" (or "--colors") to display default colors in ↵ | Sebastien Helleu | |
terminal | |||
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-29 | Free some extra memory when exiting WeeChat | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and ↵ | Sebastien Helleu | |
available colors | |||
2009-10-04 | Fix compilation under Cygwin (patch #6916) | Sebastien Helleu | |
2009-10-03 | Fix typo: keeped -> kept | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵ | Sebastien Helleu | |
back to last visited buffer when closing a buffer | |||
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu | |
2009-03-28 | Add cmake files in package built by autotools | Sebastien Helleu | |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | 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-02 | Fix crash when read marker is moved before first line displayed (when first ↵ | Sebastien Helleu | |
line of buffer is removed) | |||
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-07 | Remove some compiler warnings | Sebastien Helleu | |
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 | |