profile/ivi/evas.git
12 years agoevas evas_name.c: Fixed indentation.
seoz [Wed, 14 Sep 2011 04:41:12 +0000 (04:41 +0000)]
evas evas_name.c: Fixed indentation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Add simple .Xdefaults files parsing to get DPI.
devilhorns [Thu, 8 Sep 2011 21:49:45 +0000 (21:49 +0000)]
Evas: Add simple .Xdefaults files parsing to get DPI.

NB: Xcb has no support (yet) for dealing with xrdb (Xresource
database), so add a simple parser to read an .Xdefaults file and get
things like xft.dpi.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63297 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[evas] This seems to be the least fontconfig's compatible
glima [Thu, 8 Sep 2011 18:37:29 +0000 (18:37 +0000)]
[evas] This seems to be the least fontconfig's compatible
 version with our (current) code.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63293 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: If not threading, then LKT should not return 0, otherwise it will think it...
kakaroto [Wed, 7 Sep 2011 18:00:57 +0000 (18:00 +0000)]
Evas: If not threading, then LKT should not return 0, otherwise it will think it's a stuck lock

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Added a workaround for the coords_recalc not being called.
tasn [Wed, 7 Sep 2011 10:41:44 +0000 (10:41 +0000)]
Evas textblock: Added a workaround for the coords_recalc not being called.

Please, when you fix this annoying issue, revert this terrible commit. This
commit is intended to be a temporary fix.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Small fixes to clean software-sdl and software-16-sdl engines
kakaroto [Wed, 7 Sep 2011 06:53:35 +0000 (06:53 +0000)]
Evas: Small fixes to clean software-sdl and software-16-sdl engines
Comparing software-sdl and software-16-sdl showed many small differences
this makes both engines' code much more alike.
The software-16-sdl was especially buggy, hopefully, this should make
it just as stable as the software-sdl engine.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63248 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Allow independent static compilation of software_16_sdl engine
kakaroto [Wed, 7 Sep 2011 06:53:28 +0000 (06:53 +0000)]
Evas: Allow independent static compilation of software_16_sdl engine

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: add YUV double buffering for OpenGL backend.
cedric [Tue, 6 Sep 2011 07:56:47 +0000 (07:56 +0000)]
evas: add YUV double buffering for OpenGL backend.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63225 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix alignment issue.
cedric [Mon, 5 Sep 2011 15:21:23 +0000 (15:21 +0000)]
evas: fix alignment issue.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63202 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: use a tricky NULL texture.
cedric [Mon, 5 Sep 2011 14:58:18 +0000 (14:58 +0000)]
evas: use a tricky NULL texture.

Note: this help the driver to know that we don't it
to swizzle back the pixel from GPU format, because we
are going to replace all pixels.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63201 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Fixed compilation with g++.
tasn [Mon, 5 Sep 2011 12:48:02 +0000 (12:48 +0000)]
Evas font: Fixed compilation with g++.

Patch by cnook

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63196 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Use viewport for getting visible range, not clip.
tasn [Mon, 5 Sep 2011 12:03:53 +0000 (12:03 +0000)]
Evas textblock: Use viewport for getting visible range, not clip.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63191 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed an issue when there are no available fonts.
tasn [Mon, 5 Sep 2011 09:04:43 +0000 (09:04 +0000)]
Evas textblock: Fixed an issue when there are no available fonts.

The problem was that our rbtree implementation doesn't support chaining
duplicates and with no fonts, all the paragraphs had the same y coord (0).
Changing the paragraph index to work on line_no for sorting fixes it,
as line numbers are also correct when there are no fonts.

Thanks a lot to KaKaRoTo for letting me know about this issue.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63188 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix COPYING to say 2011.
raster [Mon, 5 Sep 2011 07:15:41 +0000 (07:15 +0000)]
fix COPYING to say 2011.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63187 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Fix compilation with C++ compilers.
tasn [Mon, 5 Sep 2011 07:13:23 +0000 (07:13 +0000)]
Evas font: Fix compilation with C++ compilers.

Thanks to cnook for pointing that out.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63186 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed compiler warnings.
tasn [Mon, 5 Sep 2011 07:13:07 +0000 (07:13 +0000)]
Evas textblock: Fixed compiler warnings.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix tarball generation.
cedric [Sun, 4 Sep 2011 23:19:41 +0000 (23:19 +0000)]
evas: fix tarball generation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: and now MT12 gain Open GL support.
cedric [Sun, 4 Sep 2011 21:15:04 +0000 (21:15 +0000)]
evas: and now MT12 gain Open GL support.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63174 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: make MT12 a little bit faster so we can see Bunny a little more longer.
cedric [Sun, 4 Sep 2011 16:26:47 +0000 (16:26 +0000)]
evas: make MT12 a little bit faster so we can see Bunny a little more longer.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63157 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: forgotten patch for enabling colorspace properly.
cedric [Sun, 4 Sep 2011 14:31:24 +0000 (14:31 +0000)]
evas: forgotten patch for enabling colorspace properly.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63152 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix mt12 to se squirrel and bunny.
cedric [Sun, 4 Sep 2011 14:30:41 +0000 (14:30 +0000)]
evas: fix mt12 to se squirrel and bunny.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63151 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoput generic loaders in libdir/evas/utils/
raster [Sat, 3 Sep 2011 03:48:39 +0000 (03:48 +0000)]
put generic loaders in libdir/evas/utils/

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63103 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas/canvas - Update the pointer to engine_data after pixels_get().
antognolli [Fri, 2 Sep 2011 14:06:25 +0000 (14:06 +0000)]
evas/canvas - Update the pointer to engine_data after pixels_get().

The "pixels" pointer was set in the beginning of evas_object_image_render(),
and never updated, even after pixels_get() changed the content of
o->engine_data.

This patch updates that pointer if it becomes different from engine_data.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63090 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoRename xcb-devel to libxcb-devel. According to KainX, on IRC, «Caos is dead and no...
rui [Thu, 1 Sep 2011 21:54:42 +0000 (21:54 +0000)]
Rename xcb-devel to libxcb-devel. According to KainX, on IRC, «Caos is dead and no one has been maintaining SuSE compatibility anyway».

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63074 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFix build breakage.
rui [Thu, 1 Sep 2011 21:39:43 +0000 (21:39 +0000)]
Fix build breakage.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63070 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd Youness Alaoui
caro [Wed, 31 Aug 2011 08:49:15 +0000 (08:49 +0000)]
add Youness Alaoui

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63017 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: SPANK ! SPANK ! SPANK ! Tasn you forgot some engine !
cedric [Tue, 30 Aug 2011 23:03:07 +0000 (23:03 +0000)]
evas: SPANK ! SPANK ! SPANK ! Tasn you forgot some engine !

Patch by Youness Alaoui <kakaroto@kakaroto.homelinux.net>.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agolets up the max recalc count a bit now that things re-schedule
raster [Tue, 30 Aug 2011 15:33:46 +0000 (15:33 +0000)]
lets up the max recalc count a bit now that things re-schedule
themselves more.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Adjust to harfbuzz's latest and hopefully last API break.
tasn [Tue, 30 Aug 2011 14:38:48 +0000 (14:38 +0000)]
Evas font: Adjust to harfbuzz's latest and hopefully last API break.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agolets do that again. recalc list instead of recalc array. why? fixes
raster [Mon, 29 Aug 2011 23:45:24 +0000 (23:45 +0000)]
lets do that again. recalc list instead of recalc array. why? fixes
nasty ordering issues where recalc items dont get pushed later into
the recalc queue after the things they depend on.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62977 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: use simpler format as much as possible.
cedric [Mon, 29 Aug 2011 21:52:00 +0000 (21:52 +0000)]
evas: use simpler format as much as possible.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62975 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: add NV12 and MT12 colorspace.
cedric [Mon, 29 Aug 2011 20:56:48 +0000 (20:56 +0000)]
evas: add NV12 and MT12 colorspace.

MT12 is has documented in Linux videodev documentation
a 64 * 32 macro block tiled colorspace format used on
Samsung hardware.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62967 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agorevert rev. 62944
caro [Mon, 29 Aug 2011 19:05:03 +0000 (19:05 +0000)]
revert rev. 62944

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62963 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoi've found a subtle issue with how we queue recalcs of smart objs. if
raster [Mon, 29 Aug 2011 12:14:55 +0000 (12:14 +0000)]
i've found a subtle issue with how we queue recalcs of smart objs. if
an obj is already queued we dont push it FURTHEr down the queue if
smart recalc is enabled. now at least we keep order of operation/calc
correctly!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62944 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agook- we'll be nice and 0 your w & h - also x, y, w, h did this too.
raster [Mon, 29 Aug 2011 11:49:31 +0000 (11:49 +0000)]
ok- we'll be nice and 0 your w & h - also x, y, w, h did this too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62942 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodont need ti check priv - macro did it anyway
raster [Mon, 29 Aug 2011 11:39:43 +0000 (11:39 +0000)]
dont need ti check priv - macro did it anyway

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62941 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd a call to get the number of smart caluclation counts. very useful
raster [Fri, 26 Aug 2011 12:26:45 +0000 (12:26 +0000)]
add a call to get the number of smart caluclation counts. very useful
for one evil situation in elementary factory.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62856 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas callbacks: Do the same change daniel did to smart callbacks.
tasn [Thu, 25 Aug 2011 10:06:12 +0000 (10:06 +0000)]
Evas callbacks: Do the same change daniel did to smart callbacks.

Spank Spank for not applying it here as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62798 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas evas_object_smart.c: Reverted smart callback calling sequence.
seoz [Thu, 25 Aug 2011 09:18:39 +0000 (09:18 +0000)]
evas evas_object_smart.c: Reverted smart callback calling sequence.
Now, smart callback is prepended among the same priorities. After the
discussion with hermet and raster.

I fixed this because I think it's better keeping the default behavior
even we have new priority option. This is for evas backward
compatibility and for the world peace. Although I know there is no
official policy and it's not recommended to rely on the smart callback
calling sequence in application, I really hope evas needs to have
compatibility. Otherwise we need to adopt the new policy in next
version of evas.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62792 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: refactorise code.
cedric [Thu, 25 Aug 2011 08:28:34 +0000 (08:28 +0000)]
evas: refactorise code.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62788 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: "Sung W. Park" <sungwoo@gmail.com>
raster [Thu, 25 Aug 2011 06:30:52 +0000 (06:30 +0000)]
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: [E-devel]  [Review] [Patch] Evas_GL bug fixes/updates

I've fixed some minor issues that I've been pushing off for later.

The patch does the following:

1. Evas_GL and Evas had an issue where the viewport parameters were
being reset in the wrong context. Previously, this issue was temporarily
patched by flushing evas' pipeline and setting
evas_gl_common_context_use(NULL) in EvasGL's
make current. I know, it was pretty hacky. It turns out that in
evas_engine,
there was a code evas_gl_common_context_resize(NULL) without doing
eng_window_use() first.  So i've added that part and problem went was
resolved properly. :-)

2. Naturally, I've taken out the temporary patch from 1.

3. I've added code that took care of glBindFramebuffer(..., fbo) where
the
fbo had to be saved and restored in case the user wanted to use his
own fbo.
Also, I've had to take care of the case when fbo is 0 since 0 need to
point
to evas_gl surface.

4. I've updated make_current a little as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas - updated AUTHORS
hermet [Thu, 25 Aug 2011 06:14:43 +0000 (06:14 +0000)]
Evas - updated AUTHORS

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62779 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agooh my bad! i broke desktop gl compilation! bad bad bad me. spank! fix.
raster [Thu, 25 Aug 2011 05:17:43 +0000 (05:17 +0000)]
oh my bad! i broke desktop gl compilation! bad bad bad me. spank! fix.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62777 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
raster [Thu, 25 Aug 2011 04:48:45 +0000 (04:48 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: [E-devel] [Patch] evas gl engine's texture creation

Hello.

1. _pool_tex_dynamic_new function, it didn\92t set pt to NULL when secsym_eglCreateImage function failed.
In this case, it returns wrong pt pointer and it has possibility to make crash.
So I add free pt code and return NULL code into _pool_tex_dynamic_new function.

2. I modified eng_image_data_get of gl engine.

If Evas_GL_Image's texture creation failed and evas_gl_image's cache image was droped,
Im->im can be NULL. So I add check code.
Example: evas_gl_common_image_content_hint_set
     1) EVAS_IMAGE_CONTENT_HINT_DYNAMIC , it drop cache image
     2) if evas_gl_common_texture_dynamic_new failed
     3) then, im->im =NULL, im->tex=NULL
        In this situation, if application call's evas_object_image_data_get function,
