Commit Graph

14 Commits

Author SHA1 Message Date
ChunEon Park 71840e45d5 elementary - sorry i pushed together which should not be
SVN revision: 78654
2012-10-30 13:11:53 +00:00
Seunggyun Kimsgyun.kim 87635d081e RE: [E-devel] [Patch] Align of Elm_Notify
I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>



SVN revision: 78653
2012-10-30 13:09:33 +00:00
Carsten Haitzler d76345fc8a use profate atof that fixes up locale issues for string -> float
conversion.



SVN revision: 70485
2012-04-26 03:32:18 +00:00
Mike McCormack 2e37317cbc elementary: Fix a warning
Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 66307
2011-12-17 20:45:00 +00:00
Tom Hacohen 26098d66ba Elm entry: Use the new textblock functions for markup<->utf8.
SVN revision: 66256
2011-12-15 13:03:58 +00:00
Tom Hacohen 35ab6406f9 Elm util: change text_to_mkup to use textblock_text_utf8_to_markup.
SVN revision: 66201
2011-12-14 15:12:08 +00:00
Tom Hacohen dd215282c7 Elm entry: Adjust the conversion funcs to use the new tags.
SVN revision: 66199
2011-12-14 15:11:55 +00:00
Tom Hacohen f38430a2d8 Elm: Update the lib to use the new self-closing textblock tags.
SVN revision: 66035
2011-12-08 15:13:14 +00:00
Mike Blumenkrantz b4ca9b3eee fix parsing <br /> tags in markup_to_utf8
SVN revision: 65630
2011-11-28 03:09:24 +00:00
Tom Hacohen eb039ddbda Elm util: Fixed a bug in _elm_util_mkup_to_text.
SVN revision: 62180
2011-08-07 12:13:47 +00:00
Tom Hacohen e4720e5643 Elementary util: Fix possible invalid read in _elm_util_mkup_to_text.
Patch by WooHyun Jung.

SVN revision: 58795
2011-04-21 12:09:43 +00:00
ChunEon Park 22588576be elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces
SVN revision: 58249
2011-04-01 11:20:18 +00:00
Carsten Haitzler c1a90b065a safe strncpy.
SVN revision: 55651
2010-12-20 06:42:03 +00:00
Carsten Haitzler 9b7a05755b move mkup to/from text calls to elm_util.c in preparation for some
patches.



SVN revision: 55649
2010-12-20 06:05:09 +00:00