platform/upstream/efl.git
13 years agofix timer precision handling to do what it was meant to do to begin with
Carsten Haitzler [Tue, 26 Jul 2011 07:01:55 +0000 (07:01 +0000)]
fix timer precision handling to do what it was meant to do to begin with

SVN revision: 61730

13 years agoEcore_X: Add a missing function for getting the count of screens.
Christopher Michael [Tue, 26 Jul 2011 06:44:12 +0000 (06:44 +0000)]
Ecore_X: Add a missing function for getting the count of screens.
Bonus: Added doxy and the @since stuffs (for Tom) ;)

NB: Needed for changes to ecore_evas as that was using xlib
ScreenCount. This way we can just use ecore_x_screen_count_get and not
have to worry if we are xcb/xlib/etc.

SVN revision: 61728

13 years agoEcore_X: Oopsie, don't need those dbg statements anymore.
Christopher Michael [Tue, 26 Jul 2011 05:55:25 +0000 (05:55 +0000)]
Ecore_X: Oopsie, don't need those dbg statements anymore.

SVN revision: 61725

13 years agoEcore_X: Add start of XResource handling for xcb backend (NB: Nowhere
Christopher Michael [Tue, 26 Jul 2011 05:54:01 +0000 (05:54 +0000)]
Ecore_X: Add start of XResource handling for xcb backend (NB: Nowhere
near finished yet). Add working OpenGL for XCB engine.

NB: wrt Opengl...Raster, this is the env var/dlsym version you
requested this morning ;)

NB: Basically what happens is, if you know you do not ever want/use
opengl, you can export ECORE_X_NO_XLIB env variable, and ecore_x will
use pure xcb to establish it's X connection. However, if you do use
OpenGL and this env var is not exported, then ecore_x(cb) will use
XOpenDisplay to init the connection.

SVN revision: 61724

13 years agoEcore_X: Remove 2 fixme's that were bogus, but add one new fixme note
Christopher Michael [Tue, 26 Jul 2011 02:31:13 +0000 (02:31 +0000)]
Ecore_X: Remove 2 fixme's that were bogus, but add one new fixme note

SVN revision: 61723

13 years agoEcore_X: Remove fixme comment (correct as it sits).
Christopher Michael [Tue, 26 Jul 2011 02:21:59 +0000 (02:21 +0000)]
Ecore_X: Remove fixme comment (correct as it sits).

SVN revision: 61722

13 years agoevas: ecore_evas_buffer_new(bla, *very large number*) would crash on memset
Leandro Pereira [Mon, 25 Jul 2011 22:42:54 +0000 (22:42 +0000)]
evas: ecore_evas_buffer_new(bla, *very large number*) would crash on memset

Instead of zeroing out each line of the buffer, zero out the whole buffer "at once".

SVN revision: 61714

13 years ago[evas] Fixing typos on diagram.
Gustavo Lima Chaves [Mon, 25 Jul 2011 18:22:28 +0000 (18:22 +0000)]
[evas] Fixing typos on diagram.

SVN revision: 61701

13 years agoEvas: Fix 'variable undeclared': I assume we wanted the xr rectangle
Christopher Michael [Mon, 25 Jul 2011 10:37:43 +0000 (10:37 +0000)]
Evas: Fix 'variable undeclared': I assume we wanted the xr rectangle
there ? ;)

NB: Fixes building w/ xcb.

SVN revision: 61685

13 years agofix latent onebuf code (was never used before)
Carsten Haitzler [Mon, 25 Jul 2011 10:30:20 +0000 (10:30 +0000)]
fix latent onebuf code (was never used before)

SVN revision: 61684

13 years agoEvas: Fix autofoo wrt building Opengl w/ xcb.
Christopher Michael [Mon, 25 Jul 2011 09:30:12 +0000 (09:30 +0000)]
Evas: Fix autofoo wrt building Opengl w/ xcb.

SVN revision: 61677

13 years agoEcore_Evas: Use ecore_x function(s) for getting window attributes.
Christopher Michael [Mon, 25 Jul 2011 09:29:09 +0000 (09:29 +0000)]
Ecore_Evas: Use ecore_x function(s) for getting window attributes.
Some fixes for OpenGL wrt xcb (minor stuffs).

NB: We already use ecore_x for some things in here, so let's keep
duplicated code down to a minimum and resuse what we already have ;)

SVN revision: 61676

13 years agoemotion: correctly close pipeline on file close, plus minor fix.
Cedric BAIL [Mon, 25 Jul 2011 09:10:44 +0000 (09:10 +0000)]
emotion: correctly close pipeline on file close, plus minor fix.

SVN revision: 61675

13 years agoEvas tests: Added a TODO test.
Tom Hacohen [Mon, 25 Jul 2011 08:37:44 +0000 (08:37 +0000)]
Evas tests: Added a TODO test.

SVN revision: 61672

13 years agoEdje docs: Updated the 'tag' part of the Edc reference.
Tom Hacohen [Mon, 25 Jul 2011 08:26:03 +0000 (08:26 +0000)]
Edje docs: Updated the 'tag' part of the Edc reference.

SVN revision: 61671

13 years agoecore-imf: Fix warnings
Naruto TAKAHASHI [Mon, 25 Jul 2011 07:16:54 +0000 (07:16 +0000)]
ecore-imf: Fix warnings

Signed-off-by: Naruto TAKAHASHI <tnaruto@gmail.com>
SVN revision: 61665

13 years agoEcore_X: Fix CnP when using xcb backend.
Christopher Michael [Sun, 24 Jul 2011 22:19:00 +0000 (22:19 +0000)]
Ecore_X: Fix CnP when using xcb backend.

SVN revision: 61662

13 years agoupdate svn:ignores
Mike Blumenkrantz [Sun, 24 Jul 2011 21:49:49 +0000 (21:49 +0000)]
update svn:ignores

SVN revision: 61659

13 years agomy triumphant return to AUTHORS
Mike Blumenkrantz [Sun, 24 Jul 2011 21:32:54 +0000 (21:32 +0000)]
my triumphant return to AUTHORS

SVN revision: 61658

13 years agopopulate edje.dox.in from edje.dox (was this intentionally empty?), update from AUTHORS
Mike Blumenkrantz [Sun, 24 Jul 2011 21:32:35 +0000 (21:32 +0000)]
populate edje.dox.in from edje.dox (was this intentionally empty?), update from AUTHORS

SVN revision: 61657

13 years agomiddle mouse click now changes cursor location, fixes primary selection paste locatio...
Mike Blumenkrantz [Sun, 24 Jul 2011 21:25:27 +0000 (21:25 +0000)]
middle mouse click now changes cursor location, fixes primary selection paste location bugs

SVN revision: 61656

13 years agoFix rpm build.
Rui Seabra [Sun, 24 Jul 2011 15:36:22 +0000 (15:36 +0000)]
Fix rpm build.

SVN revision: 61652

13 years agoEvil: prepare the 1.0 release. Put (all, evil as well as 'standard' ones) the headers...
Vincent Torri [Sun, 24 Jul 2011 08:51:33 +0000 (08:51 +0000)]
Evil: prepare the 1.0 release. Put (all, evil as well as 'standard' ones) the headers in $includedir/evil-vmaj

SVN revision: 61640

13 years agoEvas tests: Adedd a textblock test for the last bug fix.
Tom Hacohen [Sun, 24 Jul 2011 08:50:46 +0000 (08:50 +0000)]
Evas tests: Adedd a textblock test for the last bug fix.

SVN revision: 61639

13 years agoEvas textblock: Fixed updating of formats position on char_delete.
Tom Hacohen [Sun, 24 Jul 2011 08:50:42 +0000 (08:50 +0000)]
Evas textblock: Fixed updating of formats position on char_delete.

Format offsets got wrong when merging paragraphs.

SVN revision: 61638

13 years agoadded entry,selection,none,request to spite tasn
Mike Blumenkrantz [Sun, 24 Jul 2011 08:36:27 +0000 (08:36 +0000)]
added entry,selection,none,request to spite tasn

SVN revision: 61636

13 years agorenamed to entry,selection,all,request because tasn won't shut up
Mike Blumenkrantz [Sun, 24 Jul 2011 08:05:45 +0000 (08:05 +0000)]
renamed to entry,selection,all,request because tasn won't shut up

SVN revision: 61633

13 years ago+entry,selection,request signal
Mike Blumenkrantz [Sun, 24 Jul 2011 07:59:47 +0000 (07:59 +0000)]
+entry,selection,request signal

SVN revision: 61632

13 years agoadd entry,paste,request,1 and entry,paste,request,3 for different types of pasting
Mike Blumenkrantz [Sun, 24 Jul 2011 07:47:17 +0000 (07:47 +0000)]
add entry,paste,request,1 and entry,paste,request,3 for different types of pasting

SVN revision: 61631

13 years agolink xim module against ecore_x. This patch fixes compilation on mac os x
Vincent Torri [Sun, 24 Jul 2011 00:23:34 +0000 (00:23 +0000)]
link xim module against ecore_x. This patch fixes compilation on mac os x

SVN revision: 61625

13 years agoEIO: Add UNUSED where missing.
Christopher Michael [Sat, 23 Jul 2011 23:15:54 +0000 (23:15 +0000)]
EIO: Add UNUSED where missing.

SVN revision: 61623

13 years agoEthumb: Add a bunch of UNUSED where needed.
Christopher Michael [Sat, 23 Jul 2011 23:12:55 +0000 (23:12 +0000)]
Ethumb: Add a bunch of UNUSED where needed.

SVN revision: 61622

13 years agoEdje: Add UNUSED where needed on the edje_entry obj.
Christopher Michael [Sat, 23 Jul 2011 23:00:14 +0000 (23:00 +0000)]
Edje: Add UNUSED where needed on the edje_entry obj.

SVN revision: 61621

13 years agoEcore_Evas: Use an easier check for If existing ecore_evas is already
Christopher Michael [Sat, 23 Jul 2011 17:37:04 +0000 (17:37 +0000)]
Ecore_Evas: Use an easier check for If existing ecore_evas is already
alpha. No need to do comparisons like this.

SVN revision: 61611

13 years agourl of ecore-con-url is now stringshared
Mike Blumenkrantz [Sat, 23 Jul 2011 03:17:57 +0000 (03:17 +0000)]
url of ecore-con-url is now stringshared

SVN revision: 61607

13 years ago+ecore_con_url_url_get
Mike Blumenkrantz [Sat, 23 Jul 2011 03:14:42 +0000 (03:14 +0000)]
+ecore_con_url_url_get

SVN revision: 61606

13 years agoGroup docs so textblock, line and polygon at least show their functions
Iván Briano [Fri, 22 Jul 2011 14:01:56 +0000 (14:01 +0000)]
Group docs so textblock, line and polygon at least show their functions

SVN revision: 61590

13 years agoevas/evas_object_image.c - reverted to previous
ChunEon Park [Fri, 22 Jul 2011 06:08:04 +0000 (06:08 +0000)]
evas/evas_object_image.c - reverted to previous

Sorry. Need to look more because of the pageflip.

SVN revision: 61579

13 years agoevas/evas_object_image - modified to keep the uv consistency with normal evas_object.
ChunEon Park [Fri, 22 Jul 2011 05:24:16 +0000 (05:24 +0000)]
evas/evas_object_image - modified to keep the uv consistency with normal evas_object.

Although the uv range of normal object is be localized to the it's geometry,

but the uv range of the image object is be localized it's image size but not geometry size.

In that case, user should find out the objects type and set the uv value differently between normal and image

why they do that?

SVN revision: 61577

13 years agoEcore_X: Add some doxy for newly added functions (to keep Tom happy),
Christopher Michael [Thu, 21 Jul 2011 14:05:27 +0000 (14:05 +0000)]
Ecore_X: Add some doxy for newly added functions (to keep Tom happy),
and fix some horrid formatting.

SVN revision: 61562

13 years agoEvas tests: Enabled the textblock relsize item native size test.
Tom Hacohen [Thu, 21 Jul 2011 14:04:55 +0000 (14:04 +0000)]
Evas tests: Enabled the textblock relsize item native size test.

SVN revision: 61561

13 years agoEvas textblock: Fixed native size calculation with relative items.
Tom Hacohen [Thu, 21 Jul 2011 14:04:52 +0000 (14:04 +0000)]
Evas textblock: Fixed native size calculation with relative items.

SVN revision: 61560

13 years agoEvas textblock: Fixed some more line height calculations.
Tom Hacohen [Thu, 21 Jul 2011 14:04:48 +0000 (14:04 +0000)]
Evas textblock: Fixed some more line height calculations.

Some issues were related to SIZE_REL items and some were not.

SVN revision: 61559

13 years agoEvas tests: Added textblock test for the last bugfix.
Tom Hacohen [Thu, 21 Jul 2011 13:00:28 +0000 (13:00 +0000)]
Evas tests: Added textblock test for the last bugfix.

SVN revision: 61558

13 years agoEvas textblock: Fixed relative items size calculation.
Tom Hacohen [Thu, 21 Jul 2011 12:53:39 +0000 (12:53 +0000)]
Evas textblock: Fixed relative items size calculation.

Now they are calculated according to real line height, and not just line
height before this point. Furthermore, this also fixes some issues with
wrapping not being correct.

SVN revision: 61557

13 years agoEcore_X: Add a couple of missing functions to the xlib engine.
Christopher Michael [Thu, 21 Jul 2011 12:09:33 +0000 (12:09 +0000)]
Ecore_X: Add a couple of missing functions to the xlib engine.

NB: These are mainly for systray module so that it can be engine
independant in that it can just use ecore_x calls now, instead of
specific xlib stuff.

SVN revision: 61555

13 years agoemotion: fix buggies, add YUY2 support.
Cedric BAIL [Thu, 21 Jul 2011 10:46:54 +0000 (10:46 +0000)]
emotion: fix buggies, add YUY2 support.

Note: almost working webcam support. Need to detect
when the pipeline need to be playing to know what is in the
stream. Or maybe do that later...

SVN revision: 61550

13 years agoevas: add software YUY2 colorspace converter.
Cedric BAIL [Thu, 21 Jul 2011 10:36:05 +0000 (10:36 +0000)]
evas: add software YUY2 colorspace converter.

NOTE: will shortly learn how to write the corresponding shader and add it soon.

SVN revision: 61548

13 years ago[evas] More love to a given example's text.
Gustavo Lima Chaves [Wed, 20 Jul 2011 17:58:56 +0000 (17:58 +0000)]
[evas] More love to a given example's text.

SVN revision: 61536

13 years agoEvas tests: Added a textblock test to verify the two last fixes.
Tom Hacohen [Wed, 20 Jul 2011 15:45:25 +0000 (15:45 +0000)]
Evas tests: Added a textblock test to verify the two last fixes.

SVN revision: 61531

13 years agoEvas textblock: Fixed removing of format pairs in a rare case (range).
Tom Hacohen [Wed, 20 Jul 2011 15:45:21 +0000 (15:45 +0000)]
Evas textblock: Fixed removing of format pairs in a rare case (range).

Until now, removing the <ps> when <b><ps></b> would have left the
<b></b> intact instead of removing them when using a range delete.

SVN revision: 61530

13 years agoEvas textblock: Fixed removing of format pairs in a rare case.
Tom Hacohen [Wed, 20 Jul 2011 15:45:12 +0000 (15:45 +0000)]
Evas textblock: Fixed removing of format pairs in a rare case.

Until now, removing the <ps> when <b><ps></b> would have left the <b></b>
intact instead of removing them.

SVN revision: 61529

13 years agoEvas tests: Added a textblock test to verify last fix.
Tom Hacohen [Wed, 20 Jul 2011 14:13:36 +0000 (14:13 +0000)]
Evas tests: Added a textblock test to verify last fix.

SVN revision: 61528

