summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2008-05-11New input action "set_unread_current_buffer" to set unread marker for current...Sebastien Helleu
2008-05-10Remove unused variablesSebastien Helleu
2008-05-09Fix color display bug on lines (when length of line is more than chat width)Sebastien Helleu
2008-05-06Fix bug when user closes buffer with free content: buffers with higher number...Sebastien Helleu
2008-05-06Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras...Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-30Fixed typo in default command for page_up keySebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-30Added comment in source for SIGHUP signalSebastien Helleu
2008-04-30Fixed crash with scripts when WeeChat calls functions of many scripts at same...Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-28Send quit signal when terminal is lost (clean quit: disconnect from servers, ..)flashcode
2008-04-28Fixed infinite loop when closing terminal without using /quit command (bug #2...Sebastien Helleu
2008-04-27Added marker line (or dotted line), more visible than single magenta char (ch...Sebastien Helleu
2008-04-27New default keys for scroll_top/bottomSebastien Helleu
2008-04-25Fixed bug with print_y: now scripts can print empty line to remove a lineSebastien Helleu
2008-04-24Added completion with possible values for /set, new possible values "++n" and...Sebastien Helleu
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-20Fixed broken completion on buffers where nicklist is not displayed (bug #23006)Sebastien Helleu
2008-04-20Fixed display bug with nicklist and option weechat.look.nicklistSebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-04-18Use of /window command for some key bindings with actions on current window (...Sebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-17Fixed refresh problem (empty screen after resizing terminal to very small siz...Sebastien Helleu
2008-04-17Fixed crash when nicklist is top/bottom and that we open a new buffer with a ...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-16Fixed bug with display of nicklist scroll indicatorSebastien Helleu
2008-04-15Added keys by buffer (useful for buffers with free content that need own keys)Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-12Added new default bar item "time"Sebastien Helleu
2008-04-11Fixed bugs with nicks color and sorting in nicklistSebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-04Added auto-resize feature for barsSebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-04-03Fixed bugs with filters (regex and refresh of buffers)Sebastien Helleu
2008-03-29Fixed bug with creation of bar windowSebastien Helleu
2008-03-29Fixed display bug when first line displayed is not first of bufferSebastien Helleu
2008-03-29Fixed bug with bars refreshSebastien Helleu
2008-03-29Lines of buffers with free content are now truncated according to window widthSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-03-15Fixed bugs with bars size and refreshSebastien Helleu