platform/upstream/efl.git
11 years agoevas/proxy - rename variables to be shorter.
ChunEon Park [Thu, 25 Oct 2012 15:24:27 +0000 (15:24 +0000)]
evas/proxy - rename variables to be shorter.

SVN revision: 78460

11 years agoevas/events - separate source_events feed functions. need to care more.
ChunEon Park [Thu, 25 Oct 2012 15:12:54 +0000 (15:12 +0000)]
evas/events - separate source_events feed functions. need to care more.

SVN revision: 78458

11 years agoevas - updated NEWS and Changelog
ChunEon Park [Thu, 25 Oct 2012 15:05:06 +0000 (15:05 +0000)]
evas - updated NEWS and Changelog

SVN revision: 78457

11 years agooops printf--
Carsten Haitzler [Thu, 25 Oct 2012 11:31:20 +0000 (11:31 +0000)]
oops printf--

SVN revision: 78445

11 years agofix minor case of the segv's in evas.
Carsten Haitzler [Thu, 25 Oct 2012 11:28:12 +0000 (11:28 +0000)]
fix minor case of the segv's in evas.

SVN revision: 78443

11 years agoFix for elementary_codegen and edje_codegen
Daniel Zaoui [Thu, 25 Oct 2012 09:56:31 +0000 (09:56 +0000)]
Fix for elementary_codegen and edje_codegen

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78436

11 years agoCompilation fixes
Daniel Zaoui [Thu, 25 Oct 2012 09:56:27 +0000 (09:56 +0000)]
Compilation fixes

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78435

11 years agoevas: give a Warp 10 engine to XPM loader !
Cedric BAIL [Thu, 25 Oct 2012 08:02:31 +0000 (08:02 +0000)]
evas: give a Warp 10 engine to XPM loader !

NOTE: If anyone know the moron who did think it was a
great idea to make XPM the Freedesktop recommanded
choice for icons, please give him a huge SPANK for me !

NOTE: There is in fact no reason why CServe2 and default
loader code are not shared. The number of different line
is small. I highly advise we make the effort to merge
them back soon.

SVN revision: 78424

11 years agoevas - added Evas_Coord_Size, Evas_Coord_Precision_Size types
ChunEon Park [Thu, 25 Oct 2012 05:28:12 +0000 (05:28 +0000)]
evas - added Evas_Coord_Size, Evas_Coord_Precision_Size types

SVN revision: 78417

11 years agoEina: add affinity to win32 code.
Vincent Torri [Thu, 25 Oct 2012 05:21:58 +0000 (05:21 +0000)]
Eina: add affinity to win32 code.

It's not working yet:
 * eina_thread.c:152:33: error: 'index' undeclared (first use in this function)
 * eina_thread.c:295:4: warning: passing argument 3 of '_eina_thread_win32_create' from incompatible pointer type [enabled by default]

also:

 * line 142, is it normal that we call eina_list_append() with tw being NULL ?
 * is what I did in the close_thread label correct ?

SVN revision: 78416

11 years agoevas/event - optimize to not transform coordinates again in map enabled case.
ChunEon Park [Thu, 25 Oct 2012 04:03:06 +0000 (04:03 +0000)]
evas/event - optimize to not transform coordinates again in map enabled case.

SVN revision: 78415

11 years agooops... thanks stefan and build bot.
Gustavo Sverzut Barbieri [Wed, 24 Oct 2012 21:51:59 +0000 (21:51 +0000)]
oops... thanks stefan and build bot.

I don't have eo here, so I can't test newer edje... not even compile :-P

SVN revision: 78413

11 years agoDoxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Stefan Schmidt [Wed, 24 Oct 2012 19:50:29 +0000 (19:50 +0000)]
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.

Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409

11 years agoabort if cannot create /tmp file for cpp (epp).
Gustavo Sverzut Barbieri [Wed, 24 Oct 2012 19:04:01 +0000 (19:04 +0000)]
abort if cannot create /tmp file for cpp (epp).

one user complained that if /tmp wasn't writable (...?) it would keep
going but would abort with a message that his #define were not being
replaced, which is strange.

at the end the reason was it did not abort on mkstemp() failure.

SVN revision: 78408

11 years agoevas: unbork build of non static also.
Cedric BAIL [Wed, 24 Oct 2012 09:25:44 +0000 (09:25 +0000)]
evas: unbork build of non static also.

m4 macro would be of a great use to simplify this mess.

SVN revision: 78393