13 years agoEvas textblock: Fixed &nbsp; handling.
Tom Hacohen [Wed, 20 Jul 2011 14:13:33 +0000 (14:13 +0000)]
Evas textblock: Fixed &nbsp; handling.

It now translates to a real nbsp, and not just a space.

SVN revision: 61527

13 years agoEvas tests: Adedd more textblock visible formats tests.
Tom Hacohen [Wed, 20 Jul 2011 12:37:08 +0000 (12:37 +0000)]
Evas tests: Adedd more textblock visible formats tests.

SVN revision: 61524

13 years agoevas: fix bug when array was reallocated during walk.
Cedric BAIL [Wed, 20 Jul 2011 11:22:01 +0000 (11:22 +0000)]
evas: fix bug when array was reallocated during walk.

SVN revision: 61523

13 years agoevas: forgotten header.
Cedric BAIL [Wed, 20 Jul 2011 09:23:47 +0000 (09:23 +0000)]
evas: forgotten header.

SVN revision: 61522

13 years agoevas: forgotten revert.
Cedric BAIL [Wed, 20 Jul 2011 09:20:53 +0000 (09:20 +0000)]
evas: forgotten revert.

SVN revision: 61521

13 years agoevas: better patch for preventing infinite loop.
Cedric BAIL [Wed, 20 Jul 2011 09:14:41 +0000 (09:14 +0000)]
evas: better patch for preventing infinite loop.

SVN revision: 61520

13 years agoemotion: add v4l2:// uri scheme for webcam.
Cedric BAIL [Tue, 19 Jul 2011 22:34:54 +0000 (22:34 +0000)]
emotion: add v4l2:// uri scheme for webcam.

SVN revision: 61512

13 years agoefl: fix make dist-check.
Cedric BAIL [Tue, 19 Jul 2011 22:34:17 +0000 (22:34 +0000)]
efl: fix make dist-check.

SVN revision: 61511

13 years agoDiagrams for Ecore_Thread
Iván Briano [Tue, 19 Jul 2011 16:58:15 +0000 (16:58 +0000)]
Diagrams for Ecore_Thread

SVN revision: 61507

13 years agoEvas tests: Added a test to verify last textblock bugfix.
Tom Hacohen [Tue, 19 Jul 2011 15:14:40 +0000 (15:14 +0000)]
Evas tests: Added a test to verify last textblock bugfix.

SVN revision: 61505

13 years agoEvas textblock: Fixed a bug when the last paragraph is empty.
Tom Hacohen [Tue, 19 Jul 2011 14:32:54 +0000 (14:32 +0000)]
Evas textblock: Fixed a bug when the last paragraph is empty.

SVN revision: 61504

13 years agoEvas tests: Added another textblock format removal test.
Tom Hacohen [Tue, 19 Jul 2011 13:43:20 +0000 (13:43 +0000)]
Evas tests: Added another textblock format removal test.

SVN revision: 61503

13 years agoEvas tests: Added some format removal tests.
Tom Hacohen [Tue, 19 Jul 2011 13:19:18 +0000 (13:19 +0000)]
Evas tests: Added some format removal tests.

SVN revision: 61502

13 years agofix pack_set of evas table (fix to added feature already in changelog)
Carsten Haitzler [Tue, 19 Jul 2011 11:24:34 +0000 (11:24 +0000)]
fix pack_set of evas table (fix to added feature already in changelog)

SVN revision: 61501

13 years agoEdje text: Fixed a bug with text ellipsis being off by 1.
Tom Hacohen [Tue, 19 Jul 2011 11:21:35 +0000 (11:21 +0000)]
Edje text: Fixed a bug with text ellipsis being off by 1.

SVN revision: 61500

13 years agoEdje entry: Emit signals for undo/redo.
Tom Hacohen [Tue, 19 Jul 2011 08:08:16 +0000 (08:08 +0000)]
Edje entry: Emit signals for undo/redo.

SVN revision: 61493

13 years agoAdd missing images
Iván Briano [Mon, 18 Jul 2011 22:39:13 +0000 (22:39 +0000)]
Add missing images

SVN revision: 61490

