summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_text.c
Commit message (Expand)AuthorAgeFilesLines
...
* Evas Text: Fix width of BiDi textMinwoo, Lee2016-07-111-1/+21
* evas: Add & fix legacy APIs for text filtersJean-Philippe Andre2016-06-291-2/+4
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-28/+29
* Evas: Rename Evas.Filter to Efl.Canvas.Filter.InternalJean-Philippe Andre2016-06-101-5/+5
* Efl gfx: Remove the no longer needed .Base hack.Tom Hacohen2016-05-101-1/+1
* Evas filters: Simplify evas_filter_dirtyJean-Philippe Andre2016-03-151-0/+3
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-2/+1
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+2
* Manually fix extra eo_do calls that were added after I migratedTom Hacohen2016-03-031-2/+2
* Fix migration script mistakes and compilation warnings.Tom Hacohen2016-03-031-1/+0
* Automatic migration to Eo4.Tom Hacohen2016-03-031-26/+22
* Evas text: Add legacy filter APIsJean-Philippe Andre2016-03-021-0/+12
* Efl.Gfx.Filter: Rework APIs and mark as stableJean-Philippe Andre2016-03-021-7/+7
* Evas Filter: Use Eo.Base.constructor in the mixinJean-Philippe Andre2016-02-261-3/+0
* Evas Text: Update text layout when ellipsis is changed without resizeYoungbok Shin2016-02-161-3/+4
* Evas text: set NULL free'd pointers in evas_object_text_free()Youngbok Shin2016-02-151-0/+8
* Evas: Use proper language for harfbuzz shapingYoungbok Shin2016-02-041-1/+2
* Evas Text/Textblock: Use locale for lang as default.Youngbok Shin2016-02-021-0/+3
* Evas filter: Rename constructor/destructor to ctor/dtorJean-Philippe Andre2016-01-131-2/+2
* EFL: Mark EOLIAN functions as static when possibleJean-Philippe Andre2016-01-131-4/+4
* Evas text: Fix Evas Text truncated text case.Youngbok Shin2015-12-091-12/+21
* evas: Fix text effect which has shadow directionMinwoo, Lee2015-11-231-3/+7
* Evas object: Add paragraph_direciton APIsYoungbok Shin2015-11-191-4/+122
* Evas text: Fix last up to pos error return value.Tom Hacohen2015-11-181-3/+2
* Evas text: Remove useless FIXME.Tom Hacohen2015-11-181-1/+0
* Evas text: Fix memory leakSubodh Kumar2015-11-181-1/+4
* Evas text: Remove fixme markerSubodh Kumar2015-11-171-1/+0
* Evas text: Remove tabs for readabilitySubodh Kumar2015-11-171-90/+94
* Evas text: Change bitfield bool types to Eina_Bool.Tom Hacohen2015-11-121-2/+2
* Evas Text: avoid SIGSEV while ellipsis recalculationVitalii Vorobiov2015-11-041-10/+16
* evas: fix memory leak.Subodh Kumar2015-10-201-0/+1
* evas: fix missing render2_walk initializersDaniel Kolesa2015-07-211-0/+1
* eolian/generator: constify all prototypes for @const functionsDaniel Kolesa2015-06-251-4/+4
* Evas filters: Add @protected tag where applicableJean-Philippe Andre2015-06-251-0/+2
* Evas filters: Remove overrides of methods from Evas.FilterJean-Philippe Andre2015-06-251-26/+0
* Evas filters: Add name to the filtersJean-Philippe Andre2015-06-251-6/+5
* Evas filters: Complete support for image filteringJean-Philippe Andre2015-06-251-13/+18
* Evas filters: EO-ify the filters APIJean-Philippe Andre2015-06-251-500/+109
* Edje/evas filters: Add filter.source supportJean-Philippe Andre2015-06-251-18/+20
* Evas filters: Pass edje state name & value to the filtersJean-Philippe Andre2015-06-251-4/+58
* Evas filters: Implement __index for Lua buffer objectsJean-Philippe Andre2015-06-251-1/+1
* Evas filters: Pass text colors to the parserJean-Philippe Andre2015-06-251-16/+22
* Evas filters: Fix runtime, allow state change on the flyJean-Philippe Andre2015-06-251-1/+0
* Evas filters: Add internal function _program_runJean-Philippe Andre2015-06-251-4/+4
* evas: move evas_object_inject to super's ctorDaniel Hirt2015-06-111-5/+0
* Eo: Add a return value to eo_constructor().Tom Hacohen2015-05-201-2/+4
* efl: add Efl.Gfx.Base and fix inheritance for Evas_Object.Cedric BAIL2015-04-031-5/+5
* evas: Add safety check for NULL pointer of clipper.Youngbok Shin2015-03-241-5/+8
* evas: Support bitmap embedded color font.Youngbok Shin2015-03-191-0/+8
* Fix code to conform to recent Eo changes.Tom Hacohen2015-02-231-1/+2