11 years agoevas: fix borked static module support.
Cedric BAIL [Wed, 24 Oct 2012 08:46:25 +0000 (08:46 +0000)]
evas: fix borked static module support.

SVN revision: 78392

11 years agoevas - NEWS, Changelog
ChunEon Park [Wed, 24 Oct 2012 07:34:20 +0000 (07:34 +0000)]
evas - NEWS, Changelog

SVN revision: 78391

11 years agoevas/event - no more valid.
ChunEon Park [Wed, 24 Oct 2012 07:14:52 +0000 (07:14 +0000)]
evas/event - no more valid.

SVN revision: 78390

11 years agoevas/events - fix source event pass for map transformed.
ChunEon Park [Wed, 24 Oct 2012 07:10:17 +0000 (07:10 +0000)]
evas/events - fix source event pass for map transformed.

SVN revision: 78389

11 years agoevas/events - add missing since
ChunEon Park [Wed, 24 Oct 2012 06:17:28 +0000 (06:17 +0000)]
evas/events - add missing since

SVN revision: 78387

11 years agoevas/event - dont pass events when source_events is false
ChunEon Park [Wed, 24 Oct 2012 06:15:21 +0000 (06:15 +0000)]
evas/event - dont pass events when source_events is false

SVN revision: 78386

11 years agoevas/event - refactoring for less code
ChunEon Park [Wed, 24 Oct 2012 04:36:02 +0000 (04:36 +0000)]
evas/event - refactoring for less code

SVN revision: 78383

11 years agoevas: fix gl_sdl b0rk.
Cedric BAIL [Wed, 24 Oct 2012 02:59:56 +0000 (02:59 +0000)]
evas: fix gl_sdl b0rk.

SVN revision: 78381

11 years agoevas/image - [E-devel] [PATCH][Evas] improve the evas_object_image_source_visible_set...
ChunEon Park [Wed, 24 Oct 2012 01:36:29 +0000 (01:36 +0000)]
evas/image - [E-devel] [PATCH][Evas] improve the evas_object_image_source_visible_set docs

Hi,

Attached goes a patch improving the evas_object_image_source_visible_set
documentation.

Regards,

Signed-Off-By: Leandro Dorileo<dorileo@profusion.mobi>
SVN revision: 78379

11 years agoEo: Fixed compilation warning.
Tom Hacohen [Tue, 23 Oct 2012 10:01:50 +0000 (10:01 +0000)]
Eo: Fixed compilation warning.

SVN revision: 78366

11 years agoEfl eo: Fixed compilation warnings.
Tom Hacohen [Tue, 23 Oct 2012 09:56:39 +0000 (09:56 +0000)]
Efl eo: Fixed compilation warnings.

SVN revision: 78365

11 years agofix possible size set segv in gl engine.
Carsten Haitzler [Tue, 23 Oct 2012 08:55:22 +0000 (08:55 +0000)]
fix possible size set segv in gl engine.

SVN revision: 78363

11 years agoevas/proxy - added 2 more apis. not enough yet. will fix them soon.
ChunEon Park [Tue, 23 Oct 2012 08:44:11 +0000 (08:44 +0000)]
evas/proxy - added 2 more apis. not enough yet. will fix them soon.

evas_object_image_source_events_set/get

SVN revision: 78361

11 years agoEvas textgrid: Fixed compilation warning.
Tom Hacohen [Tue, 23 Oct 2012 07:25:29 +0000 (07:25 +0000)]
Evas textgrid: Fixed compilation warning.

SVN revision: 78360

11 years agocosmetic
Vincent Torri [Tue, 23 Oct 2012 06:30:48 +0000 (06:30 +0000)]
cosmetic

SVN revision: 78359

11 years agoAdd @since 1.8 to all the defines added for Eo in Evas.h + fixes after
Daniel Zaoui [Tue, 23 Oct 2012 06:26:40 +0000 (06:26 +0000)]
Add @since 1.8 to all the defines added for Eo in Evas.h + fixes after
make doc.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78358

11 years agoEdje: Fix uninitialized variable warning.
Christopher Michael [Tue, 23 Oct 2012 06:16:13 +0000 (06:16 +0000)]
Edje: Fix uninitialized variable warning.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78357

11 years agoEdje: Makes no sense to call evas_object_evas_get Again when we
Christopher Michael [Tue, 23 Oct 2012 06:16:08 +0000 (06:16 +0000)]
Edje: Makes no sense to call evas_object_evas_get Again when we
previously called it a few lines above.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78356

