platform/upstream/efl.git
11 years agowarn--
Carsten Haitzler [Thu, 13 Sep 2012 11:27:27 +0000 (11:27 +0000)]
warn--

SVN revision: 76604

11 years agoEcore: Boss says to update NEWS, then update NEWS I will ;)
Christopher Michael [Thu, 13 Sep 2012 10:27:27 +0000 (10:27 +0000)]
Ecore: Boss says to update NEWS, then update NEWS I will ;)

SVN revision: 76600

11 years agofix rotation issue with ecore-evas
Carsten Haitzler [Thu, 13 Sep 2012 10:20:17 +0000 (10:20 +0000)]
fix rotation issue with ecore-evas

SVN revision: 76596

11 years agoreturn -1 for ecore_con_server_fd_get() in the rare case that the server has already...
Mike Blumenkrantz [Thu, 13 Sep 2012 07:04:11 +0000 (07:04 +0000)]
return -1 for ecore_con_server_fd_get() in the rare case that the server has already been deleted

SVN revision: 76582

11 years agoephysics: shrink convex shapes to avoid margin gap
Bruno Dilly [Wed, 12 Sep 2012 21:50:01 +0000 (21:50 +0000)]
ephysics: shrink convex shapes to avoid margin gap

SVN revision: 76563

11 years agoephysics: fix issues with world destructor
Leandro Dorileo [Wed, 12 Sep 2012 21:49:47 +0000 (21:49 +0000)]
ephysics: fix issues with world destructor

Makes sure the body is removed from the world before deleting it
so it will not mess with overlapping pair caches, proxies and so on.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 76562

11 years agoephysics: soft body memory usage/leak
Leandro Dorileo [Wed, 12 Sep 2012 21:49:29 +0000 (21:49 +0000)]
ephysics: soft body memory usage/leak

Added a call for sparsesdf garbage collector after every simulation
avoiding bullet's soft dynamics leaks.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 76561

11 years agoephysics: softbody
Leandro Dorileo [Wed, 12 Sep 2012 21:49:14 +0000 (21:49 +0000)]
ephysics: softbody

** linear/angular joints:
We don't need the linear and angular joints for soft bodies.

Actually these joint's are pulling the soft body towards (0, 0, 0).
The soft body is anchored with the rigid one, so limiting the rigid body
angular and linear movements seems to be enough.

** soft body configs:
Some soft body configurations were tweaked to fix issues of instability
of soft bodies.

** soft body hardness API:
Soft body hardness API was introduced as well.

** points of deformation:
The points of deformation were inverted;

** soft body mass:
Fixed issues with soft body mass changing, now it doesn't "explode" after
changing its mass.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 76560

11 years agoEvas_Gl: Use glMapBufferOES in egl/gles2.
Christopher Michael [Wed, 12 Sep 2012 20:28:04 +0000 (20:28 +0000)]
Evas_Gl: Use glMapBufferOES in egl/gles2.

SVN revision: 76556

11 years agoevas/render: Fix typo: DGB -> DBG.
Rafael Antognolli [Wed, 12 Sep 2012 19:00:23 +0000 (19:00 +0000)]
evas/render: Fix typo: DGB -> DBG.

SVN revision: 76553

11 years agoevas/render: Move REND_DGB macro to evas_private.h.
Rafael Antognolli [Wed, 12 Sep 2012 19:00:16 +0000 (19:00 +0000)]
evas/render: Move REND_DGB macro to evas_private.h.
This will make it easier to enable it, since the changes to
evas_render_mapped signature will can be done everywhere, not only
inside evas_render.c.

SVN revision: 76552

11 years agoevas/render2: Fix check to drop previous map from cache.
Rafael Antognolli [Wed, 12 Sep 2012 18:36:15 +0000 (18:36 +0000)]
evas/render2: Fix check to drop previous map from cache.

SVN revision: 76551

11 years agoevas/render: Clean all changed objects, not only the
Rafael Antognolli [Wed, 12 Sep 2012 18:36:08 +0000 (18:36 +0000)]
evas/render: Clean all changed objects, not only the
 active ones.
Objects which are children of mapped smart objects are not in the active
objects list, but should still be cleaned, and have their render_post
method called too.

