profile/ivi/evas.git
12 years agoadd EAPI. Maybe it is missed.
jaehwan [Fri, 9 Dec 2011 07:55:31 +0000 (07:55 +0000)]
add EAPI. Maybe it is missed.

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

12 years agoEvas textblock: Added evas_textblock_markup_to_plain.
tasn [Thu, 8 Dec 2011 15:12:25 +0000 (15:12 +0000)]
Evas textblock: Added evas_textblock_markup_to_plain.

This function converts a textblock markup to plain text.
It converts for example <br/> to \n and a lot more.

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

12 years agoEvas: Updated NEWS file.
tasn [Thu, 8 Dec 2011 13:45:09 +0000 (13:45 +0000)]
Evas: Updated NEWS file.

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

12 years agoEvas: Updated changelog to include latest textblock changes.
tasn [Thu, 8 Dec 2011 13:39:31 +0000 (13:39 +0000)]
Evas: Updated changelog to include latest textblock changes.

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

12 years agoevas: use the right message command when usefull.
cedric [Thu, 8 Dec 2011 13:29:02 +0000 (13:29 +0000)]
evas: use the right message command when usefull.

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

12 years agoEvas textblock: Support self-closing formats, i.e <br/>.
tasn [Thu, 8 Dec 2011 12:05:56 +0000 (12:05 +0000)]
Evas textblock: Support self-closing formats, i.e <br/>.

Also updated tests to follow this. Using <br>, although will work, is
discouraged, please use <br/> instead.

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

12 years agoEvas textblock: Improve internal handling of formats.
tasn [Thu, 8 Dec 2011 12:05:47 +0000 (12:05 +0000)]
Evas textblock: Improve internal handling of formats.

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

12 years agodisable sse3 if immintrin.h not found.
raster [Wed, 7 Dec 2011 00:10:36 +0000 (00:10 +0000)]
disable sse3 if immintrin.h not found.

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

12 years agoevas: less unused warning.
cedric [Tue, 6 Dec 2011 16:08:30 +0000 (16:08 +0000)]
evas: less unused warning.

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

12 years agoevas: include stdlib.h as required.
cedric [Tue, 6 Dec 2011 16:07:59 +0000 (16:07 +0000)]
evas: include stdlib.h as required.

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

12 years agoEvas (gl engine): Remove incorrect __UNUSED__ on paramaters that are
devilhorns [Tue, 6 Dec 2011 00:44:25 +0000 (00:44 +0000)]
Evas (gl engine): Remove incorrect __UNUSED__ on paramaters that are
actually used.

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

12 years agoevas: don't randomly move code around !
cedric [Mon, 5 Dec 2011 16:50:40 +0000 (16:50 +0000)]
evas: don't randomly move code around !

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

12 years agosame for these
discomfitor [Mon, 5 Dec 2011 15:39:04 +0000 (15:39 +0000)]
same for these

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

12 years agoalways have the file which includes config.h first!
discomfitor [Mon, 5 Dec 2011 15:38:55 +0000 (15:38 +0000)]
always have the file which includes config.h first!
SPANK SPANK SPANK cedric!

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

12 years agoevas: use already existing macro.
cedric [Mon, 5 Dec 2011 14:32:10 +0000 (14:32 +0000)]
evas: use already existing macro.

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

12 years agoevas: use eina_lock a little bit more.
cedric [Mon, 5 Dec 2011 14:01:42 +0000 (14:01 +0000)]
evas: use eina_lock a little bit more.

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

12 years agoevas: more fine grained system detection.
cedric [Mon, 5 Dec 2011 14:00:53 +0000 (14:00 +0000)]
evas: more fine grained system detection.

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

12 years agoevas: cast as we did in eina.
cedric [Mon, 5 Dec 2011 13:59:44 +0000 (13:59 +0000)]
evas: cast as we did in eina.

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

12 years agochlog++
raster [Mon, 5 Dec 2011 09:47:49 +0000 (09:47 +0000)]
chlog++

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

12 years agoremove warnings!
raster [Mon, 5 Dec 2011 09:26:04 +0000 (09:26 +0000)]
remove warnings!

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

12 years agoremove warning - bug ready to happen with fastpath. didnt pass
raster [Mon, 5 Dec 2011 09:18:05 +0000 (09:18 +0000)]
remove warning - bug ready to happen with fastpath. didnt pass
sharedlist or direct down.

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