11 years agomerge: move stuff
Vincent Torri [Tue, 23 Oct 2012 06:12:37 +0000 (06:12 +0000)]
merge: move stuff

SVN revision: 78355

11 years agomerge: add version for Evil requirements
Vincent Torri [Tue, 23 Oct 2012 05:56:57 +0000 (05:56 +0000)]
merge: add version for Evil requirements

SVN revision: 78351

11 years agomerge: pass directly to the preprocessor the Windows macro instead of using autotools
Vincent Torri [Tue, 23 Oct 2012 05:43:57 +0000 (05:43 +0000)]
merge: pass directly to the preprocessor the Windows macro instead of using autotools

SVN revision: 78350

11 years agomerge: use package version instead of 1.7.99
Vincent Torri [Tue, 23 Oct 2012 05:23:25 +0000 (05:23 +0000)]
merge: use package version instead of 1.7.99

SVN revision: 78349

11 years agomerge: useless (and wrong anyway) test, add reminder, and remove comment
Vincent Torri [Mon, 22 Oct 2012 21:31:10 +0000 (21:31 +0000)]
merge: useless (and wrong anyway) test, add reminder, and remove comment

SVN revision: 78346

11 years agomerge: better output
Vincent Torri [Mon, 22 Oct 2012 21:16:49 +0000 (21:16 +0000)]
merge: better output

SVN revision: 78345

11 years agoand that one too
Vincent Torri [Mon, 22 Oct 2012 21:05:28 +0000 (21:05 +0000)]
and that one too

SVN revision: 78344

11 years agomerge: remove useless define
Vincent Torri [Mon, 22 Oct 2012 21:03:29 +0000 (21:03 +0000)]
merge: remove useless define

SVN revision: 78343

11 years agomerge: more cosmetic changes
Vincent Torri [Mon, 22 Oct 2012 20:54:19 +0000 (20:54 +0000)]
merge: more cosmetic changes

SVN revision: 78342

11 years agomerge: more quoted macros
Vincent Torri [Mon, 22 Oct 2012 20:19:48 +0000 (20:19 +0000)]
merge: more quoted macros

SVN revision: 78341

11 years agomerge: minor cleanup
Vincent Torri [Mon, 22 Oct 2012 20:07:04 +0000 (20:07 +0000)]
merge: minor cleanup

SVN revision: 78340

11 years agoevas/build: Fix examples building enable/disable.
Rafael Antognolli [Mon, 22 Oct 2012 20:02:35 +0000 (20:02 +0000)]
evas/build: Fix examples building enable/disable.

It should be disable if the dependencies were NOT found.

SVN revision: 78339

11 years agoefl: use EINA_CONFIG() instead of manual if-define-endif-AC_SUBST
Gustavo Sverzut Barbieri [Mon, 22 Oct 2012 19:56:05 +0000 (19:56 +0000)]
efl: use EINA_CONFIG() instead of manual if-define-endif-AC_SUBST

bad cedric, did not look around in the file :-)

SVN revision: 78338

11 years agoevas - ahhh . fixed typo again.
ChunEon Park [Mon, 22 Oct 2012 10:30:52 +0000 (10:30 +0000)]
evas - ahhh . fixed typo again.

SVN revision: 78329

11 years agoevas - fixed typo
ChunEon Park [Mon, 22 Oct 2012 10:28:52 +0000 (10:28 +0000)]
evas - fixed typo

SVN revision: 78328

11 years agoevas/proxy - fill the eo op description
ChunEon Park [Mon, 22 Oct 2012 10:27:08 +0000 (10:27 +0000)]
evas/proxy - fill the eo op description

SVN revision: 78327

11 years agoFix for amalgamation.
Daniel Zaoui [Mon, 22 Oct 2012 09:36:23 +0000 (09:36 +0000)]
Fix for amalgamation.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78325

11 years agoevas/render - update where source object visiblity is changed
ChunEon Park [Mon, 22 Oct 2012 08:59:32 +0000 (08:59 +0000)]
evas/render - update where source object visiblity is changed

SVN revision: 78324

11 years agoFix for Clouseau. Seems that some bugs remain on Evas.
Daniel Zaoui [Mon, 22 Oct 2012 08:57:08 +0000 (08:57 +0000)]
Fix for Clouseau. Seems that some bugs remain on Evas.
Sorry for the inconvenience.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78323