13 years ago[evas] Fixing oopsies on text/image object docs.
Gustavo Lima Chaves [Mon, 18 Jul 2011 21:45:14 +0000 (21:45 +0000)]
[evas] Fixing oopsies on text/image object docs.
Text needed an explanation and citation to the .c example and large
images explaining borders were prettyfied on html docs.

SVN revision: 61488

13 years agoImages and more Map stuff
Iván Briano [Mon, 18 Jul 2011 21:06:56 +0000 (21:06 +0000)]
Images and more Map stuff

SVN revision: 61486

13 years agoecore/doc - Add some @htmlonly guards.
Rafael Antognolli [Mon, 18 Jul 2011 18:26:35 +0000 (18:26 +0000)]
ecore/doc - Add some @htmlonly guards.

SVN revision: 61485

13 years agoEdje entry: Removed redundant func call and 2 comments.
Tom Hacohen [Mon, 18 Jul 2011 15:25:03 +0000 (15:25 +0000)]
Edje entry: Removed redundant func call and 2 comments.

SVN revision: 61481

13 years agoEcore: copy images to latex doc dir so we can create PDF.
Jonas M. Gastal [Mon, 18 Jul 2011 14:03:23 +0000 (14:03 +0000)]
Ecore: copy images to latex doc dir so we can create PDF.

SVN revision: 61480

13 years ago0 byte sreads are not so important - try again next time.
Carsten Haitzler [Mon, 18 Jul 2011 10:34:25 +0000 (10:34 +0000)]
0 byte sreads are not so important - try again next time.

SVN revision: 61477

13 years agoEvas text: Fixed text_props_index_find and added props_cluster_next/prev.
Tom Hacohen [Mon, 18 Jul 2011 07:41:27 +0000 (07:41 +0000)]
Evas text: Fixed text_props_index_find and added props_cluster_next/prev.

SVN revision: 61469

13 years agoEvas text: Made text_props_index_find faster.
Tom Hacohen [Mon, 18 Jul 2011 07:41:21 +0000 (07:41 +0000)]
Evas text: Made text_props_index_find faster.

SVN revision: 61468

13 years agoevas/evas_engine - patched by Seung-Soo Woo <om101.woo@samsung.com>
ChunEon Park [Mon, 18 Jul 2011 05:32:06 +0000 (05:32 +0000)]
evas/evas_engine - patched by Seung-Soo Woo <om101.woo@samsung.com>

Dear all,

eng_image_stride_get() of gl backend get fault stride value.
In case of using dynamic image, it get from dyn.w*4.
But, dyn.stride was already got from secsym_eglGetImageAttribSEC() in _pool_tex_dynamic_new().
dyn.stride can be changed according to DDK.
So, the stride needs to get from dyn.stride.

Please find enclosed file.

Thanks.

SVN revision: 61463

13 years agoecore: Make test more asserty
Mike McCormack [Mon, 18 Jul 2011 00:20:00 +0000 (00:20 +0000)]
ecore: Make test more asserty

Following on from suggestion by Vincent Torri.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61461

13 years agoecore: Use ecore_pipe in ecore_test
Mike McCormack [Mon, 18 Jul 2011 00:19:51 +0000 (00:19 +0000)]
ecore: Use ecore_pipe in ecore_test

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61460

13 years agoecore: Put config.h first
Mike McCormack [Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)]
ecore: Put config.h first

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61459

13 years agoemotion: improve debugging.
Cedric BAIL [Mon, 18 Jul 2011 00:17:21 +0000 (00:17 +0000)]
emotion: improve debugging.

SVN revision: 61456

13 years agoemotion: don't forget requirement.
Cedric BAIL [Sun, 17 Jul 2011 22:04:11 +0000 (22:04 +0000)]
emotion: don't forget requirement.

SVN revision: 61455

13 years agoemotion: always forgot that damn svn add !
Cedric BAIL [Sun, 17 Jul 2011 21:58:40 +0000 (21:58 +0000)]
emotion: always forgot that damn svn add !

SVN revision: 61454

13 years agoemotion: remove useless code.
Cedric BAIL [Sun, 17 Jul 2011 21:39:26 +0000 (21:39 +0000)]
emotion: remove useless code.

