Age | Commit message (Expand) | Author |
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ... | Sebastien Helleu |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-12-04 | Removed WeeChat "command" structure, now all internal commands are hooked whe... | Sebastien Helleu |
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu |
2007-11-26 | Added input_data callback argument to gui_buffer_new() function | Sebastien Helleu |
2007-11-24 | Renamed WeeChat log functions | Sebastien Helleu |
2007-11-08 | Added default keys for alt-left/right for konsole | Sebastien Helleu |
2007-11-06 | Added option "set" for /buffer command | Sebastien Helleu |
2007-11-04 | Fixed display bug with truncation of long lines | Sebastien Helleu |
2007-11-04 | Fixed display bug with long lines | Sebastien Helleu |
2007-10-31 | Renamed many sources and functions in src/gui, improved display of messages i... | Sebastien Helleu |
2007-09-21 | Added build of protocols lib, IRC protocol is now optional for build | Sebastien Helleu |
2007-09-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu |
2007-09-02 | Fixed display bug with some special chars in messages (some words were trunca... | Sebastien Helleu |
2007-08-31 | Fixed UTF-8 bug with color encoding/decoding | Sebastien Helleu |
2007-08-27 | Added option to align text of messages (except first lines) (task #7246) | Sebastien Helleu |
2007-08-20 | Fixed server option "command_delay": does not freeze WeeChat any more | Sebastien Helleu |
2007-08-18 | Code cleanup for paste detection | Sebastien Helleu |
2007-08-17 | Fixed problem with input of UTF-8 chars in last cvs | Sebastien Helleu |
2007-08-17 | Added paste detection, new options look_paste_max_lines and col_input_actions... | Sebastien Helleu |
2007-08-16 | Code cleanup: renamed some constants and variables (prefix added) | Sebastien Helleu |
2007-08-09 | Added support of channel mode +u (channel user) (bug #20717) | Sebastien Helleu |
2007-08-08 | Added "copy" and "rename" options to /server command | Sebastien Helleu |
2007-08-06 | Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U)... | Sebastien Helleu |
2007-07-18 | Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete) | Sebastien Helleu |
2007-07-15 | Added key function "jump_previous_buffer" to jump to buffer previously displa... | Sebastien Helleu |
2007-07-12 | Fixed bugs with IRC color in messages, now color codes are inserted in comman... | Sebastien Helleu |
2007-07-08 | Fixed charset bug with channel names in status bar (bug #20400) | Sebastien Helleu |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu |
2007-06-11 | Link weechat-curses against libutf8 on OpenBSD plateform | Julien Louis |
2007-06-08 | Added hotlist sort with new option "look_hotlist_sort" (task #5870) | Sebastien Helleu |
2007-05-21 | Only check ncurses.h if ncursesw/ncurses.h is not found | Julien Louis |
2007-05-21 | Fix ncurses detection. | Julien Louis |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-05-09 | Fixed nick display in input window | Sebastien Helleu |
2007-05-02 | Added channel admin mode '!' for some IRC servers | Sebastien Helleu |
2007-04-04 | Fixed minor refresh bug with input when searching text | Sebastien Helleu |
2007-04-04 | Added color for input text not found in buffer history | Sebastien Helleu |
2007-03-23 | Remove current buffer from hotlist when scrolling down and end of buffer is r... | Sebastien Helleu |
2007-03-20 | Fixed bug with text search and previous/next highlight (sometimes search came... | Sebastien Helleu |
2007-03-20 | Added case-sensitive search in buffer, display marker for each line matching ... | Sebastien Helleu |
2007-03-16 | Replaced ctrl-S by ctrl-R for interactive and incremental search | Sebastien Helleu |
2007-03-16 | Added new key (ctrl-S) for interactive and incremental search in buffer histo... | Sebastien Helleu |
2007-03-15 | Added away info on status bar for server buffer when look_one_server_buffer i... | Sebastien Helleu |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to inser... | Sebastien Helleu |
2007-01-09 | Fixed display bugs with nicklist at top/bottom when look_nicklist_separator i... | Sebastien Helleu |