summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2011-12-16core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for ↵Sebastien Helleu
gnome-terminal
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵Sebastien Helleu
restore old behaviour before fix of bug #25555 in version 0.3.5)
2011-12-07core: remove cmake warningsSebastien Helleu
2011-12-04core: fix sizeof of variable (struct content instead of its pointer) in ↵Sebastien Helleu
function gui_hotlist_add
2011-12-01core: replace some C++ comments by C commentsSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-11-25core: fix type of variables in hdata "line_data" (type integer -> char)Sebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-17core: apply filters after full reload of configuration files (with /reload) ↵Sebastien Helleu
(bug #31182)
2011-11-12core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug ↵Simon Kuhnle
#34727)
2011-11-12core: add new option weechat.completion.base_word_until_cursor: allow ↵Sebastien Helleu
completion in middle of words (enabled by default) (task #9771)
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: ↵Sebastien Helleu
alt+"/") (task #11553)
2011-11-05core: rename options weechat.history.{max_lines|max_minutes} to ↵Sebastien Helleu
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-03core: remove obsolete/empty sources for Qt and WxwidgetsSebastien Helleu
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in ↵Sebastien Helleu
history per buffer (task #10900) (patch from Quentin Pradet)
2011-10-29core: add help for values of option "conditions" in bars (options ↵Sebastien Helleu
weechat.bar.xxx.conditions)
2011-10-29core: change default command for key alt-m: /mouse toggle -> /mute mouse toggleSebastien Helleu
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 ↵Sebastien Helleu
weechat_color in plugin API (bug #34550)
2011-10-07core: bufferize lines displayed before core buffer is created, to display ↵Sebastien Helleu
them in buffer when it is created
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
(bug of urxvt sending only this code on shift-selection in terminal)
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 ↵Sebastien Helleu
weechat.look.color_inactive_prefix is off
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 ↵Sebastien Helleu
weechat.look.color_inactive_window is off
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)
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 ↵Sebastien Helleu
inactive colors
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
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
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 ↵Sebastien Helleu
for windows
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 ↵Sebastien Helleu
wide-char/UTF-8 support
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