It make crash in evas_cache_image_load_data function.

3. I think function's related with evas_object's engine data have to be return NULL if it failed.
If function's returns null, evas object code can handle error more easily.
But evas object's code was implemented differently each case. Does my suggestion right?
I add engine data null check code to evas_object_image based on upper consumtion.
If it is wrong , the patch code related with evas object image have to be removed.
If it is right , I will survey other evas object type also.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62775 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: refactorize OpenGL engine.
cedric [Wed, 24 Aug 2011 16:20:15 +0000 (16:20 +0000)]
evas: refactorize OpenGL engine.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62752 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: update ChangeLog.
cedric [Tue, 23 Aug 2011 16:08:00 +0000 (16:08 +0000)]
evas: update ChangeLog.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62723 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix evas_object_image_data_convert.
cedric [Tue, 23 Aug 2011 16:06:41 +0000 (16:06 +0000)]
evas: fix evas_object_image_data_convert.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62722 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: add YUY2 shader to GL engine.
cedric [Tue, 23 Aug 2011 15:13:40 +0000 (15:13 +0000)]
evas: add YUY2 shader to GL engine.

TODO: add NV12 and NV12T to evas.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62721 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
raster [Tue, 23 Aug 2011 06:08:02 +0000 (06:08 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>

Sometimes, gif loader can miss some previous frame.
In that case, display can be dirty.
If frame N loaded without N-1 make these problem.
I fixed this problem.
And I modified wrong document.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62712 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Did some style fixes, we don't like tabs.
tasn [Mon, 22 Aug 2011 14:45:23 +0000 (14:45 +0000)]
Evas font: Did some style fixes, we don't like tabs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62695 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Fixed font cache.
tasn [Mon, 22 Aug 2011 14:45:19 +0000 (14:45 +0000)]
Evas font: Fixed font cache.

Apparently someone (probably me) broke it a while ago, now it works.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Revert "evas/font - removed an unusefull handling."
tasn [Mon, 22 Aug 2011 11:51:18 +0000 (11:51 +0000)]
Evas font: Revert "evas/font - removed an unusefull handling."

This reverts commit 62684.

This is needed to verify we don't access info->ot when info is NULL.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62691 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas/font - removed an unusefull handling.
hermet [Mon, 22 Aug 2011 09:39:13 +0000 (09:39 +0000)]
evas/font - removed an unusefull handling.

Thank you TAsn.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Revert last 2 commits by Hermet (62659, 62675).
tasn [Mon, 22 Aug 2011 08:23:04 +0000 (08:23 +0000)]
Evas font: Revert last 2 commits by Hermet (62659, 62675).

SPANK SPANK, they broke compilation. Please use the builtin revert
functions when you revert commits. Either:
GIT: 'git revert <commit hash>' (yeah, git is better).
or
SVN: 'svn merge -c <revision> .'

This will prevent this kind of erros from happenning in the future.

Also, plesae compile before committing.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62678 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas/evas_font - revert exceptin handlings
hermet [Mon, 22 Aug 2011 03:34:43 +0000 (03:34 +0000)]
evas/evas_font - revert exceptin handlings

requested by TAsn

I do understand. :p

then, it seems no need to set the _ot_itr = NULL in EVAS_FONT_WALK_TEXT_START.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62675 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas/evas_font - added exeption handlings.
hermet [Sun, 21 Aug 2011 12:47:11 +0000 (12:47 +0000)]
evas/evas_font - added exeption handlings.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowarning--
raster [Sun, 21 Aug 2011 07:46:57 +0000 (07:46 +0000)]
warning--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Check for the presence of shm extension (in
devilhorns [Sat, 20 Aug 2011 22:15:44 +0000 (22:15 +0000)]
Evas: Check for the presence of shm extension (in
evas_software_xcb_can_do_shm) first before trying to make calls to the
shm extension.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62638 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand clear out proxy region first.
raster [Sat, 20 Aug 2011 14:43:04 +0000 (14:43 +0000)]
and clear out proxy region first.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62632 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix proxy rendering!!!! ugh. i dont like the way i did it.. but its
raster [Sat, 20 Aug 2011 14:40:28 +0000 (14:40 +0000)]
fix proxy rendering!!!! ugh. i dont like the way i did it.. but its
quick and does the job.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62631 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Iterating the pixmap formats from xcb_setup can be expensive,
devilhorns [Sat, 20 Aug 2011 10:59:53 +0000 (10:59 +0000)]
Evas: Iterating the pixmap formats from xcb_setup can be expensive,
so cache the found format for reuse so we don't have to keep iterating.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Fix compiler warning wrt comparison of signed & unsigned.
devilhorns [Sat, 20 Aug 2011 10:26:41 +0000 (10:26 +0000)]
Evas: Fix compiler warning wrt comparison of signed & unsigned.
Remove unused function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62625 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: When doing eng_output_free, even if there is no Render_Engine,
devilhorns [Sat, 20 Aug 2011 10:19:17 +0000 (10:19 +0000)]
Evas: When doing eng_output_free, even if there is no Render_Engine,
we still want to shutdown common_font & common_image anyway.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: No need to 'find format for depth' everytime, just use the
devilhorns [Fri, 19 Aug 2011 22:53:04 +0000 (22:53 +0000)]
Evas: No need to 'find format for depth' everytime, just use the
buffer depth. Fix typo in error message. Add a missing
cache_image_drop call. When doing mask_set, use the proper variable
for the _create_gc function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62603 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix buffer over/underflow errors with jpeg mmap load. ugh. mmap adds
raster [Fri, 19 Aug 2011 06:58:33 +0000 (06:58 +0000)]
fix buffer over/underflow errors with jpeg mmap load. ugh. mmap adds
pains to loading.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix tarball generation.
cedric [Thu, 18 Aug 2011 15:05:57 +0000 (15:05 +0000)]
evas: fix tarball generation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62569 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: Add missing return declaration
englebass [Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)]
evas: Add missing return declaration

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62553 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Disabled word/metric caching due to bugs.
tasn [Thu, 18 Aug 2011 07:21:44 +0000 (07:21 +0000)]
Evas font: Disabled word/metric caching due to bugs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62547 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Fixed a compiler warning.
tasn [Wed, 17 Aug 2011 15:42:07 +0000 (15:42 +0000)]
Evas font: Fixed a compiler warning.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62537 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: Workaround an issue with metric cache.
tasn [Wed, 17 Aug 2011 15:42:01 +0000 (15:42 +0000)]
Evas font: Workaround an issue with metric cache.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas callbacks: Added priority to evas callbacks.
tasn [Wed, 17 Aug 2011 11:55:29 +0000 (11:55 +0000)]
Evas callbacks: Added priority to evas callbacks.

This includes evas_event, evas_object_event and evas_object_smart
callbacks.
See the added docs for more info.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62533 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas text: Set the object's size according to the advance, not width.
tasn [Tue, 16 Aug 2011 07:16:06 +0000 (07:16 +0000)]
Evas text: Set the object's size according to the advance, not width.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: 우승수 <om101.woo@samsung.com>
raster [Tue, 16 Aug 2011 07:06:36 +0000 (07:06 +0000)]
From: 우승수 <om101.woo@samsung.com>
Subject: [E-devel] [Patch] Map/Unmap image for zero-copy texture

this modifies the zero copy texture feature to map and unmap on get and put
data to allow the put to "flush gpu caches".

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62493 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas: Fix formatting.
devilhorns [Mon, 15 Aug 2011 20:17:18 +0000 (20:17 +0000)]
Evas: Fix formatting.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas tests: Fixed the cursor_content_get to comply to the bugfix.
tasn [Sun, 14 Aug 2011 11:26:50 +0000 (11:26 +0000)]
Evas tests: Fixed the cursor_content_get to comply to the bugfix.

Previous test checked the existing but broken behaviour, now it checks the
correct behaviour.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62440 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed cursor_content_get's handling of formats.
tasn [Sun, 14 Aug 2011 11:26:45 +0000 (11:26 +0000)]
Evas textblock: Fixed cursor_content_get's handling of formats.

Formats are now correctly enclosed with <> when returned, instead of just
the text being returned.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62439 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: Fixed 'unsed variables' warnings.
seoz [Fri, 12 Aug 2011 15:01:12 +0000 (15:01 +0000)]
evas: Fixed 'unsed variables' warnings.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62388 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: Fixed indentations with arbitrary files.
seoz [Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)]
evas: Fixed indentations with arbitrary files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62370 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohow about you actuallyl fix the code correctly rather than break it?
raster [Fri, 12 Aug 2011 02:34:34 +0000 (02:34 +0000)]
how about you actuallyl fix the code correctly rather than break it?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas evas_common.h: Fixed spacing and removed trailing whitespaces.
seoz [Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)]
evas evas_common.h: Fixed spacing and removed trailing whitespaces.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62367 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoCOMMITS: DO THEM PROPERLY!!!!1111
discomfitor [Thu, 11 Aug 2011 23:18:34 +0000 (23:18 +0000)]
COMMITS: DO THEM PROPERLY!!!!1111

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62366 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoCOMPILE WARNINGS: FIX THEM!!!!!!11111
discomfitor [Thu, 11 Aug 2011 21:35:17 +0000 (21:35 +0000)]
COMPILE WARNINGS: FIX THEM!!!!!!11111

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas - just removed white spaces.
hermet [Thu, 11 Aug 2011 14:14:48 +0000 (14:14 +0000)]
evas - just removed white spaces.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62354 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoframe count nto frame num - match c file.
raster [Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)]
frame count nto frame num - match c file.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoimprove jy's docs. :)
raster [Thu, 11 Aug 2011 08:56:59 +0000 (08:56 +0000)]
improve jy's docs. :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62335 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed bug in range_formats get.
tasn [Thu, 11 Aug 2011 06:58:53 +0000 (06:58 +0000)]
Evas textblock: Fixed bug in range_formats get.