11 years agoAdd Doxygen descriptions for the evas objects and evas canvas new
Daniel Zaoui [Mon, 22 Oct 2012 08:57:02 +0000 (08:57 +0000)]
Add Doxygen descriptions for the evas objects and evas canvas new
defines.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78322

11 years agoevas : Additional explanation for style tag in evas textblock.
WooHyun Jung [Mon, 22 Oct 2012 08:28:55 +0000 (08:28 +0000)]
evas : Additional explanation for style tag in evas textblock.

SVN revision: 78319

11 years agoevas/event - sorry. nevermind. it's ok.
ChunEon Park [Mon, 22 Oct 2012 06:48:21 +0000 (06:48 +0000)]
evas/event - sorry. nevermind. it's ok.

SVN revision: 78317

11 years agoevas/event - my commit caused some problem. revert temporarly.
ChunEon Park [Mon, 22 Oct 2012 06:45:15 +0000 (06:45 +0000)]
evas/event - my commit caused some problem.  revert temporarly.

SVN revision: 78316

11 years agoevas/events - use Eina_Bool
ChunEon Park [Mon, 22 Oct 2012 05:02:53 +0000 (05:02 +0000)]
evas/events - use Eina_Bool

SVN revision: 78314

11 years agoevas/proxy - skip the events on invisible source obj.
ChunEon Park [Mon, 22 Oct 2012 04:57:32 +0000 (04:57 +0000)]
evas/proxy - skip the events on invisible source obj.

SVN revision: 78313

11 years agoFix edje_edit. Didn't see that the base of the Edje_edit is not a
Daniel Zaoui [Sun, 21 Oct 2012 13:35:16 +0000 (13:35 +0000)]
Fix edje_edit. Didn't see that the base of the Edje_edit is not a
pointer. Changed it to satisfy Eo requirements.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78306

11 years agoEdje porting to Eo
Daniel Zaoui [Sun, 21 Oct 2012 10:46:58 +0000 (10:46 +0000)]
Edje porting to Eo

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78305

11 years agoRemove EAPI that were not supposed to be.
Daniel Zaoui [Sun, 21 Oct 2012 08:17:08 +0000 (08:17 +0000)]
Remove EAPI that were not supposed to be.

vtorri is hot today!!!

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78303

11 years agoefreet: Fixed build break without edbus2. Patch by vtorri.
Daniel Juyung Seo [Sun, 21 Oct 2012 08:09:05 +0000 (08:09 +0000)]
efreet: Fixed build break without edbus2. Patch by vtorri.

Thanks a lot vtorri!
I tested this with/without edbus2.

SVN revision: 78302

11 years agoFix: compilation problem due to _ecore_parent declaration and
Daniel Zaoui [Sun, 21 Oct 2012 08:04:20 +0000 (08:04 +0000)]
Fix: compilation problem due to _ecore_parent declaration and
HAVE_MALLINFO conflict.

Thanks to vtorri for having found that.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78301

11 years agoefreet: Add dbus efreet daemon
Sebastian Dransfeld [Sun, 21 Oct 2012 04:53:23 +0000 (04:53 +0000)]
efreet: Add dbus efreet daemon

Not working yet.

SVN revision: 78294

11 years agoefreet: move common function to base
Sebastian Dransfeld [Sun, 21 Oct 2012 04:53:18 +0000 (04:53 +0000)]
efreet: move common function to base

SVN revision: 78293

11 years agoedbus: Add initializers to stop warnings
Sebastian Dransfeld [Sun, 21 Oct 2012 04:52:59 +0000 (04:52 +0000)]
edbus: Add initializers to stop warnings

SVN revision: 78292

11 years agoevas_text_grid: ' ' can be underlined or striken through
Boris Faure [Sat, 20 Oct 2012 14:02:36 +0000 (14:02 +0000)]
evas_text_grid: ' ' can be underlined or striken through

+ typo

SVN revision: 78284

11 years agoecore: Fix unbalanced lock
Mike McCormack [Sat, 20 Oct 2012 05:08:18 +0000 (05:08 +0000)]
ecore: Fix unbalanced lock

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 78274

11 years agoevas: Fix unused return code warnings... check return codes
Mike McCormack [Fri, 19 Oct 2012 23:50:44 +0000 (23:50 +0000)]
evas: Fix unused return code warnings... check return codes

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 78273

11 years agoefreet: Fix efreet_init_parse for non existent file
Lucas De Marchi [Fri, 19 Oct 2012 23:33:05 +0000 (23:33 +0000)]
efreet: Fix efreet_init_parse for non existent file

