summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2009-01-04Add hotlist refresh when a buffer is movedSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC ↵Sebastien Helleu
server feature, improve IRC server options, new functions in API
2008-12-19Add aspell option to check mispelled words during text search in buffer ↵Sebastien Helleu
(disabled by default)
2008-12-19Fix too many refreshs for bars (build content of items when bar is displayed)Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), ↵Sebastien Helleu
add buffer_number default bar item
2008-12-18Fix refresh of bar when changing items insideSebastien Helleu
2008-12-16Remove unneeded space after last column on bar with filling "columns"Sebastien Helleu
2008-12-16Set default filling "columns_vertical" for nicklist barSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-14Remove debug message when building content of bar itemsSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-12-04Fix display problem with color for groups in nicklistSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-26Fix display of scroll indicator when switching to buffer with free contentSebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-22Add missing options in /help windowSebastien Helleu
2008-11-22Fix bug with empty messages displayedSebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-17Fix crash when printing a message without any buffer createdSebastien Helleu
2008-11-16Add modifier "weechat_print" for messages printed in buffers (task #8848)Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-15Reintroduce option "irc.network.send_unknown_commands", save extra data for ↵Sebastien Helleu
buffers with /upgrade (title, input data, text search)
2008-11-11Add new default keys for previous/next buffer: ctrl-P,alt-up and ctrl-N,alt-downSebastien Helleu
2008-11-11Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-11-11Fix infinite loop when chat window is too small or not visible at allSebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Fix hotlist: do not add a buffer if it is displayed by at least one windowSebastien Helleu
2008-11-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-11-01Backtrace feature is shipped by an external library on FreeBSD (and maybe ↵Julien Louis
others) Link against that library if installed
2008-10-31Fix highlight on lines displayed with /upgradeSebastien Helleu
2008-10-30Fix clear of buffers with free content (allowed, but not from user with ↵Sebastien Helleu
/buffer clear)
2008-10-30Add new features to logger plugin (command /logger, log level, level by ↵Sebastien Helleu
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed)
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-27Add name of plugins next to plugin pointers in dump (to log file)Sebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Do not clear buffer content with /buffer clear for buffers with free contentSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Add "enabled" flag for each filter (now possible to disable only one or some ↵Sebastien Helleu
filters)
2008-10-24Save/restore buffer local variables during upgradeSebastien Helleu
2008-10-24Add free() for buffer local variables pointers when removing themSebastien Helleu