summaryrefslogtreecommitdiff
path: root/tests/unit/gui
AgeCommit message (Expand)Author
2024-03-17tests/gui: add tests on hotlist functionsSébastien Helleu
2024-03-16core: add variable `${highlight}` in option weechat.look.buffer_time_format (...Sébastien Helleu
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-01-24core: allow case insensitive search of partial buffer name with `(?i)name` in...Sébastien Helleu
2024-01-24tests: add tests on buffer properties "opening" and "type"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-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
2023-11-04core: remove incorrect warning when binding keys F10 to F20 (closes #2039)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-08-25tests: add tests on GUI buffer functionsSébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24core: add options weechat.buffer.* to save buffer properties set by user (iss...Sébastien Helleu
2023-08-18tests: add tests on GUI buffer functionsSébastien Helleu
2023-07-10core: fix renaming of options with command `/item rename` (closes #1978)Sébastien Helleu
2023-05-29core: set word_end_offset to character after wordTrygve Aaberge
2023-05-29core: fix chat colors at certain positions not being appliedTrygve Aaberge
2023-05-04api: don't split on newline by default in functions `command` and `command_op...Sébastien Helleu
2023-04-26core: change default chat colors (issue #1920)Sébastien Helleu
2023-04-19core: render newline characters in chat line messagesTrygve Aaberge
2023-03-31core: fix key `meta-[O` (unfocus with xterm) (closes #1900)Sébastien Helleu
2023-03-31core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)Sébastien Helleu
2023-03-26tests: add tests on gui bar functionsSébastien Helleu
2023-03-25tests: add placeholder for function gui_key_paste_finishSébastien Helleu
2023-03-21core: move buffer functions and remove them from header fileSébastien Helleu
2023-03-21core: remove unused function gui_buffer_is_scrolledSébastien Helleu
2023-03-21core: remove unused function gui_buffer_search_by_layout_numberSébastien Helleu
2023-03-17core: change order of modifiers in mouse keysSébastien Helleu
2023-03-17core: fix search of commands with raw code and alias matchingSébastien Helleu
2023-03-17core: refactor print of keys in debug modeSébastien Helleu
2023-03-17core: display a warning when trying to bind a raw key code or invalid key (mi...Sébastien Helleu
2023-03-17core: check new keys manually added with /setSébastien Helleu
2023-03-17core: remove use of "meta2-" in key nameSébastien Helleu
2023-03-16tests: add extra test on function gui_key_legacy_to_aliasSébastien Helleu
2023-03-16core: create config options for all keys that can be managed with `/set` and ...Sébastien Helleu
2023-03-16core: fix safe list of keysSébastien Helleu
2023-03-16core: remove obsolete function gui_key_legacy_expandSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-03-16core: fix function gui_key_legacy_to_alias with keys on areasSébastien Helleu
2023-03-16core: add function to expand raw key code to name with alias, use it in /key ...Sébastien Helleu
2023-02-04core: optimize search of key bindings in contexts default/search/cursorSébastien Helleu
2023-02-03tests: add tests on function gui_key_cmpSébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-29tests: add tests on gui key functions (issue #1875)Sébastien Helleu