summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
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
2007-03-23Remove current buffer from hotlist when scrolling down and end of buffer is ↵Sebastien Helleu
reached
2007-03-21Added current buffer in hotlist when scrolling up in buffer (task #6664)Sebastien Helleu
2007-03-20Fixed bug with text search and previous/next highlight (sometimes search ↵Sebastien Helleu
came back to end of buffer)
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ↵Sebastien Helleu
search
2007-03-16Replaced ctrl-S by ctrl-R for interactive and incremental searchSebastien Helleu
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer ↵Sebastien Helleu
history (task #6628)
2007-03-15Added away info on status bar for server buffer when look_one_server_buffer ↵Sebastien Helleu
is ON (new commit after savannah crash)
2007-03-06Fixed bug with server buffer when "look_one_server_buffer" is ON and server ↵Sebastien Helleu
buffer is moved to any number > 1 (bug #19219)
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-02-05Added event handler to plugin APISebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator ↵Sebastien Helleu
is OFF (bug #18737)
2007-01-08Fixed bug in topic displaySebastien Helleu
2007-01-07Fixed topic scroll when topic has multi-bytes charsSebastien Helleu
2007-01-07Fixed display bug in nicklist with cyrillic nick namesSebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2007-01-01Fixed bug with status bar (missing refresh) when closing a bufferSebastien Helleu
2007-01-01Fixed bug with use of first buffer for a channel if not connected to server ↵Sebastien Helleu
(now allowed only for a server buffer)
2006-12-05Fixed display bug with color for first line on screen (bug #17719)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-12-04Fixed display bug with charset on DCC and IRC raw buffersSebastien Helleu
2006-12-03Fixed charset problem with date in log files when using ISO charsetSebastien Helleu
2006-12-01Fixed charset bug when displaying "Day changed" messageSebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-26Fixed memleak in keyboard inputSebastien Helleu
2006-11-17Added space between chat and nicklist when position is "right" (bug #17852)Sebastien Helleu
2006-11-17Added option "look_nicklist_separator" (task #5437)Sebastien Helleu