Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | core: fix typo in comment | Sebastien Helleu | |
2012-07-09 | core: fix refresh of bar items "buffer_filter" and "scroll" in root bars ↵ | Sebastien Helleu | |
(bug #36816) | |||
2012-07-07 | core: add option weechat.look.jump_smart_back_to_buffer (jump back to ↵ | Nils Görs | |
initial buffer after reaching end of hotlist) The option is "on" by default, which is old behaviour. | |||
2012-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵ | Sebastien Helleu | |
(task #12022) | |||
2012-07-05 | core: add default key alt+"s" (toggle aspell) | Sebastien Helleu | |
2012-06-14 | core: add callback "nickcmp" for nick comparison in buffers | Sebastien Helleu | |
2012-06-13 | core: fix resize of windows after horizontal split | Sebastien Helleu | |
2012-06-10 | core: add horizontal separator between windows, two new options to toggle ↵ | Sebastien Helleu | |
horizontal/vertical separators between windows New boolean options, enabled by default: - weechat.look.window_separator_horizontal - weechat.look.window_separator_vertical | |||
2012-06-09 | core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg ↵ | Sebastien Helleu | |
for highlight when nick is offline) | |||
2012-06-09 | core: fix refresh of offline nicks (in chat) when nicklist bar is hidden | Sebastien Helleu | |
2012-06-09 | core: fix color of nicks in buffers without nicklist when option ↵ | Sebastien Helleu | |
weechat.look.color_nick_offline is on | |||
2012-06-09 | core: add options to use different color for offline nicks in prefix (patch ↵ | Sebastien Helleu | |
from Nei) (task #11109) New options: - weechat.look.color_nick_offline: boolean to enable feature (off by default) - weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix) | |||
2012-05-22 | core: force display of prefix on first line displayed in window (even if it ↵ | Sebastien Helleu | |
should be hidden by option weechat.look.prefix_same_nick) | |||
2012-05-04 | core: fix crash in focus hook for nicklist (bug #36271) | Sebastien Helleu | |
2012-04-14 | core: optimize load of keys (save score of keys to sort them faster) | Sebastien Helleu | |
2012-04-11 | core: fix display bugs and crashs with small windows (bug #36107) | Sebastien Helleu | |
2012-04-07 | core: convert options weechat.look.prefix_align_more and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more from boolean to string (task #11197) | |||
2012-04-03 | core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ↵ | Sebastien Helleu | |
string used as replacement Bugs fixed: - hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages) - hide/replace prefix only when displaying messages (do not cache value in lines) The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick. | |||
2012-04-01 | core: fix bug with option weechat.look.prefix_same_nick and filtered lines | Sebastien Helleu | |
2012-03-31 | core: fix bad computation of prefix length when simulating display (this ↵ | Sebastien Helleu | |
caused one or more empty lines at bottom of chat area) (bug was introduced in previous commit: 10df976e53a4bf131bc9905b30237e2ffeb33a9a) | |||
2012-03-29 | core: fix display bug with prefix when length is greater than max and prefix ↵ | Sebastien Helleu | |
is ending with a wide char (bug #36032) | |||
2012-03-28 | core: add option weechat.look.prefix_same_nick (hide or change prefix on ↵ | Sebastien Helleu | |
messages whose nick is the same as previous message) (task #11965) | |||
2012-03-24 | core: convert tabs to spaces in text pasted (bug #25028) | Sebastien Helleu | |
2012-03-10 | core: fix lost scroll when switching to a buffer with a pending search (ctrl-r) | Sebastien Helleu | |
2012-03-10 | core: fix grab of key (alt-k) (bug introduced with bracketed paste mode) | Sebastien Helleu | |
2012-03-09 | core: fix broken mouse (bug introduced by the previous commit) | Sebastien Helleu | |
2012-03-09 | core: improve and fix bugs on standard paste and bracketed paste | Sebastien Helleu | |
Changes: - wait control sequence for end of bracketed paste (and only after, check if we should ask confirmation to user) - add option weechat.look.paste_bracketed_timer_delay to force the end of bracketed paste if the control sequence for end of bracketed paste was not received in time - in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for one line (ask for one line only if paste_max_lines=0) - fix bugs with mintty: bracketed paste should be ok every time (even if some codes are sometimes partially received, WeeChat will now handle that properly); the standard paste often fails (due to bug in mintty, which sends paste very slowly to remote app); so the bracketed paste mode is highly recommended with mintty - after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will undo whole paste, not chars one by one | |||
2012-03-06 | core: read data on stdin even when asking confirmation for paste (fix lost ↵ | Sebastien Helleu | |
chars under mintty terminal) | |||
2012-03-05 | api: add list "gui_buffer_last_displayed" in hdata "buffer" | Sebastien Helleu | |
2012-03-04 | core: rename option weechat.look.bracketed_paste_mode to ↵ | Sebastien Helleu | |
weechat.look.paste_bracketed | |||
2012-03-04 | core: add support of terminal "bracketed paste mode" (task #11316) | Sebastien Helleu | |
2012-03-03 | core: fix display of wide chars on last column of chat area (patch #7733) | Ryuunosuke Ayanokouzi | |
2012-02-19 | core: fix memory leak when closing buffer | Sebastien Helleu | |
2012-02-16 | core: automatically add newline char after last pasted line (when pasting ↵ | Sebastien Helleu | |
many lines with confirmation) | |||
2012-02-12 | core: fix bug with layout: assign layout number in buffers when doing ↵ | Sebastien Helleu | |
/layout save | |||
2012-02-10 | doc: add color codes in strings (developer's guide) | Sebastien Helleu | |
2012-02-01 | core: do not auto add space after nick completer if option ↵ | Sebastien Helleu | |
weechat.completion.nick_add_space is off | |||
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu | |
2012-01-28 | core: fix signal "buffer_switch": send it only once when switching buffer ↵ | Sebastien Helleu | |
(bug #31158) | |||
2012-01-24 | core: move option "scroll_unread" from command /input to /window | Sebastien Helleu | |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ↵ | Sebastien Helleu | |
irc options to customize/disable default nick highlight (task #11128) New functions in C plugin API: - string_regex_flags - string_regcomp New irc options: - irc.look.highlight_server - irc.look.highlight_channel - irc.look.highlight_pv Regex flags are supported in following options/commands: - option weechat.look.highlight - option weechat.look.highlight_regex - options irc.look.highlight_{server|channel|pv} - option relay.network.allowed_ips - core command /filter - irc command /list - irc command /ignore - rmodifier command /rmodifier | |||
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-16 | core: add library "pthread" in cmake file for link on OpenBSD | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-06 | core: use extended regex in filters (patch #7616) | Sebastien Helleu | |
2011-12-25 | core: change mouse state when option weechat.look.mouse is changed | Sebastien Helleu | |
2011-12-25 | core: set option weechat.look.mouse when mouse state is changed with command ↵ | Sebastien Helleu | |
/mouse | |||
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵ | Sebastien Helleu | |
hashtable_map_string | |||
2011-12-17 | core: display error on "/key bind meta- ..." (incomplete meta key) | Sebastien Helleu | |
2011-12-17 | core: add signal "buffer_line_added" | Sebastien Helleu | |