summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-25core: fix typo: childs -> childrenSebastien Helleu
2011-10-16core: fix status of mouse displayed by command /mouseSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...Sebastien Helleu
2011-10-07core: bufferize lines displayed before core buffer is created, to display the...Sebastien Helleu
2011-10-05core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu
2011-10-05core: ignore mouse code '@' (coordinates) when it is received as first event ...Sebastien Helleu
2011-10-03core: update text in command history when pressing (ctrl-)upSebastien Helleu
2011-10-02core: fix display of background color in chat area after line feedSebastien Helleu
2011-09-30core: fix memory leak when a window is destroyed (free coords)Sebastien Helleu
2011-09-28core: fix color of highlighted prefix on inactive window when option weechat....Sebastien Helleu
2011-09-27core: fix paste detection (problem with end of lines)Sebastien Helleu
2011-09-24core: fix color of inactive merged lines in inactive windows when weechat.loo...Sebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: bol...Sebastien Helleu
2011-09-23core: add default key "meta2-[E" (F5) for linux consoleSebastien Helleu
2011-09-22core: fix option weechat.look.color_inactive_messageSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with in...Sebastien Helleu
2011-09-22core: rename options *_inactive_line to *_inactive_bufferSebastien Helleu
2011-09-22core: fix option weechat.look.color_inactive_prefix_bufferSebastien Helleu
2011-09-22core: fix display of paste multi-line prompt with a root input bar (bug #34305)Sebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-09-20core: add missing assignment of buffer pointer in line structureSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-27core: do automatic zoom on current window when terminal becomes too small for...Sebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26core: remove warning at startup if locale is UTF-8 and if ncurses has no wide...Sebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-25core: fix memory leak in display of empty bar itemsSebastien Helleu
2011-08-23core: remove unused function gui_window_wprintwSebastien Helleu
2011-08-21core: remove extra space in quote of messages (in cursor mode)Sebastien Helleu
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-18core: fix compilation warning under FreeBSDSebastien Helleu
2011-08-18core: fix input of wide UTF-8 chars under Cygwin (bug #34061)Sebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-17core: fix refresh of item buffer_plugin when short name of buffer changes (fo...Sebastien Helleu
2011-08-16core: add local variables of buffer in focus hashtable, remove irc_server/irc...Sebastien Helleu
2011-08-16core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ...Sebastien Helleu
2011-08-15core: allow a second area for keys in context "mouse" (for drag & drop betwee...Sebastien Helleu
2011-08-15core: add "_chat_line_x" in focus hashtable (for buffers with free content)Sebastien Helleu
2011-08-14core: fix focus info for chat area on buffers with free contentSebastien Helleu
2011-08-14core: fix crash when looking at context in chat area for focusSebastien Helleu
2011-08-14core: return empty string for window and buffer pointers in focus hashtable w...Sebastien Helleu
2011-08-14core: fix crash in display of chat area (overflow in coords)Sebastien Helleu
2011-08-14core: add buffer property "short_name_is_set", return name if short name is n...Sebastien Helleu
2011-08-14core: add key "_chat_line_nick" in focus hashtableSebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-13core: fix typo in commentSebastien Helleu
2011-08-10core: allow mix of commands and hsignals for keys in context "mouse"Sebastien Helleu