1
0
Fork 0
Commit Graph

555 Commits

Author SHA1 Message Date
seleznevae 3dff45bd73 [F] Fix evaluation of max buffer width for column of the table 2020-02-05 23:04:21 +03:00
seleznevae d87f5c6215 [A] Add regression test for c++ API 2020-02-05 22:00:35 +03:00
seleznevae c596d156d3 [A] Add changelog entry 2020-02-04 22:18:37 +03:00
seleznevae 3cc961f958 [F] Fix incorrect cell width evaluation in case of invisible symbols 2020-02-04 22:17:25 +03:00
seleznevae 085405baa9 [U] Updated dates in license. 2020-02-02 14:26:05 +03:00
seleznevae 0261de5b18 [A] Add description with cmake integration 2020-02-01 22:55:26 +03:00
seleznevae 61ec03f828 [A] Add more test cases for windows and fix compilation. 2020-02-01 17:45:16 +03:00
seleznevae 0430da4163 [A] Added tutorial from github wiki to repository 2020-01-30 19:11:36 +03:00
seleznevae 77ad49daeb [C] Refactor of code that uses vectors 2020-01-25 22:44:42 +03:00
seleznevae d8a9eaa77a [F] Fix `ft_erase_range` behaviour with separators 2020-01-22 22:20:52 +03:00
Seleznev Anton 5547d3abe2
Merge pull request #32 from seleznevae/issue-31
[A] add function `ft_erase_range`
2020-01-21 19:34:48 +03:00
seleznevae 8080378736 [U] Updated docs 2020-01-21 19:03:57 +03:00
seleznevae 4871105b0f [F] Fix compilation error 2020-01-19 22:24:17 +03:00
seleznevae 1ed13718d5 [C] Rename `ft_delete_range` to `ft_erase_range` 2020-01-19 22:06:25 +03:00
seleznevae 4e922a7eca [F] Fix compilation error 2020-01-19 13:50:00 +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
Seleznev Anton 85f275e41c
Merge pull request #30 from seleznevae/issue-26_2
[A] Add function `ft_row_count`
2020-01-10 21:36:25 +03:00
seleznevae 628b509991 [A] Add function `ft_row_count` 2020-01-10 21:22:41 +03:00
Seleznev Anton c81d23e468
Merge pull request #29 from seleznevae/issue-28
[A] Added `adding_strategy` property to the tables
2020-01-08 16:03:11 +03:00
seleznevae 0b9b7a8810 [F] Fix compilation error 2020-01-08 15:47:58 +03:00
seleznevae 27e1102878 [A] Added `adding_strategy` property to the tables 2020-01-08 15:32:06 +03:00
Seleznev Anton 7d313ee078
Merge pull request #27 from seleznevae/issue-26
[A] Add functions to check if table is empty to the API
2019-12-14 08:02:10 +03:00
seleznevae 91f1ab2a7f [U] Updated docs 2019-12-14 00:30:25 +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 f17f150e43 [F] Fix tests 2019-12-03 20:54:34 +03:00
seleznevae 067e0ad9a3 Merge remote-tracking branch 'origin/master' into develop 2019-12-03 20:50:04 +03:00
Seleznev Anton f53ab6b3c0
Merge pull request #24 from eriklax/patch-1
Simple style has a rounded corner
2019-12-03 20:48:08 +03:00
Erik Lax cb43943c0a
Simple style has a rounded corner 2019-12-03 09:32:43 +01:00
Seleznev Anton 3ec64691ca
Merge pull request #23 from seleznevae/wchar-mk_wcwidth
[R] Rewrote `mk_wcwidth` function
2019-12-01 16:45:44 +03:00
seleznevae b9cd4ad8c5 [F] Fix typo 2019-12-01 15:19:59 +03:00
seleznevae 9266befd39 [R] Rewrote `mk_wcwidth` function 2019-12-01 15:14:28 +03:00
seleznevae 1e2d9611cf [F] Fix tcc package installation 2019-11-30 15:26:15 +03:00
seleznevae bcce3c12cc [A] Add build with tcc to CI 2019-11-30 15:09:40 +03:00
seleznevae c3f9f302a3 [F] Fix compilation for tcc 2019-11-29 23:40:06 +03:00
Seleznev Anton 5731d45ae1
Merge pull request #21 from seleznevae/ctype-functions-#20
[F] Fix undefined behavior due to incorrect usage of isprint
2019-11-28 21:31:28 +03:00
seleznevae ae26b6c83e [F] Fix undefined behavior due to incorrect usage of isprint 2019-11-28 21:18:03 +03:00
seleznevae 71455ee761 [C] Uncommented coveralls 2019-10-26 10:52:29 +03:00
seleznevae 461a0fc63c [T] Temporary commented astyle 2019-10-26 10:47:25 +03:00
seleznevae 8850b74303 [T] Temporary commented coverall 2019-10-26 10:43:24 +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 6a311267a5 [U] Updated wandbox link 2019-10-06 11:26:25 +03:00
seleznevae 8fade0b726 [U] Updated examples 2019-10-06 10:38:42 +03:00
seleznevae d04597bd41 [F] Fixed compilation on windows 2019-10-06 10:07:27 +03:00
seleznevae 5435b5750b [C] Added utf-8 example to README 2019-10-06 10:02:41 +03:00
seleznevae 587f0a1314 [F] Fixed contributing.md 2019-10-03 23:14:55 +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 4e70d08b22 [C] Fixed examples for windows 2019-09-28 11:11:37 +03:00
seleznevae 77a4a1fb4c [R] Refactoring of c++ API 2019-09-28 11:02:34 +03:00
seleznevae ba679b68ce [R] Refactoring of cpp examples 2019-09-22 10:27:47 +03:00