The conversion to eina_file_map() in r78179 broke the error path of
efreet_init_parse(). Particularly if file doesn't exist. Since the variables
were not initialized it was trying to operate on random values from the stack.
So I got the following crash on E17:

#0  0x00007f238b0bbd67 in waitpid () from /usr/lib/libpthread.so.0
#1  0x00000000004397a3 in e_alert_show ()
#2  0x0000000000526392 in e_sigseg_act ()
#3  <signal handler called>
#4  0x0000000000000031 in ?? ()
#5  0x00007f239315df0f in efreet_ini_parse (file=file@entry=0x7fff39ce46f0 "/home/lucas/local/share/enlightenment/applications/defaults.list")
    at /home/lucas/p/e-svn/trunk/efreet/src/lib/efreet_ini.c:245
#6  0x00007f239315e100 in efreet_ini_new (file=0x7fff39ce46f0 "/home/lucas/local/share/enlightenment/applications/defaults.list")
    at /home/lucas/p/e-svn/trunk/efreet/src/lib/efreet_ini.c:82
#7  0x0000000000538174 in _e_util_default_terminal_get ()
#8  0x00000000005382dc in e_util_terminal_desktop_get ()
#9  0x00007f23706a1065 in e_fwin_init () from /home/lucas/local/lib/enlightenment/modules/fileman/linux-gnu-x86_64-ver-pre-svn-08/module.so
#10 0x00007f237069b524 in e_modapi_init () from /home/lucas/local/lib/enlightenment/modules/fileman/linux-gnu-x86_64-ver-pre-svn-08/module.so
#11 0x000000000050420d in e_module_enable ()
#12 0x0000000000504e77 in _e_module_cb_idler ()
#13 0x00007f238da22739 in _ecore_call_task_cb (data=<optimized out>, func=<optimized out>) at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_private.h:265
#14 _ecore_idle_enterer_call () at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_idle_enterer.c:234
#15 0x00007f238da24c1b in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_main.c:1826
#16 0x00007f238da252c7 in ecore_main_loop_begin () at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_main.c:934
#17 0x0000000000436167 in main ()

Besides initializing the variables, there's no need to "goto" if the file
doesn't exist.... just return.

SVN revision: 78272

11 years agoephysics: support back-face culling
Bruno Dilly [Fri, 19 Oct 2012 18:50:46 +0000 (18:50 +0000)]
ephysics: support back-face culling

SVN revision: 78265

11 years agoephysics: fine tunning on sandbox layout
Ricardo de Almeida Gonzaga [Fri, 19 Oct 2012 18:50:38 +0000 (18:50 +0000)]
ephysics: fine tunning on sandbox layout

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78264

11 years agoedbus: Add example for emitting signal
Lucas De Marchi [Fri, 19 Oct 2012 18:24:36 +0000 (18:24 +0000)]
edbus: Add example for emitting signal

SVN revision: 78263

11 years agoedbus: Remove space after for-like macros
Lucas De Marchi [Fri, 19 Oct 2012 18:24:30 +0000 (18:24 +0000)]
edbus: Remove space after for-like macros

SVN revision: 78262

11 years agoBackport 78258/78259 to fix Eina amalgamation build.
Nicholas Hughart [Fri, 19 Oct 2012 16:19:33 +0000 (16:19 +0000)]
Backport 78258/78259 to fix Eina amalgamation build.

SVN revision: 78260

11 years agoA little formatting fix
Nicholas Hughart [Fri, 19 Oct 2012 16:01:49 +0000 (16:01 +0000)]
A little formatting fix

SVN revision: 78259

11 years agoMake Eina amalgamation build again
Nicholas Hughart [Fri, 19 Oct 2012 15:57:55 +0000 (15:57 +0000)]
Make Eina amalgamation build again

  The eina_thread_init and eina_thread_shutdown functions
  have to return Eina_Bool to match other init/shutdown
  functions in Eina.  The fact that this didn't break the
  normal build is interesting...

SVN revision: 78258

11 years agoEvas: Add EINA_UNUSED where missing.
Christopher Michael [Fri, 19 Oct 2012 12:58:37 +0000 (12:58 +0000)]
Evas: Add EINA_UNUSED where missing.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78253

11 years agoEvas: Remove unused variables
Christopher Michael [Fri, 19 Oct 2012 12:58:33 +0000 (12:58 +0000)]
Evas: Remove unused variables

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78252