SVN revision: 76550

11 years agofix bmp decoding error. other tool like GIMP
Jiyoun Park [Wed, 12 Sep 2012 16:34:45 +0000 (16:34 +0000)]
fix bmp decoding error. other tool like GIMP
can handle image size error

SVN revision: 76546

11 years agoEvas_GL: Fix kakaroto's breakage in evas_gl. GL_WRITE_ONLY is only
Christopher Michael [Wed, 12 Sep 2012 16:05:02 +0000 (16:05 +0000)]
Evas_GL: Fix kakaroto's breakage in evas_gl. GL_WRITE_ONLY is only
defined in GL/glext.h (which is not included if we are building for
SGX). A build for SGX uses EGL which defines GL_WRITE_ONLY_OES instead.

NB: I am not entirely sure that this is the 'proper' fix, but it
allows evas to build again.

SVN revision: 76540

11 years agoEo: examples rule
Vincent Torri [Wed, 12 Sep 2012 16:02:31 +0000 (16:02 +0000)]
Eo: examples rule

SVN revision: 76538

11 years agoadd null checks to WebPDecodeBGRA() returns in webp loader
Mike Blumenkrantz [Wed, 12 Sep 2012 12:13:08 +0000 (12:13 +0000)]
add null checks to WebPDecodeBGRA() returns in webp loader
SPANK SPANK, IGOR!

SVN revision: 76521

11 years agoEvas: Fixed compilation with old fontconfig.
Tom Hacohen [Wed, 12 Sep 2012 11:55:45 +0000 (11:55 +0000)]
Evas: Fixed compilation with old fontconfig.

This fixes ticket #1500 by Sleep_Walker.

SVN revision: 76520

11 years agoEo: Added eo_destructed_is.
Tom Hacohen [Wed, 12 Sep 2012 11:31:58 +0000 (11:31 +0000)]
Eo: Added eo_destructed_is.

SVN revision: 76518

11 years agoedje: reduce memory used per callback.
Cedric BAIL [Wed, 12 Sep 2012 11:16:57 +0000 (11:16 +0000)]
edje: reduce memory used per callback.

SVN revision: 76517

11 years agoedje: less test is better, thanks Jack.
Cedric BAIL [Wed, 12 Sep 2012 09:08:24 +0000 (09:08 +0000)]
edje: less test is better, thanks Jack.

SVN revision: 76510

11 years agoactually ecore_x is not needed. :)
Carsten Haitzler [Wed, 12 Sep 2012 09:01:59 +0000 (09:01 +0000)]
actually ecore_x is not needed. :)

SVN revision: 76509

11 years agoEo: make benchmark
Vincent Torri [Wed, 12 Sep 2012 08:35:12 +0000 (08:35 +0000)]
Eo: make benchmark

SVN revision: 76504

11 years agoFrom: Patryk Kaczmarek <patryk.k@samsung.com>
Patryk Kaczmarek [Wed, 12 Sep 2012 07:33:36 +0000 (07:33 +0000)]
From: Patryk Kaczmarek <patryk.k@samsung.com>

   Firstly, I want to say hallo to everyone, it is my first message to
that
   list.

      I had prepared several patches for eina module. One of them fix
problem with
   you are having highly discussion, checking if function arguments
are not
   NULL.

      What’s more:

         -           I  had  proposed patches for eina_tiler and
eina_rectangle
   functions,  now below zero values ( distance and coordinstes ) are
not
   acceptable.

      -          Documentation for eina list specified, it should be
more clear
   now and eina stringshare_strlen fixed (NULL had length 0 ).

      -          eina_convert_atofp wrong return value if fp is NULL
(EINA_TRUE
   instead of EINA_FALSE)

      I had also attached diff to AUTHORS, ChangeLog and NEWS.

SVN revision: 76498

11 years agoImprove documentation.
Sanjeev BA [Wed, 12 Sep 2012 07:31:21 +0000 (07:31 +0000)]
Improve documentation.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 76497

11 years agonews+chlog for embryo windows build fix.
Carsten Haitzler [Wed, 12 Sep 2012 07:03:40 +0000 (07:03 +0000)]
news+chlog for embryo windows build fix.

SVN revision: 76491

