Age | Commit message (Expand) | Author |
2022-12-25 | core: move `/input` buffer switch/zoom actions to command `/buffer` | Sébastien Helleu |
2022-12-25 | core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set` | Sébastien Helleu |
2022-12-25 | core: move `/input` hotlist actions to new command `/hotlist` | Sébastien Helleu |
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu |
2022-12-18 | core: remove unused argument "pos" from function gui_input_insert_string, add... | Sébastien Helleu |
2022-12-17 | core: simplify gui input functions by returning immediately if condition not met | Sébastien Helleu |
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu |
2022-03-13 | core: add function gui_buffer_new_props (issue #1759) | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-08-31 | core: add options in command /input and new keys to remove/restore buffers in... | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-04-28 | api: return integer in function gui_completion_search (issue #1484) | Sébastien Helleu |
2020-04-27 | api: add functions completion_new, completion_search and completion_free (iss... | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-03-28 | core: make "input_commands_allowed" work with /wait and /repeat commands (iss... | Sébastien Helleu |
2019-01-01 | core: update copyright dates | Sébastien Helleu |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu |
2018-10-21 | core: replace call to strncpy by memcpy | Sébastien Helleu |
2018-10-01 | core: replace "long unsigned int" by "unsigned long" | Sébastien Helleu |
2018-05-22 | core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195) | Sébastien Helleu |
2018-01-07 | core: fix some styles | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-08-21 | core: add flag "input_get_empty" in buffer | Sébastien Helleu |
2017-05-10 | core: remove dead assignment in function gui_input_history_next | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-10-08 | core: fix realloc in function gui_input_optimize_size (issue #809) | Sébastien Helleu |
2016-09-08 | core: replace "clipboard" by "internal clipboard" in /help input and user's g... | Sébastien Helleu |
2016-08-16 | core: add optional argument "lowest", "highest" or level mask in command /inp... | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-07-26 | core: factorize functions to search text in window | Sébastien Helleu |
2015-07-26 | Merge remote-tracking branch 'origin/pr/393' | Sébastien Helleu |
2015-07-25 | core: allow execution of command "/input return" on a buffer which is not dis... | Sébastien Helleu |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char a... | Sébastien Helleu |
2015-04-12 | core: add more intuitive buffer searching (closes #76) | Simmo Saan |
2015-04-11 | core: add options weechat.look.word_chars_{highlight|input} (closes #55, task... | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-11-22 | api: return value in function command(), remove WeeChat error after command c... | Sébastien Helleu |
2014-09-24 | core: fix crash on buffer close when option weechat.look.hotlist_remove is se... | Sébastien Helleu |
2014-04-05 | core: add hidden buffers, add options hide/unhide in command /buffer | Sébastien Helleu |
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another merg... | Sébastien Helleu |
2014-03-29 | core: add text search in buffers with free content (task #13051) | Sebastien Helleu |
2014-03-19 | core: add key alt-j,alt-f to jump to first buffer, change command for jump to... | Sebastien Helleu |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu |
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu |
2014-01-19 | core: add command /print | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-09 | core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat... | Sebastien Helleu |
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ... | Sebastien Helleu |
2013-07-20 | core: scroll to bottom after smart jump (alt-a) only if window was scrolled (... | Sebastien Helleu |
2013-04-24 | core: reset scroll in window before zooming on a merged buffer (bug #38207) | Sebastien Helleu |