12 years agofix gles/egl bugs/issues in sungwoo's new patch
raster [Mon, 5 Dec 2011 09:05:04 +0000 (09:05 +0000)]
fix gles/egl bugs/issues in sungwoo's new patch

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

12 years agoI'm attaching a patch for the initial version of the GL Fastpath
raster [Mon, 5 Dec 2011 08:54:14 +0000 (08:54 +0000)]
I'm attaching a patch for the initial version of the GL Fastpath
addition to evas gl backend.

Working on different mobile devices, we've noticed that the cost of context
switch (MakeCurrent) in GL can be very expensive depending on the driver
implementation.  To minimize the poorly written driver's context switch
overhead, I've implemented a state tracking layer on top of the driver
implemented GL.

Essentially, this layer wraps all the GL/Glue(GLX/EGL) APIs and manages its own
state changes.  Internally, only one real GL context is created and logical
contexts are created every time a user requests context creation.  The logical
contexts keep track of its states and sets only the necessary states
(the ones that are different than the current ones)
when there is a MakeCurrent request.  The real MakeCurrent gets called when
there is a Surface/Window change request.

The GL library is dlopened and all the APIs are dlsym'ed and wrapped
accordingly.  All the GL functions are in evas_gl_core.{h,c}.

Here's a very simply flow of the code.
   - all the APIs are exported as function pointers (*glsym_glBegin),
     (*glsm_eglCreatContext), and etc.
   - all the native GL/Glue(GLX/EGL) APIs are dlsym'ed as _sym_glBegin,
     _sym_eglCreateContext, and etc.
   - all the fastpath APIs are implmemnted as fpgl_glBegin,
     fpgl_eglCreateContext, and etc.
   - if faspath is seletected, the exported APIs are set accordingly
     ie. glsym_glBegin = fpgl_glBegin;
   - default mode is the regular gl symbols are directly set.
     ie. glsym_glBegin = _sym_glBegin;

I have an Environment variable where you can set it to three different Modes

EVAS_GL_FASTPATH = 0    // Default mode. Regular GL symbols are directly loaded
EVAS_GL_FASTPATH = 1    // Fastpath mode. Takes the path described above.
EVAS_GL_FASTPATH = 2    // Wrapped mode.  All the regular GL functions are
                           wrapped once.  This can be used for various
purposes

Since all the GL symbols are now loaded in this library, I took out all
the gl symbol loading parts in the evas gl backend as you'll see in the patch.
The changes to the engine and the backend itself is pretty minor.

There are still some known issues to hammer out but I thought we're at a good
place for an initial version so that my source doesn't diverge too much.

Known Issues and To Do's
* Current GL Fastpath version doesn't support multiple threads. Instead of
  having one global real context, I would need to do it for each thread. I'll
  get on this soon.

  * Issues running Evas GL on certain conditions.  When running the elementary
  test (with gl engine), if you run ELMGLview test that runs in ON_DEMAND mode,
  everything works fine. BUT, when you run the ELMGLView test in ALWAYS
    mode, the subsequent elm tests shows blank screen. When you destroy the
  GLView window, everything else comes on fine.

  * Resource protection code.  This actually applies to Evas GL code in general
  as well. Since all the resources are shared among all the contexts that get
  created, I would like to eventually have a resource protecting mechanism that
  prevents access to resources outside of its context unless specifically
  specified.

  I'm attaching three files
     - evas_gl_core.h, evas_gl_core.c, fastpath.patch

  To get the code running...
     - copy evas_gl_core.{c,h} to src/modules/engine/gl_common/
     - apply the fastpath.patch
     - compile/install evas
     - to run with fastpath GL (ie. % EVAS_GL_FASTPATH=1 ./evasgl_sample1)

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

12 years agoadd a newline before api link
discomfitor [Sun, 4 Dec 2011 04:29:55 +0000 (04:29 +0000)]
add a newline before api link

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

12 years agofix changelogs to mention release.
raster [Sun, 4 Dec 2011 01:56:31 +0000 (01:56 +0000)]
fix changelogs to mention  release.

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

12 years agore-enable evas_gl for trunk dev
raster [Sat, 3 Dec 2011 14:15:14 +0000 (14:15 +0000)]
re-enable evas_gl for trunk dev

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

12 years agoand now go to normal-like svn revs
raster [Fri, 2 Dec 2011 09:45:25 +0000 (09:45 +0000)]
and now go to normal-like svn revs

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

12 years agorevert my 1.x.99 stuff so i can branch.
raster [Fri, 2 Dec 2011 09:32:11 +0000 (09:32 +0000)]
revert my 1.x.99 stuff so i can branch.

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

12 years agoand lets bump on to 1.x.99 (or so) for svn... and back to adding snap
raster [Fri, 2 Dec 2011 09:10:56 +0000 (09:10 +0000)]
and lets bump on to 1.x.99 (or so) for svn... and back to adding snap
rev.

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

12 years agoFrom: Rafal Krypa <r.krypa@samsung.com>
raster [Thu, 1 Dec 2011 10:00:44 +0000 (10:00 +0000)]
From: Rafal Krypa <r.krypa@samsung.com>
Subject: Fix Neon build with Thumb-2

    In assembly part of function evas_common_convert_rgba_to_32bpp_rgb_8888_rot_90:
    Don't use 3-operand add instructions (e.g. add r2, r5, #2) as this is
    not supported in unified syntax.

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

12 years ago2 functions had pure specified when it shouldn't be for those.
raster [Mon, 28 Nov 2011 05:37:41 +0000 (05:37 +0000)]
2 functions had pure specified when it shouldn't be for those.

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

12 years agoEvas: Add missing __UNUSED__ in buffer engine.
devilhorns [Sun, 27 Nov 2011 16:27:02 +0000 (16:27 +0000)]
Evas: Add missing __UNUSED__ in buffer engine.

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

12 years agoFix repeat event inheritance from parent smart just like
raster [Thu, 24 Nov 2011 13:01:15 +0000 (13:01 +0000)]
Fix repeat event inheritance from parent smart just like
pass events are inherited. This was inconsistent.

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

12 years agosvn:ignore
discomfitor [Wed, 23 Nov 2011 08:33:20 +0000 (08:33 +0000)]
svn:ignore

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

12 years agoimprove the tga fix by not blacklisiting some incorrect tga files that
raster [Tue, 22 Nov 2011 09:20:44 +0000 (09:20 +0000)]
improve the tga fix by not blacklisiting some incorrect tga files that
actually do work normally due to junk in the headers in unused areas.

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

12 years agoevas/evas_object_smart - revert 65482 but more bracket added
hermet [Mon, 21 Nov 2011 14:28:54 +0000 (14:28 +0000)]
evas/evas_object_smart - revert 65482 but more bracket added

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

12 years agoevas/evas_object_smart - don't need compare each layer
hermet [Mon, 21 Nov 2011 10:16:25 +0000 (10:16 +0000)]
evas/evas_object_smart - don't need compare each layer

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

12 years agoadd direct link to header file in api docs
discomfitor [Mon, 21 Nov 2011 05:01:23 +0000 (05:01 +0000)]
add direct link to header file in api docs
tweet: hey, SeoZ here, I really like Microsoft. I mean REALLY like them. I think they're a fantastic company and I hope everyone uses winmo!

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

12 years agoEvas: remove extra parenthesis
caro [Sun, 20 Nov 2011 16:59:01 +0000 (16:59 +0000)]
Evas: remove extra parenthesis

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

12 years agoEvas define BUILD_ASYNC_EVENTS...
caro [Sun, 20 Nov 2011 16:48:02 +0000 (16:48 +0000)]
Evas define BUILD_ASYNC_EVENTS...

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

12 years agoevas: correct header order.
cedric [Sun, 20 Nov 2011 15:17:29 +0000 (15:17 +0000)]
evas: correct header order.

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

12 years agoevas: use Eina_File for a more porable and cleaner code.
cedric [Sun, 20 Nov 2011 15:10:05 +0000 (15:10 +0000)]
evas: use Eina_File for a more porable and cleaner code.

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

12 years agoevas: remove warning when fontconfig is disabled.
cedric [Sun, 20 Nov 2011 13:55:17 +0000 (13:55 +0000)]
evas: remove warning when fontconfig is disabled.

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

12 years agoevas: shutup warning with some configuration option.
cedric [Sun, 20 Nov 2011 13:54:03 +0000 (13:54 +0000)]
evas: shutup warning with some configuration option.

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

12 years agoevas: warning--
cedric [Sun, 20 Nov 2011 13:52:18 +0000 (13:52 +0000)]
evas: warning--

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

12 years agoevas: remove wrong non null definition.
cedric [Sun, 20 Nov 2011 13:50:27 +0000 (13:50 +0000)]
evas: remove wrong non null definition.

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

12 years agoTGA loader gets fixed alpha decode - real life tga's have
raster [Sat, 19 Nov 2011 15:09:27 +0000 (15:09 +0000)]
TGA loader gets fixed alpha decode - real life tga's have
proper alpha values. also reduce false positive tga file
detection

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

12 years agoEvas: fix nonnull argument with out-of-range operand number
caro [Fri, 18 Nov 2011 09:23:22 +0000 (09:23 +0000)]
Evas: fix nonnull argument with out-of-range operand number

Patch by Fabien Romano via Jonathan Armani

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

12 years agoevas: video surface can be NULL.
cedric [Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)]
evas: video surface can be NULL.

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

12 years ago[evas] Always clear recalc count of items that have been on calc list
mike_m [Thu, 17 Nov 2011 04:31:43 +0000 (04:31 +0000)]
[evas] Always clear recalc count of items that have been on calc list

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@65326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevil >= 1.0.0
caro [Wed, 16 Nov 2011 17:48:50 +0000 (17:48 +0000)]
evil >= 1.0.0

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

12 years agook - longstanding issue. quality of jpeg encode and decode dropped
raster [Wed, 16 Nov 2011 11:52:36 +0000 (11:52 +0000)]
ok - longstanding issue. quality of jpeg encode and decode dropped
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.

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

12 years agoupdate release candidate trees to their release version in preparation
raster [Wed, 16 Nov 2011 05:34:37 +0000 (05:34 +0000)]
update release candidate trees to their release version in preparation
for alpha

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

12 years agoevas/events - removed events_frozen check in evas_event_passes_through()
hermet [Tue, 15 Nov 2011 15:10:19 +0000 (15:10 +0000)]
evas/events - removed events_frozen check in evas_event_passes_through()

in most cases, it is performed twice inside and outside of the function in inefficient way.

and calling of events_frozen in the passes_through() is not understable in the view of functional consistency.

Check is separately would be better.

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

12 years agoevas - fixed typo
hermet [Tue, 15 Nov 2011 14:16:31 +0000 (14:16 +0000)]
evas - fixed typo

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

12 years agoupdate evas README
raster [Tue, 15 Nov 2011 11:35:35 +0000 (11:35 +0000)]
update evas README

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

12 years agofix dyn image data return due to change i made a little bit ago
raster [Mon, 14 Nov 2011 09:27:29 +0000 (09:27 +0000)]
fix dyn image data return due to change i made a little bit ago

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

12 years agoremove internal rect list declarations that are never used outside of
raster [Mon, 14 Nov 2011 07:15:38 +0000 (07:15 +0000)]
remove internal rect list declarations that are never used outside of
evas_tiler.c

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

12 years agoevas: upload the right texture size whatever rounding the hardware require.
cedric [Sun, 13 Nov 2011 22:21:58 +0000 (22:21 +0000)]
evas: upload the right texture size whatever rounding the hardware require.

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

12 years agoevas: actually include Evas_GL.h in the tarball, just don't install it.
cedric [Sun, 13 Nov 2011 13:10:31 +0000 (13:10 +0000)]
evas: actually include Evas_GL.h in the tarball, just don't install it.

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

12 years agoupdate NEWS file format for evas
raster [Sun, 13 Nov 2011 06:15:47 +0000 (06:15 +0000)]
update NEWS file format for evas

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

12 years agoevas/evas_events - modified unsigned char -> Eina_Bool for some fields in the Evas_Ke...
hermet [Sat, 12 Nov 2011 08:06:30 +0000 (08:06 +0000)]
evas/evas_events - modified unsigned char -> Eina_Bool for some fields in the Evas_Key_Grab structure.

removed white spaces and fixed indent also

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

12 years agoevas/evas_event - evas_object_freeze_set for the key events.
hermet [Sat, 12 Nov 2011 07:51:58 +0000 (07:51 +0000)]
evas/evas_event - evas_object_freeze_set for the key events.

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

12 years agoevas/evas_event - trivial changes
hermet [Sat, 12 Nov 2011 07:01:38 +0000 (07:01 +0000)]
evas/evas_event - trivial changes

modify indentation to look more clearly.
use Eina_Bool

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

12 years agoevas - trivial changes.
hermet [Sat, 12 Nov 2011 06:12:42 +0000 (06:12 +0000)]
evas - trivial changes.

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

12 years agofill news for evas 1.1
raster [Fri, 11 Nov 2011 12:33:58 +0000 (12:33 +0000)]
fill news for evas 1.1

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

12 years agoEvas: we want the opengl cocoa engine only on mac os x
caro [Fri, 11 Nov 2011 09:57:15 +0000 (09:57 +0000)]
Evas: we want the opengl cocoa engine only on mac os x

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

12 years agofix nonnull val in jpeg loader proto.
raster [Fri, 11 Nov 2011 08:11:16 +0000 (08:11 +0000)]
fix nonnull val in jpeg loader proto.

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

12 years agofix nonnull macro - errant ;
raster [Fri, 11 Nov 2011 08:07:03 +0000 (08:07 +0000)]
fix nonnull macro - errant ;

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

12 years agoooh aznd other part of dyn img patch goes in.
raster [Fri, 11 Nov 2011 07:47:25 +0000 (07:47 +0000)]
ooh aznd other part of dyn img patch goes in.

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

12 years agooops - typo in dyn image fix. fix!
raster [Fri, 11 Nov 2011 07:43:38 +0000 (07:43 +0000)]
oops - typo in dyn image fix. fix!

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

12 years agohandle refcounting of dyn img data to allow for get, get, set, set
raster [Fri, 11 Nov 2011 07:36:15 +0000 (07:36 +0000)]
handle refcounting of dyn img data to allow for get, get, set, set
pairs.

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

12 years agofix another evas map clip issue! hooray! never ending list!
raster [Fri, 11 Nov 2011 05:56:40 +0000 (05:56 +0000)]
fix another evas map clip issue! hooray! never ending list!

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

12 years agoEvas: use -pthread instead of -lpthread
caro [Thu, 10 Nov 2011 18:14:48 +0000 (18:14 +0000)]
Evas: use -pthread instead of -lpthread

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

12 years agoEvas: use -pthread instead of -lpthread
caro [Thu, 10 Nov 2011 18:02:43 +0000 (18:02 +0000)]
Evas: use -pthread instead of -lpthread

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

12 years agoEvas: use __always_inline__ and not always_inline
caro [Thu, 10 Nov 2011 17:39:35 +0000 (17:39 +0000)]
Evas: use __always_inline__ and not always_inline

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

12 years agoEvas font: Fix clang errors.
tasn [Thu, 10 Nov 2011 12:11:17 +0000 (12:11 +0000)]
Evas font: Fix clang errors.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-09/report-qpiPpZ.html#EndPath

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

12 years agoremove white space and tab
jypark [Thu, 10 Nov 2011 08:59:09 +0000 (08:59 +0000)]
remove white space and tab

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

12 years agoFrom: EunMi Lee <eunmi15.lee@samsung.com>
raster [Thu, 10 Nov 2011 06:25:56 +0000 (06:25 +0000)]
From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch][Evas] Fix wrong location of
_evas_touch_point_remove()

I have a small patch to fix the wrong location of _evas_touch_point_remove().
_evas_touch_point_remove() should be called in the evas_event_feed_mouse_up(),
but it is called in the evas_event_feed_mouse_cancel() in the current code.
Would you apply attached patch?

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

12 years agodisable evas_gl for evas 1.1
raster [Thu, 10 Nov 2011 06:02:15 +0000 (06:02 +0000)]
disable evas_gl for evas 1.1

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

12 years agoremove white space
jypark [Wed, 9 Nov 2011 08:01:00 +0000 (08:01 +0000)]
remove white space

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

12 years agoEvas textblock: Fix clang error.
tasn [Wed, 9 Nov 2011 07:51:14 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.

Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-Va2XPK.html#EndPath

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

12 years agoEvas textblock: Fix clang error.
tasn [Wed, 9 Nov 2011 07:51:11 +0000 (07:51 +0000)]
Evas textblock: Fix clang error.

Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-kOFp88.html#EndPath

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

12 years agoEvas textblock: Fixed 1 more clang error.
tasn [Wed, 9 Nov 2011 07:36:50 +0000 (07:36 +0000)]
Evas textblock: Fixed 1 more clang error.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-XA8yiy.html#EndPath

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

12 years agoEvas font: Fixed a clang error and gcc compiler warnings.
tasn [Wed, 9 Nov 2011 07:30:34 +0000 (07:30 +0000)]
Evas font: Fixed a clang error and gcc compiler warnings.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-SsIayB.html#EndPath

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

12 years agoEvas textblock: Fix clang complaint.
tasn [Wed, 9 Nov 2011 07:19:09 +0000 (07:19 +0000)]
Evas textblock: Fix clang complaint.

http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-FBRb3Q.html#EndPath

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

12 years agoto make up for not using xft.dpi anymore that was a fix essentially
raster [Wed, 9 Nov 2011 05:58:19 +0000 (05:58 +0000)]
to make up for not using xft.dpi anymore that was a fix essentially
to buffer engine rendering, allow env var for evas font dpi.

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

12 years agoEvas textblock: Add ellipsis handling for format items.
tasn [Sun, 6 Nov 2011 12:56:10 +0000 (12:56 +0000)]
Evas textblock: Add ellipsis handling for format items.

Just cut before them.

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

12 years agoEvas textblock: Fixed a bug with textblock ellipsis.
tasn [Sun, 6 Nov 2011 12:56:07 +0000 (12:56 +0000)]
Evas textblock: Fixed a bug with textblock ellipsis.

There was a possible segfault because we don't check if the current item
is a text item or a format item. I just removed the loop which triggered it
because it's not needed anyway, and now it works. Removing the loop also
let me remove some code that was only needed in the case of a loop.

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

12 years agoTicket #824 - no readme.in's
raster [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's

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

12 years agoEvas: Add a psl1ght engine for the PS3
kakaroto [Sat, 5 Nov 2011 17:49:37 +0000 (17:49 +0000)]
Evas: Add a psl1ght engine for the PS3

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

12 years agoforget that. That's the problem when dealing with
caro [Sat, 5 Nov 2011 16:56:03 +0000 (16:56 +0000)]
forget that. That's the problem when dealing with
windows and linux in different repo...

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

12 years agoEvas: fix use of __always_inline__ attribute
caro [Sat, 5 Nov 2011 16:51:13 +0000 (16:51 +0000)]
Evas: fix use of __always_inline__ attribute

Fix multiple storage bug.
 * __forceinline is the equivalent of __always_inline__ on Windows. It has
   'extern' as storage, so static must not be used with it
 * use __always_inline__ and not always_inline as attribute value instead.
   No need to add storage class with __always_inline__ too.
 * static inline is fine

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

12 years agoevas: always retrieve the latest available pixels for a video.
cedric [Sat, 5 Nov 2011 11:58:41 +0000 (11:58 +0000)]
evas: always retrieve the latest available pixels for a video.

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

12 years agoEvas: efl_attributes.m4
caro [Fri, 4 Nov 2011 22:08:54 +0000 (22:08 +0000)]
Evas: efl_attributes.m4
NEVER define a macro whose name is the name of the attribute, it breaks compilation on some platforms

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

12 years agoEvas: efl_attribute.m4 : put definition in the prologue
caro [Fri, 4 Nov 2011 21:04:49 +0000 (21:04 +0000)]
Evas: efl_attribute.m4 : put definition in the prologue

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

12 years agoAM_PROG_CC_STDC is deprecated
caro [Fri, 4 Nov 2011 20:28:56 +0000 (20:28 +0000)]
AM_PROG_CC_STDC is deprecated

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

12 years agoCurrently, only software engine checks animation flag during rendering.
jypark [Thu, 3 Nov 2011 15:20:30 +0000 (15:20 +0000)]
Currently, only software engine checks animation flag during rendering.
I add animation check code to gl engine.

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

12 years agoEvas: fix eina version check
caro [Wed, 2 Nov 2011 20:54:31 +0000 (20:54 +0000)]
Evas: fix eina version check

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

12 years agoevas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header
captainigloo [Wed, 2 Nov 2011 20:15:42 +0000 (20:15 +0000)]
evas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header

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