summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2020-08-04core: check that line is not NULL in functions gui_line_is_displayed and gui_...Sébastien Helleu
2020-08-04core: check that line_data is not NULL in functions gui_line_tags_alloc and g...Sébastien Helleu
2020-08-04core: rename functions to allocate/free linesSébastien Helleu
2020-07-20core: do not add line with highlight and tag "notify_none" to hotlist (closes...Sébastien Helleu
2020-06-30api: add pointer "_bar_window" in hashtable sent to hook focus callback (clos...Sébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-06-07api: fix use of pointer after free in function key_unbindSébastien Helleu
2020-06-02Add Alacritty title escape sequence supportChristian Duerr
2020-05-16Fix /window scroll_beyond_end when buffer has fewer lines than terminal heightTrygve Aaberge
2020-05-16core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...Sébastien Helleu
2020-05-16gui: make key optional in gui_focus_to_hashtableSimmo Saan
2020-05-16gui: add gui_focus_info hashtable info (#1245)Simmo Saan
2020-05-16core: add bar items with nicklist groups and nicks/groups (closes #1506)Sébastien Helleu
2020-05-14core: force buffer property "time_for_each_line" to 0 for buffers with free c...Sébastien Helleu
2020-05-10core: set default size for input bar to 0 (automatic) (issue #1498)Sébastien Helleu
2020-05-10core: add default key alt-enter to insert a newline (issue #1498)Sébastien Helleu
2020-05-10core: don't collapse consecutive newlines in lines displayed before the first...Sébastien Helleu
2020-05-10core: Don't remove consecutive newlines when pastingTrygve Aaberge
2020-05-10core: Don't collapse consecutive newlines in bar contentTrygve Aaberge
2020-05-10core: properly display newlines in input for all buffersTrygve Aaberge
2020-05-09core: properly display newlines in input when multiline is enabled in buffer ...Sébastien Helleu
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...Sébastien Helleu
2020-04-28core: remove obsolete commentSébastien Helleu
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-21core: translate log message when the signal SIGHUP is receivedSébastien Helleu
2020-04-21core: restore signal "signal_sighup", and if eaten do not reload configurationSébastien Helleu
2020-04-22core: reload config on SIGHUPTom Fitzhenry
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes #...Sébastien Helleu
2020-04-19core: log to stdout, if headlessTom Fitzhenry
2020-04-07core: fix resize of a bar when its size is 0 (automatic) (closes #1470)Sébastien Helleu
2020-02-09core: fix unlikely memory leak in completionSébastien Helleu
2020-01-12core: reset variable "old_full_name" after send of signal "buffer_renamed" (i...Sébastien Helleu
2020-01-12core: add variable "old_full_name" in buffer, set before the buffer is rename...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-11-25core: move each hash algorithm in a separate function (issue #635)Sébastien Helleu
2019-11-25core: remove allocation of string when salt is used (issue #635)Sébastien Helleu
2019-11-25core: add option weechat.look.nick_color_hash_salt to allow for reshuffling o...Simmo Saan
2019-11-17core: set buffer name, short name and title only if the value has changedSébastien Helleu
2019-11-10Haiku: link libnetwork, not libpthread.Jerome Duval
2019-10-14core: fix scrolling up in bare mode when switched to bare mode at the top of ...Sébastien Helleu
2019-10-06core: fix long linesSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/630'Sébastien Helleu
2019-10-06core: fix line too long, add comment on argument "with_suffix"Sébastien Helleu
2019-10-06core: count suffix in alignment computed for context infoSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/619'Sébastien Helleu
2019-10-01core: add function to convert WeeChat colors to ANSI colors (issue #528)Sébastien Helleu