summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_textblock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Evas textblock: fix wrong hyphenation issues with non UTF8 encoded dictionaryYoungbok Shin2018-05-061-0/+17
* evas textblock: fix double free issue from user style push/pop and freeYoungbok Shin2018-05-061-0/+25
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-1/+1
* tests: move to using checked fixtures for all test suitesMike Blumenkrantz2018-04-051-1/+0
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-051-44/+44
* Canvas image: add Efl.Canvas.Text.Factory + use in Ui.TextDaniel Hirt2018-01-181-6/+6
* fix evas test suite to now init both ecore and evas.... correctly.Carsten Haitzler (Rasterman)2018-01-051-1/+1
* Canvas text: fix width calculation with style effectsDaniel Hirt2017-11-101-0/+19
* Canvas text: update style pad when no format nodes are presentDaniel Hirt2017-11-101-0/+15
* evas textblock: handle ellipsis when text's height exceed its area by "br"Youngbok Shin2017-11-061-0/+9
* efl: Use Eina.Size2D for Efl.Gfx.sizeJean-Philippe Andre2017-09-181-1/+1
* Canvas text: fix non-dirty paragraph width calculationDaniel Hirt2017-08-291-0/+10
* Text: move Annotation type to Efl.Text.Annotate namespaceDaniel Hirt2017-07-171-2/+2
* Efl text: replace all usages of cursor handle to same typeDaniel Hirt2017-07-171-2/+2
* evas: Add a test case with a custom fontJean-Philippe Andre2017-07-111-1/+1
* evas textblock: fix evas test suite build errorsYoungbok Shin2017-06-121-36/+36
* Canvas text cursor: move to Efl.Canvas.Text namespaceDaniel Hirt2017-06-111-10/+10
* Evas textblock: fix width calculation of non-dirty paragraphsDaniel Hirt2017-05-231-0/+14
* Canvas text: fix ellipsis RTL handlingDaniel Hirt2016-08-311-0/+23
* Canvas text: fix range geometry calculation for RTLDaniel Hirt2016-07-311-0/+9
* Canvas text: fix corner case in range geometry calcDaniel Hirt2016-07-111-0/+9
* Evas textblock: Apply scale factor to <linesize>, <linegap> formatsYoungbok Shin2016-07-111-2/+26
* Canvas text cursor: fix bug after code portDaniel Hirt2016-07-031-0/+29
* Canvas text: revert new behavior on text appendDaniel Hirt2016-06-211-6/+2
* Canvas test: remove style test for nowDaniel Hirt2016-06-161-45/+0
* Canvas Text: continue porting api and fixup bugsDaniel Hirt2016-06-161-23/+6
* Canvas text cursor: introduce this new objectTom Hacohen2016-06-161-70/+81
* Canvas text: introduce new text objectDaniel Hirt2016-06-161-6/+393
* Evas: Add API to reinit the language and use it in elementary.Youngbok Shin2016-04-081-2/+23
* Evas textblock: fix null-derefernce in _style_match_tag()Jiwon Kim2016-03-241-0/+8
* Evas font: fix width calc in last_up_to_posDaniel Hirt2016-03-231-0/+14
* Evas textblock tests: Fix wrong test suite tests.Tom Hacohen2016-02-261-2/+2
* Test rework #20: EvasVincent Torri2016-02-161-4/+2
* Evas textblock: Disable hyphenation tests when hyphenation is disabled.Tom Hacohen2016-02-121-0/+4
* Evas Textblock: Fix ellipsis when textblock is resized to formatted h.Youngbok Shin2016-01-041-0/+10
* Evas textblock: Use width of item format to position cursor.Subodh Kumar2015-12-171-1/+13
* Evas Textblock: Fix NULL dereferencing issueYoungbok Shin2015-12-131-0/+8
* Evas textblock: add missing test fontsDaniel Hirt2015-12-101-1/+1
* Evas textblock: improve and fix line range rectanglesDaniel Hirt2015-12-081-0/+169
* Evas textblock: fix evas_textblock_cursor_line_setDaniel Hirt2015-12-071-0/+19
* evas: fix double free.Cedric BAIL2015-12-021-14/+0
* Evas textblock: fix height on line wrappingDaniel Hirt2015-12-021-0/+9
* Evas Textblock: Fix text disappear issue when text is made up with multiple i...Youngbok Shin2015-12-021-0/+31
* Evas textblock: add hyphenation testsDaniel Hirt2015-11-241-0/+67
* Evas object: Add paragraph_direciton APIsYoungbok Shin2015-11-191-1/+193
* Evas textblock: fix bad deletion in test caseDaniel Hirt2015-11-171-3/+0
* evas textblock: fixed ascent/descent calculationMinwoo, Lee2015-11-131-0/+21
* Evas textblock: Clear unused paragraphsDaniel Hirt2015-07-141-0/+19
* Evas Textblock: Add obstacle objects featureDaniel Hirt2015-07-011-0/+88
* Evas textblock: Fix infinite loop caseDaniel Hirt2015-06-291-0/+7