SVN revision: 61453

13 years agoemotion: add webcam detection, cleanup code and add timing detection.
Cedric BAIL [Sun, 17 Jul 2011 21:38:54 +0000 (21:38 +0000)]
emotion: add webcam detection, cleanup code and add timing detection.

SVN revision: 61452

13 years agoEvas textblock: Adjusted textblock_item_text struct fields.
Tom Hacohen [Sun, 17 Jul 2011 13:42:55 +0000 (13:42 +0000)]
Evas textblock: Adjusted textblock_item_text struct fields.

Removed the unused per-item baseline and changed inset to Evas_Coord.

SVN revision: 61443

13 years agoEvas textblock: Fixed inline valign.
Tom Hacohen [Sun, 17 Jul 2011 13:42:51 +0000 (13:42 +0000)]
Evas textblock: Fixed inline valign.

SVN revision: 61442

13 years agoEvas tests: Enabled mixed wrap tests now that it's fixed.
Tom Hacohen [Sun, 17 Jul 2011 11:15:23 +0000 (11:15 +0000)]
Evas tests: Enabled mixed wrap tests now that it's fixed.

SVN revision: 61441

13 years agoEvas textblock: Fixed a bug in mixed wrapping mode.
Tom Hacohen [Sun, 17 Jul 2011 11:15:18 +0000 (11:15 +0000)]
Evas textblock: Fixed a bug in mixed wrapping mode.

SVN revision: 61440

13 years agoecore_con : fix compilation on Windows
Vincent Torri [Sun, 17 Jul 2011 11:11:25 +0000 (11:11 +0000)]
ecore_con : fix compilation on Windows

SVN revision: 61439

13 years agoEvas textblock: Fixed linegap.
Tom Hacohen [Sun, 17 Jul 2011 10:48:05 +0000 (10:48 +0000)]
Evas textblock: Fixed linegap.

SVN revision: 61438

13 years agoEvas tests: Added a textblock test that emulates edje's min size calc.
Tom Hacohen [Sun, 17 Jul 2011 10:48:01 +0000 (10:48 +0000)]
Evas tests: Added a textblock test that emulates edje's min size calc.

Currently mixed wrapping is disabled, because something is wrong there,
but word and char work. This also tests the bugs fixed in previous commits.

SVN revision: 61437

13 years agoEvas textblock: Fixed a bug in RELSIZE items size calculation.
Tom Hacohen [Sun, 17 Jul 2011 10:47:58 +0000 (10:47 +0000)]
Evas textblock: Fixed a bug in RELSIZE items size calculation.

SVN revision: 61436

13 years agoEvas text: Added _text_props_cluster_next.
Tom Hacohen [Sun, 17 Jul 2011 10:47:54 +0000 (10:47 +0000)]
Evas text: Added _text_props_cluster_next.

Started using it in tb.

SVN revision: 61435

13 years agoEvas textblock: Fixed an issue with item formats.
Tom Hacohen [Sun, 17 Jul 2011 10:47:39 +0000 (10:47 +0000)]
Evas textblock: Fixed an issue with item formats.

They weren't pushed to the format stack which in turn meant </item> popped
unrelated formats causing a mess in the stack.

SVN revision: 61434

13 years agoEmbryo:
Vincent Torri [Sat, 16 Jul 2011 23:19:02 +0000 (23:19 +0000)]
Embryo:

* remove all occurences of cegcc (not supported anymore)
* fix unistd.h guards
* remove useless headers in embryo_cc_prefix.c

SVN revision: 61433

13 years agoeet_main.c : use correct guards
Vincent Torri [Sat, 16 Jul 2011 22:51:44 +0000 (22:51 +0000)]
eet_main.c : use correct guards

SVN revision: 61432

13 years agoEcore_X: Use Eina_Bool for unsigned char.
Christopher Michael [Sat, 16 Jul 2011 19:17:24 +0000 (19:17 +0000)]
Ecore_X: Use Eina_Bool for unsigned char.

SVN revision: 61431