summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Collapse)Author
2007-03-21Added current buffer in hotlist when scrolling up in buffer (task #6664)Sebastien Helleu
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ↵Sebastien Helleu
search
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer ↵Sebastien Helleu
history (task #6628)
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-29Added keys (F9/F10) to scroll topic (task #6030)Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ↵Sebastien Helleu
many refreshs, display bug with splited windows
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug ↵Sebastien Helleu
#16356)
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ↵Sebastien Helleu
332, 333 (/topic now ok when channel is not opened)
2006-04-02Added nick alignment optionsSebastien Helleu
2006-03-31Fixed nicklist display bugs when on top or bottom of chat window, fixed ↵Sebastien Helleu
refresh bug (too many refresh) when terminal is resized
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-03-03Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist ↵Sebastien Helleu
top/bottom
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-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) ↵Sebastien Helleu
(patch from Pistos)
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-04New year in copyright, FSF address changedSebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing ↵Sebastien Helleu
some colors
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-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
previous/next highlight)
2005-11-20Renamed options "col_chat_marker*" to "col_chat_read_marker*"Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-13- added "resize" option for /window commandSebastien Helleu
- fixed infinite loop when resizing term to small size
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
window size), window sizes are automatically recomputed when term window is resized
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
white background)
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
log file)
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-10-30Fixed "jump to next server" action (was broken by new option ↵Sebastien Helleu
"look_one_server_buffer")
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-21The "day changed" message does not update hotlist any moreSebastien Helleu