summaryrefslogtreecommitdiff
path: root/src/gui/gui-common.c
AgeCommit message (Expand)Author
2006-03-11Fixed display bug when top of buffer is displayed and first line is removedSebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch f...Sebastien Helleu
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-19Fixed segfault when changing buffer number with only one bufferSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11Fixed bug with windows/buffers and some commands manipulating current windowSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-22Fixed potential bug in printf internal functionSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-20Added new keys: alt-U (scroll to read marker), alt-P / alt-N (scroll toSebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-05Fixed crash with Alt-S keySebastien Helleu
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30Fixed "jump to next server" action (was broken by new option "look_one_server...Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
2005-10-22Added "ncursesw/" path for ncurses.h includeSebastien Helleu
2005-10-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-09-15Fixed window swtich functions (was changing windows buffer and should not)Sebastien Helleu
2005-09-15Fixed window switch functions and bug when line is removed and that a window ...Sebastien Helleu
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
2005-09-13Fixed minor refresh bug in buffer clear functionSebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu
2005-07-31Jump to next server now saves current channel buffer for each serverSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ...Sebastien Helleu
2005-07-16- added alt-j + alt-l key (switch to last buffer)Sebastien Helleu
2005-07-16Fixed segfault when switching to DCC bufferSebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-14Added control in clipboard copy functionSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
2005-07-13correct bugs in clipboard managementEmmanuel Bouthenot
2005-07-13close bug when using delete_end_line in empty lineEmmanuel Bouthenot
2005-07-12add some gui_input features : clipboard and a 'translate_chars' functionEmmanuel Bouthenot
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-09Hotlist not changed when self away or nick changeSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu