summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-08Fix memory leak in filename completionSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of ↵Sebastien Helleu
always forcing it to on (bug #25770)
2009-03-06Add new hook type "process": launch command with fork and catch result ↵Sebastien Helleu
(rc/stdout/stderr) via callback
2009-03-05Fix scroll indicator when the only line displayed is bigger than chat windowSebastien Helleu
2009-02-28Add missing refresh when resizing terminalSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for ↵Sebastien Helleu
example if repaint is done during terminal resize)
2009-02-27Remove old debug message when creating new windowSebastien Helleu
2009-02-27Add missing refreshs when creating/deleting barsSebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by ↵Sebastien Helleu
previous commit for terminal resize)
2009-02-25Send buffer pointer with signal "buffer_title_changed"Sebastien Helleu
2009-02-25Fix with read marker, can not be filtered any more (bug #25590)Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ↵Sebastien Helleu
terminal size
2009-02-24Improved search of buffer with partial name (command "/buffer name")Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-02-21Add signals when local variables or buffer type are changedSebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-10Add missing refresh for windows separators (vertical splits)Sebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-08Fix color decoding functionSebastien Helleu
2009-02-08Add property "input" for function buffer_get_string in plugin APISebastien Helleu
2009-02-05Fix crash with nicklist bar when position is top/bottom and filling is columnsSebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first ↵Sebastien Helleu
line of buffer is removed)
2009-02-01Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵Sebastien Helleu
#25443)
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name in filter.
2009-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with ↵Sebastien Helleu
some commands like /query
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ↵Sebastien Helleu
refresh when starting
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Fix unread marker set with irc /away command: set unread marker for all ↵Sebastien Helleu
servers/channels that are not displayed in a window
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵Sebastien Helleu
hidden
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
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