summaryrefslogtreecommitdiff
path: root/src/gui/gui-input.c
AgeCommit message (Expand)Author
2021-01-02core: update copyright datesSébastien Helleu
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-03-28core: make "input_commands_allowed" work with /wait and /repeat commands (iss...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-10-21core: replace call to strncpy by memcpySébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-05-22core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
2017-05-10core: remove dead assignment in function gui_input_history_nextSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-10-08core: fix realloc in function gui_input_optimize_size (issue #809)Sébastien Helleu
2016-09-08core: replace "clipboard" by "internal clipboard" in /help input and user's g...Sébastien Helleu
2016-08-16core: add optional argument "lowest", "highest" or level mask in command /inp...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-26core: factorize functions to search text in windowSébastien Helleu
2015-07-26Merge remote-tracking branch 'origin/pr/393'Sébastien Helleu
2015-07-25core: allow execution of command "/input return" on a buffer which is not dis...Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-04-12core: add more intuitive buffer searching (closes #76)Simmo Saan
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-09-24core: fix crash on buffer close when option weechat.look.hotlist_remove is se...Sébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-03-31core: add non-active merged buffers with activity in hotlist (if another merg...Sébastien Helleu
2014-03-29core: add text search in buffers with free content (task #13051)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump to...Sebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-07-20core: scroll to bottom after smart jump (alt-a) only if window was scrolled (...Sebastien Helleu
2013-04-24core: reset scroll in window before zooming on a merged buffer (bug #38207)Sebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop co...Sebastien Helleu
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", "input_text...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-07-07core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial...Nils Görs
2012-01-24core: move option "scroll_unread" from command /input to /windowSebastien Helleu