11 years agoEvas : Use server based buffers for vertices instead of client buffers
Youness Alaoui [Wed, 12 Sep 2012 06:19:50 +0000 (06:19 +0000)]
Evas : Use server based buffers for vertices instead of client buffers
Implement a auto-free system of the allocated buffers to avoid using
resources that we may not need anymore.

SVN revision: 76490

11 years agoEdje: edje_codegen uses errno so we should include it
Youness Alaoui [Wed, 12 Sep 2012 02:38:48 +0000 (02:38 +0000)]
Edje: edje_codegen uses errno so we should include it

SVN revision: 76484

11 years agoephysics: bump bullet requirement to 2.80
Gustavo Sverzut Barbieri [Tue, 11 Sep 2012 23:27:07 +0000 (23:27 +0000)]
ephysics: bump bullet requirement to 2.80

seems that before that it crashes in its own memory management.

SVN revision: 76482

11 years agomerge: move NEWS. All those names must be fixed later
Vincent Torri [Tue, 11 Sep 2012 18:12:40 +0000 (18:12 +0000)]
merge: move NEWS. All those names must be fixed later

SVN revision: 76472

11 years agomerge: evil compile
Vincent Torri [Tue, 11 Sep 2012 17:44:59 +0000 (17:44 +0000)]
merge: evil compile

SVN revision: 76471

11 years agomerge: fix++
Vincent Torri [Tue, 11 Sep 2012 17:27:21 +0000 (17:27 +0000)]
merge: fix++

SVN revision: 76467

11 years agomerge: fix++
Vincent Torri [Tue, 11 Sep 2012 17:11:37 +0000 (17:11 +0000)]
merge: fix++

SVN revision: 76466

11 years agomerge: add evil files
Vincent Torri [Tue, 11 Sep 2012 16:13:11 +0000 (16:13 +0000)]
merge: add evil files

SVN revision: 76464

11 years agomerge: add infra for evil
Vincent Torri [Tue, 11 Sep 2012 16:04:21 +0000 (16:04 +0000)]
merge: add infra for evil

SVN revision: 76463

11 years agoEvil: rename variables
Vincent Torri [Tue, 11 Sep 2012 15:54:23 +0000 (15:54 +0000)]
Evil: rename variables

SVN revision: 76462

11 years agouse less memory at runtime with real part structs. actual savings are
Carsten Haitzler [Tue, 11 Sep 2012 13:14:51 +0000 (13:14 +0000)]
use less memory at runtime with real part structs. actual savings are
about 25%.

SVN revision: 76460

11 years agoEcore: Update changelog ;)
Christopher Michael [Tue, 11 Sep 2012 11:43:29 +0000 (11:43 +0000)]
Ecore: Update changelog ;)

SVN revision: 76456

11 years agoformatting
Mike Blumenkrantz [Tue, 11 Sep 2012 11:43:17 +0000 (11:43 +0000)]
formatting
seriously, who breaks this shit?

SVN revision: 76455

11 years agoEcore_X: Fix more memcpy madness causing problems in randr. This fixes
Christopher Michael [Tue, 11 Sep 2012 11:41:26 +0000 (11:41 +0000)]
Ecore_X: Fix more memcpy madness causing problems in randr. This fixes
crtc_possible_outputs_get and crtc_outputs_get.

SVN revision: 76454

11 years agoedje: don't strcmp ith NULL.
Cedric BAIL [Tue, 11 Sep 2012 08:15:33 +0000 (08:15 +0000)]
edje: don't strcmp ith NULL.

SVN revision: 76449

11 years agoedje: recycle and use less memory during load time.
Cedric BAIL [Tue, 11 Sep 2012 07:30:22 +0000 (07:30 +0000)]
edje: recycle and use less memory during load time.

SVN revision: 76445

11 years agoedje: silent compiler warning.
Cedric BAIL [Tue, 11 Sep 2012 06:57:50 +0000 (06:57 +0000)]
edje: silent compiler warning.

SVN revision: 76440

11 years agoedje: oops typo.
Cedric BAIL [Tue, 11 Sep 2012 06:53:32 +0000 (06:53 +0000)]
edje: oops typo.

SVN revision: 76439

