summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2007-11-06Added option "set" for /buffer commandSebastien Helleu
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat ↵Sebastien Helleu
commands arguments
2007-11-05Added date option for printf functions (weechat core and plugins API)Sebastien Helleu
2007-11-04Fixed display bug with truncation of long linesSebastien Helleu
2007-11-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien Helleu
2007-11-04Fixed display bug with long linesSebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages ↵Sebastien Helleu
in buffer (faster and using less memory)
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-19Fixed nick completion bug (missing space after nick)Sebastien Helleu
2007-09-02Fixed display bug with some special chars in messages (some words were ↵Sebastien Helleu
truncated on screen) (bug #20944)
2007-09-02Fixed paste detection: does not count empty lines (bug #20953)Sebastien Helleu
2007-08-31Removed compilation warning when plugins are not compiledSebastien Helleu
2007-08-31Fixed UTF-8 bug with color encoding/decodingSebastien Helleu
2007-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-30Fixed crash when searching text in buffer with ctrl-R (bug #20938)Sebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-20Fixed server option "command_delay": does not freeze WeeChat any moreSebastien Helleu
2007-08-18Add Support for gtk2 interface with cmake build systemJulien Louis
2007-08-18Code cleanup for paste detectionSebastien Helleu
2007-08-17Fixed problem with input of UTF-8 chars in last cvsSebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and ↵Sebastien Helleu
col_input_actions (task #5442)
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ↵Sebastien Helleu
ctrl-U) (task 7180)
2007-07-18Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete)Sebastien Helleu
2007-07-18Added "buffer_move" event handler to plugins API (task #6708)Sebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously ↵Sebastien Helleu
displayed (new key: alt-J + alt-P) (task #7085)
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in ↵Sebastien Helleu
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
2007-07-08Fixed charset bug with channel names in status bar (bug #20400)Sebastien Helleu
2007-07-05Added "scroll" option to /buffer commandSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-07-01Down key now saves input to history and clears input line (task #7049)Sebastien Helleu
2007-06-12Fixed log file when channel name contains "/" (bug #20072)Sebastien Helleu
2007-06-11Link weechat-curses against libutf8 on OpenBSD plateformJulien Louis
2007-06-08Added hotlist sort with new option "look_hotlist_sort" (task #5870)Sebastien Helleu
2007-06-05Fixed hotlist when exiting search mode: current buffer is removed from hotlistSebastien Helleu
2007-05-23Improved key bindings: now possible to bind a key on many commands, ↵Sebastien Helleu
separated by semicolon (task #5444)
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Fix ncurses detection.Julien Louis
We now provide a FindNcurses.cmake to find the library used and we define the right cpp variable when we compile the curses gui. Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-05-09Fixed nick display in input windowSebastien Helleu
2007-05-02Added channel admin mode '!' for some IRC serversSebastien Helleu
2007-04-04Fixed minor refresh bug with input when searching textSebastien Helleu
2007-04-04Added color for input text not found in buffer historySebastien Helleu
2007-03-23Renamed log file for DCC chat (now <server>.dcc.<nick>.weechatlog)Sebastien Helleu