11 years agoevas - updated NEWS & Changelog
ChunEon Park [Fri, 19 Oct 2012 12:26:59 +0000 (12:26 +0000)]
evas - updated NEWS & Changelog

SVN revision: 78251

11 years agoevas/clip - use Eina_Bool
ChunEon Park [Fri, 19 Oct 2012 12:22:42 +0000 (12:22 +0000)]
evas/clip - use Eina_Bool

SVN revision: 78250

11 years agoevas/proxy - update rendering when source visibility is switching.
ChunEon Park [Fri, 19 Oct 2012 12:22:16 +0000 (12:22 +0000)]
evas/proxy - update rendering when source visibility is switching.

SVN revision: 78249

11 years agoevas/render - refactoring code.
ChunEon Park [Fri, 19 Oct 2012 12:00:57 +0000 (12:00 +0000)]
evas/render - refactoring code.

SVN revision: 78248

11 years agoevas: move to Eina_Thread.
Cedric BAIL [Fri, 19 Oct 2012 10:56:34 +0000 (10:56 +0000)]
evas: move to Eina_Thread.

SVN revision: 78245

11 years agoecore: oops fix a typo.
Cedric BAIL [Fri, 19 Oct 2012 10:45:25 +0000 (10:45 +0000)]
ecore: oops fix a typo.

SVN revision: 78243

11 years agoeina: Always do opendir first
Sebastian Dransfeld [Fri, 19 Oct 2012 09:03:14 +0000 (09:03 +0000)]
eina: Always do opendir first

SVN revision: 78238

11 years agofix dirp leak
Carsten Haitzler [Fri, 19 Oct 2012 08:18:59 +0000 (08:18 +0000)]
fix dirp leak

SVN revision: 78235

11 years agoevas: use new Eina_Thread API.
Cedric BAIL [Fri, 19 Oct 2012 07:18:11 +0000 (07:18 +0000)]
evas: use new Eina_Thread API.

SVN revision: 78232

11 years agoeina: look around for setaffinity.
Cedric BAIL [Fri, 19 Oct 2012 07:15:11 +0000 (07:15 +0000)]
eina: look around for setaffinity.

SVN revision: 78231

11 years agoecore: update to new API.
Cedric BAIL [Fri, 19 Oct 2012 07:13:21 +0000 (07:13 +0000)]
ecore: update to new API.

SVN revision: 78230

11 years agoefl: change a little bit API.
Cedric BAIL [Fri, 19 Oct 2012 07:13:08 +0000 (07:13 +0000)]
efl: change a little bit API.

SVN revision: 78229

11 years agoeina: change API a little bit.
Cedric BAIL [Fri, 19 Oct 2012 07:12:30 +0000 (07:12 +0000)]
eina: change API a little bit.

SVN revision: 78228

11 years agoecore: use Eina_Thread in Ecore_Thread.
Cedric BAIL [Fri, 19 Oct 2012 05:49:48 +0000 (05:49 +0000)]
ecore: use Eina_Thread in Ecore_Thread.

SVN revision: 78227

11 years agoeina: add Eina_Thread API.
Cedric BAIL [Fri, 19 Oct 2012 05:48:16 +0000 (05:48 +0000)]
eina: add Eina_Thread API.

SVN revision: 78226

11 years agoefl: add Eina_Thread API.
Cedric BAIL [Fri, 19 Oct 2012 05:47:33 +0000 (05:47 +0000)]
efl: add Eina_Thread API.

SVN revision: 78225

11 years agoeina: handle properly case where str != NULL and slen == 0
Cedric BAIL [Fri, 19 Oct 2012 04:38:08 +0000 (04:38 +0000)]
eina: handle properly case where str != NULL and slen == 0

SVN revision: 78222

11 years agoefl: backport r78215.
Cedric BAIL [Fri, 19 Oct 2012 01:51:07 +0000 (01:51 +0000)]
efl: backport r78215.

SVN revision: 78217

11 years agoefl: backport r78213.
Cedric BAIL [Fri, 19 Oct 2012 01:49:06 +0000 (01:49 +0000)]
efl: backport r78213.

SVN revision: 78216

11 years agoefl: oops revert things that should not have got in.
Cedric BAIL [Fri, 19 Oct 2012 01:32:31 +0000 (01:32 +0000)]
efl: oops revert things that should not have got in.

SVN revision: 78212

11 years agoefl: backport r78209.
Cedric BAIL [Fri, 19 Oct 2012 01:31:22 +0000 (01:31 +0000)]
efl: backport r78209.

SVN revision: 78211