Thanks to Sanjeev for the rebort.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62333 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jiyoun Park <jy0703.park@samsung.com>
raster [Thu, 11 Aug 2011 06:04:08 +0000 (06:04 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

Animated gif suport in evas and api's to handle animated images and
frame flipping. from jy.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62331 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhi...
discomfitor [Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)]
update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhile anyway since dependency structs aren't documented

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62283 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago[evas] Filling some gaps on documentation.
glima [Tue, 9 Aug 2011 20:56:22 +0000 (20:56 +0000)]
[evas] Filling some gaps on documentation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62266 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Added cursor_visible_range_get and cursor_range_formats_get.
tasn [Tue, 9 Aug 2011 13:55:42 +0000 (13:55 +0000)]
Evas textblock: Added cursor_visible_range_get and cursor_range_formats_get.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62259 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.
tasn [Tue, 9 Aug 2011 13:55:38 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62258 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.
tasn [Tue, 9 Aug 2011 13:55:31 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62257 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoefl: remove mman as we Eina_File now.
cedric [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.

Patch from Vincent Torri.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix typos in docs
raster [Tue, 9 Aug 2011 06:30:09 +0000 (06:30 +0000)]
fix typos in docs

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62225 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove logo.
raster [Tue, 9 Aug 2011 06:09:50 +0000 (06:09 +0000)]
remove logo.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62224 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas font: font_load use the correct string.
tasn [Mon, 8 Aug 2011 14:47:35 +0000 (14:47 +0000)]
Evas font: font_load use the correct string.

Thanks vtorri for the catch.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agostrndup--!
raster [Mon, 8 Aug 2011 14:40:33 +0000 (14:40 +0000)]
strndup--!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas: fix static build of software xlib and xcb engine.
cedric [Mon, 8 Aug 2011 08:06:38 +0000 (08:06 +0000)]
evas: fix static build of software xlib and xcb engine.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62194 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas (cedric asked): argh, fix stupid bugs with configure.ac
barbieri [Sun, 7 Aug 2011 16:47:09 +0000 (16:47 +0000)]
evas (cedric asked): argh, fix stupid bugs with configure.ac

PLEASE, IF YOU DON'T KNOW THE REASONS ASK BEFORE COMMITTING :-)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62186 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEvas textblock: Updated docs.
tasn [Sun, 7 Aug 2011 08:31:01 +0000 (08:31 +0000)]
Evas textblock: Updated docs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33