11 years agoemotion: actually theme.edj depend on theme.edc.
Cedric BAIL [Tue, 11 Sep 2012 06:46:45 +0000 (06:46 +0000)]
emotion: actually theme.edj depend on theme.edc.

SVN revision: 76438

11 years agoedje: O(1) access time for edje_cc_handler parameter.
Cedric BAIL [Tue, 11 Sep 2012 04:38:50 +0000 (04:38 +0000)]
edje: O(1) access time for edje_cc_handler parameter.

This give another 10% speed improvements (and also reduce massively
memory allocation as we do it once for one array instead of thousand
of time per list of parameters).

SVN revision: 76433

11 years agoedje: another O(1) lookup, but for alias of group.
Cedric BAIL [Tue, 11 Sep 2012 04:10:13 +0000 (04:10 +0000)]
edje: another O(1) lookup, but for alias of group.

This give a small 10% benefit on Tizen theme.

SVN revision: 76428

11 years agoedje: O(1) lookup for all access to Part_Lookup structure in edje_cc.
Cedric BAIL [Tue, 11 Sep 2012 03:39:27 +0000 (03:39 +0000)]
edje: O(1) lookup for all access to Part_Lookup structure in edje_cc.

This will give a major boost of performance for all insanely huge theme
you try to compile. Get down from 13s to 4s. Still some room for improvement.

SVN revision: 76427

11 years agoedje: remove useless check of alloca return.
Cedric BAIL [Tue, 11 Sep 2012 03:37:40 +0000 (03:37 +0000)]
edje: remove useless check of alloca return.

SVN revision: 76426

11 years agoeina: be green and recycle memory needed by Eina_Rbtree iterator.
Cedric BAIL [Tue, 11 Sep 2012 03:37:10 +0000 (03:37 +0000)]
eina: be green and recycle memory needed by Eina_Rbtree iterator.

SVN revision: 76425

11 years agoecore_con_url: Better handling of timeout messages
Leandro Pereira [Mon, 10 Sep 2012 19:06:29 +0000 (19:06 +0000)]
ecore_con_url: Better handling of timeout messages

Timeout messages are given a 408 HTTP status code (request timeout), instead
of a CRIT() message; this gives chance to the completed callback do whatever
is necessary when a timeout happens.

SVN revision: 76419

11 years agoeina/module: Rephrase warnings message on module init.
Stefan Schmidt [Mon, 10 Sep 2012 14:09:48 +0000 (14:09 +0000)]
eina/module: Rephrase warnings message on module init.

Thsi will also fail if the symbol is there but the init function just fails
to deliver EINA_TRUE. After to much digging and wondering why dlsymb and
dlopen don't behave Daniel was able to point out to me that this warning also
gets shown if init fails.

Adjust the warning message to avoid others spending to much time on this as well.

SVN revision: 76409

11 years agoEcore_X: Actually, we can still retrieve crtcs without returning Count
Christopher Michael [Mon, 10 Sep 2012 12:28:17 +0000 (12:28 +0000)]
Ecore_X: Actually, we can still retrieve crtcs without returning Count
of them. Fix (very very minor, imo not worthy of a changelog entry).

SVN revision: 76400

11 years agoEcore: Ooops, wrong date for ChangeLog entry. Fix.
Christopher Michael [Mon, 10 Sep 2012 12:25:29 +0000 (12:25 +0000)]
Ecore: Ooops, wrong date for ChangeLog entry. Fix.

SVN revision: 76398

11 years agoEcore: Update ChangeLog for recent ecore_x fix.
Christopher Michael [Mon, 10 Sep 2012 12:21:04 +0000 (12:21 +0000)]
Ecore: Update ChangeLog for recent ecore_x fix.

SVN revision: 76396

11 years agoEcore_X (randr): Correctly list crtcs also (same fix as outputs).
Christopher Michael [Mon, 10 Sep 2012 10:46:07 +0000 (10:46 +0000)]
Ecore_X (randr): Correctly list crtcs also (same fix as outputs).

SVN revision: 76392

11 years agoblock-handle--! not needed/wanted in upstream
Carsten Haitzler [Mon, 10 Sep 2012 09:51:31 +0000 (09:51 +0000)]
block-handle--! not needed/wanted in upstream

SVN revision: 76387

