summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2024-04-07core: add unique "id" in nicklist group and nick (issue #2081)Sébastien Helleu
2024-04-07buffer: add property `input_get_any_user_data` in buffer (issue #2066)Sébastien Helleu
2024-04-01core: remove whitespaceSébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-03-24core: add option weechat.completion.case_sensitiveSébastien Helleu
2024-03-18core: send signal "hotlist_changed" only if the order of hotlist has changed ...Sébastien Helleu
2024-03-18core: reduce number of re-sort of hotlist (issue #2097)Sébastien Helleu
2024-03-16core: optimize sort of hotlistSébastien Helleu
2024-03-16core: don't resort hotlist when signal "hotlist_changed" is sentSébastien Helleu
2024-03-16core: sort hotlist and remove buffer even while upgradingSébastien Helleu
2024-03-16core: fix crash on /upgrade when hotlist contains buffers that are closedSébastien Helleu
2024-03-16core: resort hotlist on any buffer signal (issue #2097)Sébastien Helleu
2024-03-16core: add option weechat.look.highlight_prefix (closes #2079)Sébastien Helleu
2024-03-16core: add variable `${highlight}` in option weechat.look.buffer_time_format (...Sébastien Helleu
2024-03-15core: convert option weechat.look.hotlist_sort to a list of fields (closes #2...Sébastien Helleu
2024-03-15core: rename variables with creation time in hdata "hotlist"Sébastien Helleu
2024-03-15core: add missing hdata name "buffer" in hdata "hotlist"Sébastien Helleu
2024-03-13core: make search_stop scroll to search start positionTrygve Aaberge
2024-03-13GUI: fix potential integer overflow bugs by casting to `size_t`Mario Campos
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12api: allow search by buffer id in function buffer_search (issue #2081)Sébastien Helleu
2024-03-12core: add function gui_buffer_search_by_id (issue #2081)Sébastien Helleu
2024-03-12core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #...Sébastien Helleu
2024-03-12core: add unique "id" in buffer (issue #2081)Sébastien Helleu
2024-03-10core: use whole replacement string instead of first char in function gui_colo...Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option weechat.look.mouse_timer...Sébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button3"Sébastien Helleu
2024-02-24core: fix typo in commentSébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button2"Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-01-24core: allow case insensitive search of partial buffer name with `(?i)name` in...Sébastien Helleu
2024-01-24core: return 0 in gui_buffer_is_main if plugin_name or name is NULLSébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-24api: add property "type" in function buffer_get_stringSébastien Helleu
2023-12-14core: fix infinite loop in display when the chat area is too small (closes #2...Sébastien Helleu
2023-12-14core: fix styleSébastien Helleu
2023-11-23core: add syntax highlighting in evaluation of expressions, add option weecha...Sébastien Helleu
2023-11-11core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)Sébastien Helleu
2023-11-11core: add key ctrl+o to send command found and insert next one in input (issu...Sébastien Helleu
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
2023-11-04core: fix value of buffer variable "num_history" when the value defined in op...Sébastien Helleu
2023-11-04core: remove incorrect warning when binding keys F10 to F20 (closes #2039)Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
2023-10-30core: check that buffer is not NULL in function gui_chat_printf_date_tags_int...Sébastien Helleu
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ...Sébastien Helleu
2023-10-05core: use larger buffer for errors when creating a filterSébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu