summaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)Author
2021-03-23tiny code logic simplificationNicolas Pitre
2021-03-22fix dictionary string parserNicolas Pitre
2021-03-21change on parse_str after PR 519. colors werent workingAndrés
2021-03-21fix const qualifier warningsNicolas Pitre
2021-03-21Merge pull request #450 from earthshrink/isnumeric_floatsAndrés M
2021-03-20store dictionary values as both a string and an integer valueNicolas Pitre
2021-03-20optimize conf.c code part 2Nicolas Pitre
2021-03-20clean up and optimize the dictionary codeNicolas Pitre
2020-09-10fix isnumeric test for floats: affects copy/pasteV. Guruprasad
2018-03-22work on issue 240mongo
2018-03-22fix when setting default_paste_from_clipboard_cmdmongo
2018-03-21changed parse_str function so can handle white spacesmongo
2018-03-21revert last commit because made cellcolor failmongo
2018-03-20issue #239mongo
2017-12-02Prevent some warnings during buildandmarti1424
2017-08-01Doxygen comments in utils/ files.Charles Edward Pax
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-03-22added get_maxvalue_length and get_maxkey_length to dictionary.c, to be used i...mongo
2017-02-09Remove wcwidth and wcswidth declarationsIku
2017-02-08Added wcs declarations..mongo
2017-02-08Remove wcwidth and wcswidth declarationsIku
2017-02-08Remove problematic split() functionIku
2017-01-23Fix # 113mongo
2016-11-09Removed white spacemongo
2016-10-20fixed isnumeric() to only search for max 1 dot and 1 dash, allowing IP addres...Bill Sanders
2016-08-26Added count_width_widestring function. it returns the number of wide chars ne...mongo
2016-04-15Renamed src.scim2 to srcmongo