11 years agoEdje: Obj is UNUSED in this function (and cleanup the other __UNUSED__
Christopher Michael [Mon, 10 Sep 2012 08:03:22 +0000 (08:03 +0000)]
Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__
here...should be After the param).

SVN revision: 76372

11 years agoEdje: edje_fetch can return NULL so we should check that we have a
Christopher Michael [Mon, 10 Sep 2012 08:00:59 +0000 (08:00 +0000)]
Edje: edje_fetch can return NULL so we should check that we have a
valid edje from the parent before trying to use it.

SVN revision: 76371

11 years agoecore_imf: Add ECORE_IMF_PREEDIT_TYPE_SUB4~7 style
Jihoon Kim [Mon, 10 Sep 2012 04:48:28 +0000 (04:48 +0000)]
ecore_imf: Add ECORE_IMF_PREEDIT_TYPE_SUB4~7 style

SVN revision: 76367

11 years agoeio: Fix monitor shutdown when main loop did never run.
Cedric BAIL [Mon, 10 Sep 2012 01:52:39 +0000 (01:52 +0000)]
eio: Fix monitor shutdown when main loop did never run.

SVN revision: 76365

11 years agoexamples: fix codegen automake.
Gustavo Sverzut Barbieri [Mon, 10 Sep 2012 00:59:20 +0000 (00:59 +0000)]
examples: fix codegen automake.

we need to define BUILT_SOURCES and also
nodist_edje_codegen_example_SOURCES, then we do not need a clean-local
rule.

SVN revision: 76362

11 years agoedje shouldn't automagically detect dependencies.
Gustavo Sverzut Barbieri [Mon, 10 Sep 2012 00:31:16 +0000 (00:31 +0000)]
edje shouldn't automagically detect dependencies.

distros such as gentoo will rely on actual wanted dependencies and it
sucks to not have a way to forcefully enable or disable a dependency.

Scenario:
 - user installed eio for some weird reason.
 - user compiles edje, which was finding eio. Without user desire.
 - user removes eio because it's not needed anymore.
 - edje is broken.

Most systems will not have this problem because the package is built
on a pristine system where all dependencies are installed, then the
package is compiled and is impossible to have the user to do such
thing. Not on gentoo and others.

And this commit has a second benefit to disable eio until it's
properly fixed for edje_codegen :-)

SVN revision: 76361

11 years agoedje examples: build using local binaries, not system binaries.
Gustavo Sverzut Barbieri [Mon, 10 Sep 2012 00:06:57 +0000 (00:06 +0000)]
edje examples: build using local binaries, not system binaries.

SVN revision: 76360

11 years agoExplicit eio dependency plus new bin file.
Rui Seabra [Sun, 9 Sep 2012 22:43:52 +0000 (22:43 +0000)]
Explicit eio dependency plus new bin file.

SVN revision: 76357

11 years agoEo: add libcheck test
Vincent Torri [Sun, 9 Sep 2012 11:11:40 +0000 (11:11 +0000)]
Eo: add libcheck test

SVN revision: 76354

11 years agoEo: let's see if Tom likes this check rule
Vincent Torri [Sun, 9 Sep 2012 10:09:02 +0000 (10:09 +0000)]
Eo: let's see if Tom likes this check rule

SVN revision: 76353

11 years agoEo: use the 'check' rule to build the tests
Vincent Torri [Sun, 9 Sep 2012 09:06:31 +0000 (09:06 +0000)]
Eo: use the 'check' rule to build the tests

SVN revision: 76352

11 years agoEo: missing file
Vincent Torri [Sun, 9 Sep 2012 07:08:43 +0000 (07:08 +0000)]
Eo: missing file

SVN revision: 76351

11 years agoEo: more dos2unix
Vincent Torri [Sun, 9 Sep 2012 07:03:17 +0000 (07:03 +0000)]
Eo: more dos2unix

SVN revision: 76350

11 years agoEO: dos2unix the toplevel Makefile.am
Vincent Torri [Sun, 9 Sep 2012 06:56:11 +0000 (06:56 +0000)]
EO: dos2unix the toplevel Makefile.am

SVN revision: 76348

