efl/src/lib/evas/canvas
Daniel Zaoui aa488588d8 evas: Fix Evas Object Text when LTR and RTL are used together.
When harfbuzz is enabled, RTL text (arabic, hebrew...) is displayed differently
if the paragraph begins with or without LTR.
The problem was related to the function evas_common_language_script_type_get
and a wrong offset given as parameter to this function.

Thanks to EunYoung Kim for having found this bug.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
2013-02-19 10:05:46 +02:00
..
common_interfaces.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_async_events.c evas/async_events: missed counting fix in unblocking _process() 2013-01-15 18:00:15 +00:00
evas_callbacks.c protect against a whole bunch of NULLS that the new eo stuff brings out. 2012-11-12 02:22:39 +00:00
evas_clip.c efl: move Evas_Object map data to there own Eina_Cow pointer. 2013-01-22 03:56:00 +00:00
evas_common_interface.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_data.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_device.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_events.c Add missed code. This is related to r83501. 2013-02-15 06:48:07 +00:00
evas_focus.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_font_dir.c evas: Stop initializing and shutting Fontconfig down 2013-02-04 15:37:41 +00:00
evas_gl.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_key.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_key_grab.c evas - Re: [E-devel] [PATCH] [EVAS] evas_object_key_grab add check for same modifiers 2012-11-23 15:30:38 +00:00
evas_layer.c protect against a whole bunch of NULLS that the new eo stuff brings out. 2012-11-12 02:22:39 +00:00
evas_main.c efl/evas: roll in Eina_Cow for Evas_Object_Image cur/prev. 2013-01-28 00:28:53 +00:00
evas_map.c efl/evas: don't over write when not needed. 2013-01-24 01:43:03 +00:00
evas_name.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_box.c Replace supported_types 2013-02-10 07:52:17 +00:00
evas_object_grid.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_image.c More removal of \r 2013-02-17 14:53:25 -03:00
evas_object_inform.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_intercept.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_line.c evas - removed unnecessary lines. 2013-01-02 11:56:20 +00:00
evas_object_main.c Replace supported_types 2013-02-10 07:52:17 +00:00
evas_object_polygon.c evas: fix typo and unbreak rendering of polygons. 2013-02-18 11:53:48 +09:00
evas_object_rectangle.c efl: move Evas_Object map data to there own Eina_Cow pointer. 2013-01-22 03:56:00 +00:00
evas_object_smart.c efl/evas: let's not be lazy and put smart related data only in smart object. 2013-02-12 08:58:59 +00:00
evas_object_smart_clipped.c Replace supported_types 2013-02-10 07:52:17 +00:00
evas_object_table.c Replace supported_types 2013-02-10 07:52:17 +00:00
evas_object_text.c evas: Fix Evas Object Text when LTR and RTL are used together. 2013-02-19 10:05:46 +02:00
evas_object_textblock.c textblock: Added native and formatted sizes to clouseau. 2013-02-15 17:19:29 +00:00
evas_object_textgrid.c efl: let's not do useless over allocation and memcpy. 2013-01-16 10:45:04 +00:00
evas_rectangle.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_render.c evas: Rename evas_font_zero_presure() 2013-02-04 15:33:38 +00:00
evas_smart.c Some KlocWork fixes. 2012-12-05 06:25:49 +00:00
evas_stack.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_stats.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_touch_point.c merge: and now Evas 2012-11-04 11:51:42 +00:00