seleznevae
80cbf3de44
[U] Update ChangeLog and docs
2020-11-30 20:09:09 +03:00
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
b1c32b6751
[F] Fix spelling in the documentation strings
2020-11-13 21:15:51 +03:00
seleznevae
0deda048c5
[U] Update ChangeLog and version
2020-05-21 22:26:03 +03:00
seleznevae
fb050b35cc
[U] Updated library version
2020-02-24 15:21:26 +03:00
seleznevae
cd11dfd7de
[C] Changed errors descriptions
2020-02-23 11:54:59 +03:00
seleznevae
1b42320163
[C] Changed codes of errors
2020-02-08 13:04:08 +03:00
seleznevae
58a63f90f2
[A] Add ft_strerror function
2020-02-08 12:15:50 +03:00
seleznevae
085405baa9
[U] Updated dates in license.
2020-02-02 14:26:05 +03:00
seleznevae
8080378736
[U] Updated docs
2020-01-21 19:03:57 +03:00
seleznevae
1ed13718d5
[C] Rename ft_delete_range
to ft_erase_range
2020-01-19 22:06:25 +03:00
seleznevae
e644f0a504
[A] add function ft_delete_range
2020-01-19 13:37:31 +03:00
seleznevae
bd1c28a2cd
[U] Updated future library version
2020-01-10 21:40:06 +03:00
seleznevae
628b509991
[A] Add function ft_row_count
2020-01-10 21:22:41 +03:00
seleznevae
27e1102878
[A] Added adding_strategy
property to the tables
2020-01-08 15:32:06 +03:00
seleznevae
71188fd0fb
[A] Add functions to check if table is empty to the API
2019-12-13 23:30:30 +03:00
seleznevae
ae26b6c83e
[F] Fix undefined behavior due to incorrect usage of isprint
2019-11-28 21:18:03 +03:00
seleznevae
7581165356
[F] Fix incorrect behaviour when using FT_CUR_...
macroses
...
When macroses FT_CUR_ROW, FT_CUR_CELL were used behaviour was
unexpected - properties were not applied. Cause of bug - simple
typo. Also we didn't have tests for usage of these macroses. So
I added them also.
2019-10-25 22:31:14 +03:00
seleznevae
5435b5750b
[C] Added utf-8 example to README
2019-10-06 10:02:41 +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
77a4a1fb4c
[R] Refactoring of c++ API
2019-09-28 11:02:34 +03:00
seleznevae
3d23344450
[A] Added math example
2019-09-21 11:05:16 +03:00
seleznevae
d944b8c364
[F] Fix incorrect behaviour in case of wide east asian symbols
2019-09-08 09:55:56 +03:00
seleznevae
6082281d0e
[F] Fix incorrect ft_u8nwrite
implementation
2019-09-07 12:32:57 +03:00
seleznevae
54654919ab
[D] Deleted commented code
2019-08-29 09:38:37 +03:00
seleznevae
64dbd4c2c4
[C] Enabled wchar_t and utf-8 by default
2019-08-29 09:12:58 +03:00
seleznevae
5bfabee696
[C] Refactoring
2019-08-27 20:55:44 +03:00
seleznevae
218e4d49d8
[C] Updated version
2019-08-27 09:42:43 +03:00
seleznevae
7ebbf7ed19
[C] Code refactoring
2019-08-26 22:51:45 +03:00
seleznevae
3e961b053a
[C] Refactoring for utf-8
2019-08-25 09:23:47 +03:00
seleznevae
ae6757db61
[C] Updated library version
2019-07-26 22:28:31 +03:00
seleznevae
f92e75177c
[C] Updated version in sources
2019-05-26 10:25:09 +03:00
seleznevae
c347bc8230
[C] Updated version information
2019-05-24 22:00:52 +03:00
seleznevae
06623efbcf
[C] Some cleanup
2019-05-24 09:31:10 +03:00
seleznevae
8376ebcb9d
[C] Updated version information
2019-05-24 06:15:54 +03:00
seleznevae
217d66ac33
[A] Added library version to build
2019-05-22 22:42:52 +03:00
seleznevae
6e51592cb6
[C] Updated copyright strings
2019-05-20 21:11:25 +03:00
seleznevae
1af6d5d3c3
[A] Added version macros
2019-05-20 19:26:32 +03:00
seleznevae
dcfe9f2192
[D] Deleted standard versions from cmake
2019-05-19 19:54:26 +03:00
seleznevae
535641cddf
[A] Added more builds
2019-04-27 16:00:20 +03:00
seleznevae
36bdfe707c
Some changes
2019-04-21 12:22:48 +03:00