11 years agoecore: Ecore_Con_Eet reset size when receiving an Eet_Data.
Cedric BAIL [Sat, 8 Sep 2012 16:12:34 +0000 (16:12 +0000)]
ecore: Ecore_Con_Eet reset size when receiving an Eet_Data.

SVN revision: 76345

11 years agoreally minor improvement - detect llvmpipe as a software renderer and
Carsten Haitzler [Sat, 8 Sep 2012 14:31:18 +0000 (14:31 +0000)]
really minor improvement - detect llvmpipe as a software renderer and
blacklist it. :)

SVN revision: 76344

11 years agoEina: add EINA_UNUSED on Windows. Should be in eina_types.h instead
Vincent Torri [Sat, 8 Sep 2012 09:15:17 +0000 (09:15 +0000)]
Eina: add EINA_UNUSED on Windows. Should be in eina_types.h instead

SVN revision: 76341

11 years agoedje_codegen: cleanup
Vincent Torri [Sat, 8 Sep 2012 08:52:49 +0000 (08:52 +0000)]
edje_codegen: cleanup

SVN revision: 76340

11 years agoclean++
Vincent Torri [Sat, 8 Sep 2012 08:41:52 +0000 (08:41 +0000)]
clean++

SVN revision: 76339

11 years agoEdje: clean up autotools
Vincent Torri [Sat, 8 Sep 2012 08:40:36 +0000 (08:40 +0000)]
Edje: clean up autotools

SVN revision: 76338

11 years agoEcore_File: Fix readlink usage in ecore_file.
Vincent Torri [Sat, 8 Sep 2012 06:21:42 +0000 (06:21 +0000)]
Ecore_File: Fix readlink usage in ecore_file.

SVN revision: 76330

11 years agoEo: add autotools tests. I have plenty of errors with the unit tests on Windows
Vincent Torri [Fri, 7 Sep 2012 21:56:44 +0000 (21:56 +0000)]
Eo: add autotools tests. I have plenty of errors with the unit tests on Windows

SVN revision: 76323

11 years agoeo: copy/paste error
Vincent Torri [Fri, 7 Sep 2012 18:58:35 +0000 (18:58 +0000)]
eo: copy/paste error

SVN revision: 76319

11 years agoFix compilation on Windows
Vincent Torri [Fri, 7 Sep 2012 18:56:49 +0000 (18:56 +0000)]
Fix compilation on Windows

SVN revision: 76318

11 years agoedje_codegen: Making the example uses the new object get
Flavio Ceolin [Fri, 7 Sep 2012 15:41:22 +0000 (15:41 +0000)]
edje_codegen: Making the example uses the new object get
 function

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>

SVN revision: 76315

11 years agoedje_codegen: Improving the generated code
Flavio Ceolin [Fri, 7 Sep 2012 15:40:26 +0000 (15:40 +0000)]
edje_codegen: Improving the generated code

Adding a new function that creates the edje object and set
the edj file.

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>

SVN revision: 76314

11 years agoEcore: Update ChangeLog and NEWS for Vince.
Christopher Michael [Fri, 7 Sep 2012 13:22:16 +0000 (13:22 +0000)]
Ecore: Update ChangeLog and NEWS for Vince.

SVN revision: 76308

11 years agoEcore_X (RandR): Fix long outstanding randr bug which caused
Christopher Michael [Fri, 7 Sep 2012 13:12:30 +0000 (13:12 +0000)]
Ecore_X (RandR): Fix long outstanding randr bug which caused
ecore_x_randr to not work for pretty much everyone. Short version,
don't memcpy something potentially Larger into something Certainly
smaller. (read on for the details).

NB: This 'should' fix all the randr problems in ecore_x (tho I have
not tested Everything).

NB: Ok, here goes:
    XRRGetScreenResources returns a struct. Inside that struct is a
    list of RROutputs.

    RROutput is defined as (from randrproto.h):
      #define RROutput CARD32

    CARD32 is defined as (from X11/Xmd.h):
      # ifdef LONG64
        typedef unsigned long CARD64;
        typedef unsigned int CARD32;
      # else
        typedef unsigned long CARD32;
      # endif
    so CARD32 can change based on the system (32/64 bit).

    Ecore_X_Randr_Output is defined as (Ecore_X.h):
       typedef Ecore_X_ID Ecore_X_Randr_Output;
       (for reference: typedef unsigned int Ecore_X_ID)

    Double bonus points if you have already spotted the problem !! ;)

