summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-buffer.c
AgeCommit message (Expand)Author
2023-08-24fset: add local key bindings during the buffer creationSébastien Helleu
2023-08-24fset: fix wrong value type in hashtable used for fset buffer propertiesSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
2023-07-14fset: fix description of function fset_buffer_check_line_outside_windowSébastien Helleu
2023-07-08fset: add variable `allowed_values` in options, add two color optionsSébastien Helleu
2023-05-30fset: reset color immediately after the color name (issue #1920)Sébastien Helleu
2023-05-20fset: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-04-26fset: add options fset.color.color_name and fset.color.color_name_selected (i...Sébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-03-16fset: remove scroll to top of fset buffer when options are added or removed (...Sébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...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-07-08fset: fix truncation of option values when the length is greater than 4096 (c...Sébastien Helleu
2018-02-21fset: corrected typosmumixam
2018-01-05core: update copyright datesSébastien Helleu
2017-07-11fset: call function fset_buffer_set_localvar_filter when the fset buffer is o...Sébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
2017-06-28fset: replace hashtable by a simple structure for max length of fieldsSébastien Helleu
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-26fset: improve speed when marking/unmarking options, fix refresh of buffer titleSébastien Helleu
2017-06-25fset: fix buffer titleSébastien Helleu
2017-06-25fset: display number of options before filter in buffer titleSébastien Helleu
2017-06-25fset: use "meta-space" instead of "meta- " in fset buffer keysSébastien Helleu
2017-06-25fset: add key/input to set new value for an option (alt-f,alt-n or input "n",...Sébastien Helleu
2017-06-25fset: add variables ${empty_xxx} (a field with only spaces for indentation)Sébastien Helleu
2017-06-25fset: add ${newline} to display options on multiple lines, replace format opt...Sébastien Helleu
2017-06-25fset: add format options for marked optionsSébastien Helleu
2017-06-25fset: rename options fset.format.option_current* to fset.format.option_selected*Sébastien Helleu
2017-06-25fset: add ${index} and color optionsSébastien Helleu
2017-06-25fset: add variable ${selected_line}Sébastien Helleu
2017-06-25fset: first move up one line before toggling mark with shift+upSébastien Helleu
2017-06-25fset: use option fset.look.marked_string in buffer title when options are markedSébastien Helleu
2017-06-25fset: add marking/unmarking of options matching filter with input "m:" and "u:"Sébastien Helleu
2017-06-25fset: do not move selected line after pressing alt+',' (mark/unmark option)Sébastien Helleu
2017-06-25fset: add missing key alt+p in buffer titleSébastien Helleu
2017-06-25fset: add a second format for options, new key ctrl-X and input "x" to switch...Sébastien Helleu
2017-06-25fset: add export of optionsSébastien Helleu
2017-06-25fset: fix keys alt+'+' and alt+'-' in title of fset bufferSébastien Helleu
2017-06-25fset: fix input "v" in fset buffer, add input "p" to toggle plugins descriptionsSébastien Helleu
2017-06-25fset: add key alt-p on fset buffer, rename option fset.look.show_plugin_descr...Sébastien Helleu
2017-06-25fset: add key ctrl-L and input "<<" and ">>" on fset bufferSébastien Helleu
2017-06-25fset: add keys F11/F12 to scroll fset buffer horizontally, add input "<" and ...Sébastien Helleu
2017-06-25fset: add options for colors in buffer's titleSébastien Helleu