aboutsummaryrefslogtreecommitdiffstats
path: root/legacy/evas/src/lib/canvas/evas_object_text.c
Commit message (Expand)AuthorAgeFilesLines
* merge: and now EvasVincent Torri2012-11-041-2166/+0
* evas/proxy - rename variables to be shorter.ChunEon Park2012-10-251-1/+1
* evas/events - use Eina_BoolChunEon Park2012-10-221-1/+3
* evas/proxy - skip the events on invisible source obj.ChunEon Park2012-10-221-2/+3
* evas/proxy - update rendering when source visibility is switching.ChunEon Park2012-10-191-1/+1
* evas: remove as many call as easily possible to eo_data_get.Cedric BAIL2012-10-101-13/+10
* eo: changes made for the support of the Eo conceptDaniel Zaoui2012-10-091-467/+695
* Evas: Revert "Evas: tabs --> spaces"Tom Hacohen2012-08-261-124/+124
* Evas: tabs --> spacesVincent Torri2012-08-231-124/+124
* evas: fix evas map life cycle.Cedric BAIL2012-07-171-1/+1
* adjust default memprool alloc sizes. too big imho.Carsten Haitzler2012-06-171-1/+1
* Evas font: Support no bidi no shaping mode in font rendering.Tom Hacohen2012-06-121-1/+1
* fix bvitmap font handling. woot. can use pcf's and bitmap ttf's well nCarsten Haitzler2012-06-101-1/+1
* evas/map - fixed afterimage problem. now we don't need work-around code anymore.ChunEon Park2012-05-301-4/+3
* Evas object text: Make the object size big enough to show the whole text.Tom Hacohen2012-05-291-1/+5
* evas: remove EVAS_FRAME_QUEUING.Cedric BAIL2012-04-261-8/+0
* evas: par_len is only used with BIDI_SUPPORTSebastian Dransfeld2012-01-181-2/+2
* evas - supplemented more cases for object_freeze_events completion.ChunEon Park2011-10-311-20/+22
* Evas text: Set the object's size according to the advance, not width.Tom Hacohen2011-08-161-32/+2
* Evas font+textblock: Stopped using FcNameParse, parse ourselves.Tom Hacohen2011-08-011-17/+20
* Evas: Stopped using the typo enum EVAS_BIDI_DIRECTION_NATURAL.Tom Hacohen2011-07-131-3/+3
* Evas: Moved font functions from object_text.c to font_dir.cTom Hacohen2011-07-131-153/+0
* Evas text: Fixed a bug with char_coords_get searching at the wrong x.Tom Hacohen2011-07-121-1/+1
* Evas text: Fixed a bug in evas_object_text_char_pos_get - wrong X returned.Tom Hacohen2011-07-121-1/+4
* Evas text: Fix ellipsis bidi, broke it a couple of days ago.Tom Hacohen2011-06-011-2/+3
* Evas text/textblock: Fixed warnings when frame_quening is on.Tom Hacohen2011-05-301-2/+2
* Evas text/textblock: init cur_fi to NULL.Tom Hacohen2011-05-301-1/+1
* Evas text/textblock: Check we actually found a font instance.Tom Hacohen2011-05-301-1/+1
* Evas font-engine: Added two font opaque types.Tom Hacohen2011-05-291-39/+39
* Evas font-engine: Fixed font fallback in the same script run.Tom Hacohen2011-05-291-20/+32
* Evas text: clean up evas_text_style_pad_get a bit further.Tom Hacohen2011-05-091-99/+99
* Evas text: Made evas_text_style_pad_get faster.Tom Hacohen2011-05-081-51/+67
* Evas text: Don't save unicode text, no use for it.Tom Hacohen2011-05-041-11/+5
* Evas font-engine: Remove passing of strings to font_draw.Tom Hacohen2011-05-021-1/+1
* Evas text: Move the shadow calculations out of the loop.Tom Hacohen2011-04-291-70/+74
* Evas text/textblock: Change item size calculation to use advance again.Tom Hacohen2011-04-201-2/+2
* Evas text/textblock: Add setting bidi_delimiter API.Tom Hacohen2011-04-141-1/+39
* Evas bidi: Added a way to ask for bidi segmentation indexes.Tom Hacohen2011-04-141-1/+1
* Evas bidi: Add len parameter to evas_bidi_paragraph_props_getTom Hacohen2011-04-131-1/+1
* fix slowdown - drew empty shadow when didnt need to.Carsten Haitzler2011-04-131-55/+62
* Evas font-engine: *text_props_script_set add parameter len.Tom Hacohen2011-04-131-1/+1
* many more shadow options (8 shadow directions now)Carsten Haitzler2011-04-111-89/+166
* doxy move to header.Carsten Haitzler2011-04-081-361/+1
* Evas font-engine: Remove most of the passing of strings.Tom Hacohen2011-04-071-5/+5
* Evas Textblock/text: Add clipping until we fix inset handling.Tom Hacohen2011-03-291-0/+6
* Evas Textblock/text: Fix rendering outsize of zone and speed things up.Tom Hacohen2011-03-291-2/+2
* fix bug with prev/cur text state access in text obj for utf8 string.Carsten Haitzler2011-02-211-13/+5
* Evas encoding: Removed Evas_Encoding and moved to eina_unicode_utf8* instead.Tom Hacohen2011-02-161-5/+5
* * evas: prevent early death of stringshare.Cedric BAIL2011-02-151-4/+3
* Evas text: Fixed compilation warning introduced in last commit.Tom Hacohen2011-02-101-1/+0