SVN revision: 76306

11 years agovincent - try this on windows.
Carsten Haitzler [Fri, 7 Sep 2012 10:12:50 +0000 (10:12 +0000)]
vincent - try this on windows.

SVN revision: 76293

11 years agoevas/gl_common - simpler code
ChunEon Park [Fri, 7 Sep 2012 08:31:19 +0000 (08:31 +0000)]
evas/gl_common - simpler code

SVN revision: 76289

11 years agofix evas map leak.
Carsten Haitzler [Fri, 7 Sep 2012 08:02:32 +0000 (08:02 +0000)]
fix evas map leak.

SVN revision: 76286

11 years agofix image alpha set bug.
Carsten Haitzler [Fri, 7 Sep 2012 05:57:22 +0000 (05:57 +0000)]
fix image alpha set bug.

SVN revision: 76277

11 years agoeina eina_list.h: Fixed documentation. Special thanks to Sungho Kwak for spotting...
Daniel Juyung Seo [Fri, 7 Sep 2012 05:53:36 +0000 (05:53 +0000)]
eina eina_list.h: Fixed documentation. Special thanks to Sungho Kwak for spotting this out.

SVN revision: 76276

11 years agoreally minor fix - to invalidate cache on memfile set.. set to not has
Carsten Haitzler [Fri, 7 Sep 2012 05:27:55 +0000 (05:27 +0000)]
really minor fix - to invalidate cache on memfile set.. set to not has
cur alpha then the cur alpha flag! :)

SVN revision: 76275

11 years agoedje : fixed a doc.
WooHyun Jung [Fri, 7 Sep 2012 05:19:28 +0000 (05:19 +0000)]
edje : fixed a doc.

SVN revision: 76274

11 years agoedje : Just fixed a doc.
WooHyun Jung [Fri, 7 Sep 2012 05:09:46 +0000 (05:09 +0000)]
edje : Just fixed a doc.

SVN revision: 76273

11 years agoeina eina_convert.c: Fixed formatting.
Daniel Juyung Seo [Fri, 7 Sep 2012 02:39:25 +0000 (02:39 +0000)]
eina eina_convert.c: Fixed formatting.

SVN revision: 76269

11 years agoeina: bug fixes by Sungho Kwak.
Cedric BAIL [Fri, 7 Sep 2012 02:32:59 +0000 (02:32 +0000)]
eina: bug fixes by Sungho Kwak.

Return EINA_FALSE on NULL input as we can't produce valid result.

SVN revision: 76267

11 years agoecore AUTHORS: Added translator Seong-ho Cho to the list of authors. I had to google...
Daniel Juyung Seo [Fri, 7 Sep 2012 02:19:51 +0000 (02:19 +0000)]
ecore AUTHORS: Added translator Seong-ho Cho to the list of authors. I had to google it for his email address though :) Anyhow, thanks.

SVN revision: 76265

11 years agoecore ko.po: Korean translation for ecore. Patch by DarkCircle.
Daniel Juyung Seo [Fri, 7 Sep 2012 01:38:57 +0000 (01:38 +0000)]
ecore ko.po: Korean translation for ecore. Patch by DarkCircle.

http://trac.enlightenment.org/e/ticket/1432
Add Korean translation for the ecore
I've added Korean translation for the ecore into trunk.
please make sure that there is something problem or not, again. thank you

SVN revision: 76264

11 years agoephysics: update TODO
Bruno Dilly [Thu, 6 Sep 2012 17:18:28 +0000 (17:18 +0000)]
ephysics: update TODO

SVN revision: 76255

11 years agoedje: correct NULL check. Happy SeoZ :-)
Cedric BAIL [Thu, 6 Sep 2012 10:05:34 +0000 (10:05 +0000)]
edje: correct NULL check. Happy SeoZ :-)

SVN revision: 76235

11 years agoedje: check NULL :-)
Cedric BAIL [Thu, 6 Sep 2012 10:01:44 +0000 (10:01 +0000)]
edje: check NULL :-)

SVN revision: 76234