Sean Morrison
c4be1ca649
Implement ft_col_count() along with corresponding unit tests
...
This pairs with the existing ft_row_count() using the same column
counting method used elsewhere in the code (i.e., iterate over rows
and find the biggest).
Added unit tests for ft_row_count(), ft_col_count(), ft_is_empty(),
and use a myriad of insertion methods to increase coverage.
2020-11-29 12:38:31 -05:00
seleznevae
27e1102878
[A] Added adding_strategy
property to the tables
2020-01-08 15:32:06 +03:00
seleznevae
da5cbc0404
[A] Add function ft_set_u8strwid_func
to set custom function to compute width of utf8 strings
2019-10-03 23:07:24 +03:00
seleznevae
d944b8c364
[F] Fix incorrect behaviour in case of wide east asian symbols
2019-09-08 09:55:56 +03:00
seleznevae
5bfabee696
[C] Refactoring
2019-08-27 20:55:44 +03:00
seleznevae
21c26993e6
[F] Fixed compilation errors
2019-08-25 10:35:56 +03:00
seleznevae
9fd2d8f39e
[F] Fixed compilation errors
2019-08-25 10:30:28 +03:00
seleznevae
e88f49d8ff
[F] Fixed compilation errors
2019-08-25 10:09:34 +03:00
seleznevae
29e928e369
[F] Fixed compilation warnings
2019-08-25 09:33:17 +03:00
seleznevae
3e961b053a
[C] Refactoring for utf-8
2019-08-25 09:23:47 +03:00
seleznevae
d5cbf91b90
[A] Added tests for mk_wcswidth
2019-05-25 16:11:42 +03:00
seleznevae
dc7640a9e4
[F] Fixed buf
2018-11-25 17:25:48 +03:00
seleznevae
64abbfd41b
[C] Reorganised tests
2018-11-24 23:14:26 +03:00
seleznevae
ae9103a714
[F] Fixed compilation errors
2018-11-16 21:41:22 +03:00
seleznevae
ece19c8bcb
[C] Renames options to properties
2018-11-04 11:08:11 +03:00
seleznevae
806cfb5950
[C] Made vector functions internal
2018-09-01 19:42:57 +03:00
seleznevae
0440ebb931
[F] Fixed printf errors
2018-05-12 12:45:42 +03:00
seleznevae
b7e8d7fbf6
[C] Changed test architecture
2018-05-06 16:21:45 +03:00