platform/upstream/efl.git
13 years agoadd fallback methods for grabbing disk vendor/model/etc
Mike Blumenkrantz [Tue, 17 May 2011 00:10:52 +0000 (00:10 +0000)]
add fallback methods for grabbing disk vendor/model/etc

SVN revision: 59457

13 years agofix eina_prefix.c on Windows (at least a part of it, as elm is not working with it)
Vincent Torri [Mon, 16 May 2011 17:39:20 +0000 (17:39 +0000)]
fix eina_prefix.c on Windows (at least a part of it, as elm is not working with it)

SVN revision: 59454

13 years agofix eina_inline_lock_void.x
Vincent Torri [Mon, 16 May 2011 17:37:51 +0000 (17:37 +0000)]
fix eina_inline_lock_void.x

SVN revision: 59453

13 years agoEdje min_restricted_calc: Fix the fallback calc to calc more correctly.
Tom Hacohen [Mon, 16 May 2011 14:09:08 +0000 (14:09 +0000)]
Edje min_restricted_calc: Fix the fallback calc to calc more correctly.

Ok was shared between width and height and in the error, and in the error
case we don't reset maxw and maxh; This caused maxw and maxh to be added
a couple of times even when not needed. This would cause weird sizing.

SVN revision: 59450

13 years agouse the ecore pos map call for edje as opposed to do it yourself. this
Carsten Haitzler [Mon, 16 May 2011 13:16:34 +0000 (13:16 +0000)]
use the ecore pos map call for edje as opposed to do it yourself. this
also opens up new position mappings like factored accel/decel/sin,
divis, bounce and spring! :) documentation provided.

SVN revision: 59449

13 years agoFix embryo code creation. Add newline after each function. It avoid lines to be too...
Raoul HECKY [Mon, 16 May 2011 12:16:54 +0000 (12:16 +0000)]
Fix embryo code creation. Add newline after each function. It avoid lines to be too long for embryo_cc.

SVN revision: 59448

13 years agoin this commit, we learn the value of the '!' operator.
Mike Blumenkrantz [Mon, 16 May 2011 12:09:47 +0000 (12:09 +0000)]
in this commit, we learn the value of the '!' operator.

SVN revision: 59447

13 years agoaccount for canceled operations (no events for these), remove freed disks from event...
Mike Blumenkrantz [Mon, 16 May 2011 11:32:11 +0000 (11:32 +0000)]
account for canceled operations (no events for these), remove freed disks from event list

SVN revision: 59446

13 years agoadd docs for eject, fix some devastating typos in eject, eject now unmounts mounted...
Mike Blumenkrantz [Mon, 16 May 2011 11:24:26 +0000 (11:24 +0000)]
add docs for eject, fix some devastating typos in eject, eject now unmounts mounted disks before ejecting

SVN revision: 59445

13 years agoadd eject functions/events
Mike Blumenkrantz [Mon, 16 May 2011 11:03:06 +0000 (11:03 +0000)]
add eject functions/events

SVN revision: 59443

13 years agouse eina_fp fixed point sincos table to reduce calc overhead.
Carsten Haitzler [Mon, 16 May 2011 10:51:02 +0000 (10:51 +0000)]
use eina_fp fixed point sincos table to reduce calc overhead.

SVN revision: 59442

13 years agotrailing whitespace--
Mike Blumenkrantz [Mon, 16 May 2011 10:38:47 +0000 (10:38 +0000)]
trailing whitespace--

SVN revision: 59441

13 years agotrack all disk objects, fix typo in eeze optmap from earlier, catch and create extern...
Mike Blumenkrantz [Mon, 16 May 2011 09:52:16 +0000 (09:52 +0000)]
track all disk objects, fix typo in eeze optmap from earlier, catch and create external mount events

SVN revision: 59439

13 years agoforgot to add uid to the mount optmap
Mike Blumenkrantz [Mon, 16 May 2011 02:16:26 +0000 (02:16 +0000)]
forgot to add uid to the mount optmap

SVN revision: 59432

13 years agopointed out by jiyoun ... but patch wasn't quite right. shouldnt
Carsten Haitzler [Mon, 16 May 2011 02:06:41 +0000 (02:06 +0000)]
pointed out by jiyoun ... but patch wasn't quite right. shouldnt
manually ref-- the old im - should call drop. also... dont make
original dirty as we don't modify it, we just drop (unref) it.

SVN revision: 59431

13 years agoeeze_disk_cancel for canceling pending operations
Mike Blumenkrantz [Mon, 16 May 2011 01:32:40 +0000 (01:32 +0000)]
eeze_disk_cancel for canceling pending operations

SVN revision: 59430

13 years agoforgot eeze_disk_udev_get_parent earlier
Mike Blumenkrantz [Mon, 16 May 2011 00:57:16 +0000 (00:57 +0000)]
forgot eeze_disk_udev_get_parent earlier

SVN revision: 59429

13 years agoautomatically apply iocharset=utf8 for jfs (NOT with FAT. causes corruption)
Mike Blumenkrantz [Mon, 16 May 2011 00:13:42 +0000 (00:13 +0000)]
automatically apply iocharset=utf8 for jfs (NOT with FAT. causes corruption)

SVN revision: 59428

13 years agoadd a mountopt flag for automatically adding uid
Mike Blumenkrantz [Mon, 16 May 2011 00:06:41 +0000 (00:06 +0000)]
add a mountopt flag for automatically adding uid

SVN revision: 59427

13 years agoapply mount wrapper to umount, use ecore_exe_run instead of pipe_run
Mike Blumenkrantz [Sun, 15 May 2011 23:54:30 +0000 (23:54 +0000)]
apply mount wrapper to umount, use ecore_exe_run instead of pipe_run

SVN revision: 59426

13 years agojust use ecore_exe_run instead of pipe_run
Mike Blumenkrantz [Sun, 15 May 2011 23:50:06 +0000 (23:50 +0000)]
just use ecore_exe_run instead of pipe_run

SVN revision: 59425

13 years agofix failure from doxy migration script
Mike Blumenkrantz [Sun, 15 May 2011 22:58:36 +0000 (22:58 +0000)]
fix failure from doxy migration script

SVN revision: 59423

13 years agonew functions for applying a wrapper for (u)mount
Mike Blumenkrantz [Sun, 15 May 2011 22:56:14 +0000 (22:56 +0000)]
new functions for applying a wrapper for (u)mount

SVN revision: 59422

13 years agouse defines as their string value in printfs
Mike Blumenkrantz [Sun, 15 May 2011 22:50:22 +0000 (22:50 +0000)]
use defines as their string value in printfs

SVN revision: 59421

13 years agoreorder mount errors, add default handler
Mike Blumenkrantz [Sun, 15 May 2011 22:34:03 +0000 (22:34 +0000)]
reorder mount errors, add default handler

SVN revision: 59420

13 years agofix result code handling for mount: errors can be ORed
Mike Blumenkrantz [Sun, 15 May 2011 22:32:17 +0000 (22:32 +0000)]
fix result code handling for mount: errors can be ORed

SVN revision: 59419

13 years agoupdate version number define
Mike Blumenkrantz [Sun, 15 May 2011 22:31:54 +0000 (22:31 +0000)]
update version number define

SVN revision: 59418

13 years agoadd some new functions for direct udev lookups on disk devices
Mike Blumenkrantz [Sun, 15 May 2011 20:50:26 +0000 (20:50 +0000)]
add some new functions for direct udev lookups on disk devices

SVN revision: 59412

13 years agoEdje text: Added edje_object_part_text_append.
Tom Hacohen [Sun, 15 May 2011 15:57:38 +0000 (15:57 +0000)]
Edje text: Added edje_object_part_text_append.

SVN revision: 59407

13 years agoEvas textblock: Set cursor position if not already set when inserting text.
Tom Hacohen [Sun, 15 May 2011 15:36:04 +0000 (15:36 +0000)]
Evas textblock: Set cursor position if not already set when inserting text.

This was always the meaning of cur->node=NULL, but here it explicitly
does it, which makes things easier in the long run.

SVN revision: 59406

13 years agoEvas textblock: Fixed a possible bug with wordwrap.
Tom Hacohen [Sun, 15 May 2011 13:57:47 +0000 (13:57 +0000)]
Evas textblock: Fixed a possible bug with wordwrap.

SVN revision: 59405

13 years agoEvas textblock: Speed up rendering. Find the start paragraph for all.
Tom Hacohen [Sun, 15 May 2011 12:00:01 +0000 (12:00 +0000)]
Evas textblock: Speed up rendering. Find the start paragraph for all.

Until now all the format/text drawing loops went through all the
paragraphs skipping all the ones that are outside the clipping/object
zone. This changeset find the first paragraph to be renedred first so we
don't walk all the paragraphs for nothing. This speeds up rendering of
the ends of very big textblocks in a very noticable manner.

SVN revision: 59404

13 years agoEvas font-engine: Remove the useless RGBA_Font_Source hb.face.
Tom Hacohen [Sun, 15 May 2011 11:59:58 +0000 (11:59 +0000)]
Evas font-engine: Remove the useless RGBA_Font_Source hb.face.

SVN revision: 59403

13 years agoEvas font-engine: Adjust code to use latest Harfbuzz (0.5.0)
Tom Hacohen [Sun, 15 May 2011 11:59:54 +0000 (11:59 +0000)]
Evas font-engine: Adjust code to use latest Harfbuzz (0.5.0)

SVN revision: 59402

13 years agouse haeders check to include unistd.h
Vincent Torri [Sun, 15 May 2011 11:21:20 +0000 (11:21 +0000)]
use haeders check to include unistd.h

SVN revision: 59401

13 years agoEina: eina_lock: fix eina_lock on Windows
Vincent Torri [Sun, 15 May 2011 10:55:07 +0000 (10:55 +0000)]
Eina: eina_lock: fix eina_lock on Windows

SVN revision: 59395

13 years agoEvas: cache: missing guards
Vincent Torri [Sun, 15 May 2011 10:11:22 +0000 (10:11 +0000)]
Evas: cache: missing guards

SVN revision: 59394

13 years agoadd some guards for non Windows headers and reorder
Vincent Torri [Sun, 15 May 2011 05:42:30 +0000 (05:42 +0000)]
add some guards for non Windows headers and reorder
alphabetically some autotools stuff

SVN revision: 59393

13 years agoi'm not cedric
Vincent Torri [Sat, 14 May 2011 21:23:03 +0000 (21:23 +0000)]
i'm not cedric

SVN revision: 59392

13 years agoEina : eina_lock : make it compile on Windows
Vincent Torri [Sat, 14 May 2011 21:19:36 +0000 (21:19 +0000)]
Eina : eina_lock : make it compile on Windows

SVN revision: 59391

13 years agoEcore: ecore_con : make ecore_ipc compile on Windows.
Vincent Torri [Sat, 14 May 2011 18:30:43 +0000 (18:30 +0000)]
Ecore: ecore_con : make ecore_ipc compile on Windows.

SVN revision: 59389

13 years agoEcore: ecore_con : make ecore_con work on Windows
Vincent Torri [Sat, 14 May 2011 17:52:30 +0000 (17:52 +0000)]
Ecore: ecore_con : make ecore_con work on Windows

The ecore_con module needed a port of the local connections
with named pipes. The other connections (TCP, UDP) are using
BSD sockets, which are also used on Windows.

No abstract sockets on Windows.

NB: Should I backport that commit to 1.0 ?

SVN revision: 59385

13 years agoeina: improve hash documentation on free_cb
Boris Faure [Sat, 14 May 2011 14:39:25 +0000 (14:39 +0000)]
eina: improve hash documentation on free_cb

SVN revision: 59383

13 years agoecore: fix ifdef order.
Cedric BAIL [Sat, 14 May 2011 12:53:00 +0000 (12:53 +0000)]
ecore: fix ifdef order.

SVN revision: 59381

13 years agoeet: update ChangeLog.
Cedric BAIL [Sat, 14 May 2011 09:23:44 +0000 (09:23 +0000)]
eet: update ChangeLog.

SVN revision: 59380

13 years agoecore: sync GNUTLS threads support with Eina threads support.
Cedric BAIL [Sat, 14 May 2011 09:22:15 +0000 (09:22 +0000)]
ecore: sync GNUTLS threads support with Eina threads support.

At least now, if you rebuild the efl in the right order, you
can't end with one library initializing GnuTLS without threads
support and another needing GnuTLS with threads support.

SVN revision: 59379

13 years agoeet: use eina_lock.
Cedric BAIL [Sat, 14 May 2011 09:07:51 +0000 (09:07 +0000)]
eet: use eina_lock.

SVN revision: 59378

13 years agooooh evil start on trying to get real vsync interrupts from x!!!! :)
Carsten Haitzler [Sat, 14 May 2011 04:11:13 +0000 (04:11 +0000)]
oooh evil start on trying to get real vsync interrupts from x!!!! :)

SVN revision: 59376

13 years agooptimization: don't need to get loop time so often in ecore main loop.
Carsten Haitzler [Sat, 14 May 2011 03:26:28 +0000 (03:26 +0000)]
optimization: don't need to get loop time so often in ecore main loop.

SVN revision: 59374

13 years agoeina: always put map in memory when requested and use HUGETLB when available.
Cedric BAIL [Fri, 13 May 2011 10:44:29 +0000 (10:44 +0000)]
eina: always put map in memory when requested and use HUGETLB when available.

SVN revision: 59366

13 years agoEvas textblock: Fix segfault with evas_textblock_cursor_content_get.
Tom Hacohen [Thu, 12 May 2011 15:12:10 +0000 (15:12 +0000)]
Evas textblock: Fix segfault with evas_textblock_cursor_content_get.

Patch by Brian Wang.

SVN revision: 59347

13 years agoAdd a custom Ecore Aniamtor source and tick ability to be able
Carsten Haitzler [Thu, 12 May 2011 09:11:36 +0000 (09:11 +0000)]
Add a custom Ecore Aniamtor source and tick ability to be able
to plug in external animator tick sources like vblank interrupts
and so on.

SVN revision: 59345

13 years agoEvas font-engine: Fix usage of font cache (= -> ==).
Tom Hacohen [Thu, 12 May 2011 08:38:24 +0000 (08:38 +0000)]
Evas font-engine: Fix usage of font cache (= -> ==).

SVN revision: 59344

13 years agoEvas font-engine: abort font load even sooner if name is NULL.
Tom Hacohen [Thu, 12 May 2011 08:38:21 +0000 (08:38 +0000)]
Evas font-engine: abort font load even sooner if name is NULL.

SVN revision: 59343

13 years agowrn--!
Carsten Haitzler [Thu, 12 May 2011 08:30:49 +0000 (08:30 +0000)]
wrn--!

SVN revision: 59342

13 years agoEvas Smart: add ability to get usage count
Carsten Haitzler [Thu, 12 May 2011 08:28:25 +0000 (08:28 +0000)]
Evas Smart: add ability to get usage count

SVN revision: 59341

13 years agochlog++
Carsten Haitzler [Wed, 11 May 2011 11:29:21 +0000 (11:29 +0000)]
chlog++

SVN revision: 59330

13 years agofix svg load WITH scaling - scale down size request broken. 2
Carsten Haitzler [Wed, 11 May 2011 11:26:51 +0000 (11:26 +0000)]
fix svg load WITH scaling - scale down size request broken. 2
different sizing methods.

SVN revision: 59329

13 years agoEdje entry: Use the new textblock _format_list_get in anchors_get.
Tom Hacohen [Wed, 11 May 2011 10:19:01 +0000 (10:19 +0000)]
Edje entry: Use the new textblock _format_list_get in anchors_get.

SVN revision: 59326

13 years agoEvas textblock: Added _format_list_get for fast retrieval of anchors.
Tom Hacohen [Wed, 11 May 2011 10:18:24 +0000 (10:18 +0000)]
Evas textblock: Added _format_list_get for fast retrieval of anchors.

This is very useful in edje_entry that keeps a list of anchors.
Currently only "a" and "item" are supported, and unless something
drastic will happen, it will stay this way.

SVN revision: 59325

13 years agochlog++
Carsten Haitzler [Wed, 11 May 2011 09:55:08 +0000 (09:55 +0000)]
chlog++

SVN revision: 59324

13 years agoFix: egl mode in engine forgot to call pre/post swap callback. thanks
Carsten Haitzler [Wed, 11 May 2011 09:14:59 +0000 (09:14 +0000)]
Fix: egl mode in engine forgot to call pre/post swap callback. thanks
guanglim!

SVN revision: 59322

13 years agoEvas textblock: Don't allow overwriting the format stack.
Tom Hacohen [Wed, 11 May 2011 08:35:09 +0000 (08:35 +0000)]
Evas textblock: Don't allow overwriting the format stack.

SVN revision: 59320

13 years agoEvas textblock: Only parse formats that can change the format stack.
Tom Hacohen [Wed, 11 May 2011 08:34:57 +0000 (08:34 +0000)]
Evas textblock: Only parse formats that can change the format stack.

No need to parse all the newlines when all we want is just to modify the
format stack.

SVN revision: 59319

13 years agoevas: fix typos.
Cedric BAIL [Tue, 10 May 2011 07:55:22 +0000 (07:55 +0000)]
evas: fix typos.

SVN revision: 59306

13 years agoEdje text: fix issue with ellipsis causing text to disappear.
Tom Hacohen [Mon, 9 May 2011 17:23:03 +0000 (17:23 +0000)]
Edje text: fix issue with ellipsis causing text to disappear.

Thanks to Brian Wang for the report.

SVN revision: 59305

13 years agoevas: fix xcb build.
Cedric BAIL [Mon, 9 May 2011 15:18:03 +0000 (15:18 +0000)]
evas: fix xcb build.

SVN revision: 59302

13 years agoevas: don't use dead condition.
Cedric BAIL [Mon, 9 May 2011 14:42:12 +0000 (14:42 +0000)]
evas: don't use dead condition.

SVN revision: 59300

13 years agoeina: check condition is still alive when debugging threads.
Cedric BAIL [Mon, 9 May 2011 14:41:39 +0000 (14:41 +0000)]
eina: check condition is still alive when debugging threads.

SVN revision: 59299

13 years agoeina: have same behaviour on windows and linux.
Cedric BAIL [Mon, 9 May 2011 13:12:36 +0000 (13:12 +0000)]
eina: have same behaviour on windows and linux.

SVN revision: 59297

13 years agoeina: oops, need to protect inside #ifdef.
Cedric BAIL [Mon, 9 May 2011 13:06:03 +0000 (13:06 +0000)]
eina: oops, need to protect inside #ifdef.

SVN revision: 59295

13 years agoevas: we should not rely on mutex recursive stuff. fix potential source of bug.
Cedric BAIL [Mon, 9 May 2011 12:55:57 +0000 (12:55 +0000)]
evas: we should not rely on mutex recursive stuff. fix potential source of bug.

SVN revision: 59294

13 years agoeina: improve lock debugging.
Cedric BAIL [Mon, 9 May 2011 12:54:47 +0000 (12:54 +0000)]
eina: improve lock debugging.

SVN revision: 59293

13 years agogrammar fix
Lucas De Marchi [Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)]
grammar fix

SVN revision: 59292

13 years agoevas: fix evas_pipe and use eina_condition.
Cedric BAIL [Mon, 9 May 2011 11:05:04 +0000 (11:05 +0000)]
evas: fix evas_pipe and use eina_condition.

SVN revision: 59291

13 years agoevas: fix software 16 sdl.
Cedric BAIL [Mon, 9 May 2011 10:56:32 +0000 (10:56 +0000)]
evas: fix software 16 sdl.

SVN revision: 59290

13 years agoeina: more check.
Cedric BAIL [Mon, 9 May 2011 10:42:42 +0000 (10:42 +0000)]
eina: more check.

SVN revision: 59289

13 years agoevas: use Eina_Condition.
Cedric BAIL [Mon, 9 May 2011 10:33:21 +0000 (10:33 +0000)]
evas: use Eina_Condition.

SVN revision: 59288

13 years agoeina: add Eina_Condition.
Cedric BAIL [Mon, 9 May 2011 10:32:56 +0000 (10:32 +0000)]
eina: add Eina_Condition.

SVN revision: 59287

13 years agoeina: check pending lock at the right time.
Cedric BAIL [Mon, 9 May 2011 10:29:55 +0000 (10:29 +0000)]
eina: check pending lock at the right time.

SVN revision: 59286

13 years agoEdje entry: Speed up anchor calculation.
Tom Hacohen [Mon, 9 May 2011 08:40:15 +0000 (08:40 +0000)]
Edje entry: Speed up anchor calculation.

SVN revision: 59285

13 years agoEvas text: clean up evas_text_style_pad_get a bit further.
Tom Hacohen [Mon, 9 May 2011 07:40:14 +0000 (07:40 +0000)]
Evas text: clean up evas_text_style_pad_get a bit further.

SVN revision: 59284

13 years agoEvas text: Made evas_text_style_pad_get faster.
Tom Hacohen [Sun, 8 May 2011 15:43:44 +0000 (15:43 +0000)]
Evas text: Made evas_text_style_pad_get faster.

SVN revision: 59282

13 years agoEvas textblock: Do a bit of uchar -> Eina_Bool and setting as bitfield.
Tom Hacohen [Sun, 8 May 2011 15:33:23 +0000 (15:33 +0000)]
Evas textblock: Do a bit of uchar -> Eina_Bool and setting as bitfield.

SVN revision: 59281

13 years agoEvas textblock: Remove unused alloca.
Tom Hacohen [Sun, 8 May 2011 15:33:20 +0000 (15:33 +0000)]
Evas textblock: Remove unused alloca.

SVN revision: 59280

13 years agoEvas textblock: Clean up clipping and render a bit.
Tom Hacohen [Sun, 8 May 2011 14:54:27 +0000 (14:54 +0000)]
Evas textblock: Clean up clipping and render a bit.

SVN revision: 59279

13 years agoEvas table: fix ui-mirroring with homogeneous tables.
Tom Hacohen [Sun, 8 May 2011 12:26:44 +0000 (12:26 +0000)]
Evas table: fix ui-mirroring with homogeneous tables.

SVN revision: 59277

13 years agoEvas textblock: Break on mandatory and allowed break options.
Tom Hacohen [Sun, 8 May 2011 11:20:19 +0000 (11:20 +0000)]
Evas textblock: Break on mandatory and allowed break options.

SVN revision: 59274

13 years agoEvas textblock: Moved format text_node invalidation to it's own function.
Tom Hacohen [Sun, 8 May 2011 11:20:16 +0000 (11:20 +0000)]
Evas textblock: Moved format text_node invalidation to it's own function.

SVN revision: 59273

13 years agoEvas textblock: Move ellipsis handling to a different function.
Tom Hacohen [Sun, 8 May 2011 11:20:13 +0000 (11:20 +0000)]
Evas textblock: Move ellipsis handling to a different function.

SVN revision: 59272

13 years agoEvas textblock: clean up mixed/word wrap a bit.
Tom Hacohen [Sun, 8 May 2011 09:13:59 +0000 (09:13 +0000)]
Evas textblock: clean up mixed/word wrap a bit.

SVN revision: 59271

13 years agoEvas textblock: Fix possible issues with charwrap not wrapping correctly.
Tom Hacohen [Sun, 8 May 2011 09:13:56 +0000 (09:13 +0000)]
Evas textblock: Fix possible issues with charwrap not wrapping correctly.

SVN revision: 59270

13 years agoEdje: Improved vim syntax file edc.vim.
Daniel Juyung Seo [Sun, 8 May 2011 06:21:33 +0000 (06:21 +0000)]
Edje: Improved vim syntax file edc.vim.

SVN revision: 59264

13 years agoEvas evas_object_smart.c: Fixed indentation.
Daniel Juyung Seo [Sat, 7 May 2011 08:01:42 +0000 (08:01 +0000)]
Evas evas_object_smart.c: Fixed indentation.

SVN revision: 59258

13 years agoevas / evas_object_smart - mistook! spank my ass!
ChunEon Park [Fri, 6 May 2011 11:04:32 +0000 (11:04 +0000)]
evas / evas_object_smart - mistook! spank my ass!

SVN revision: 59242

13 years agoevas/evas_object_smart - fixed parent cache invalidation logic error.
ChunEon Park [Fri, 6 May 2011 10:55:24 +0000 (10:55 +0000)]
evas/evas_object_smart - fixed parent cache invalidation logic error.

SVN revision: 59241

13 years agoEvas textblock: Fix seg with empty textblocks that cause wrapping.
Tom Hacohen [Fri, 6 May 2011 10:00:21 +0000 (10:00 +0000)]
Evas textblock: Fix seg with empty textblocks that cause wrapping.

Revert "evas: don't assume anymore that text_node is != NULL."
This reverts commit 59231

Thanks to cedric for the report + initial fix.

SVN revision: 59237

13 years agoevas: don't try all loader on directory.
Cedric BAIL [Fri, 6 May 2011 09:36:24 +0000 (09:36 +0000)]
evas: don't try all loader on directory.

SVN revision: 59235

13 years agoeina: remove flood of debugging information.
Cedric BAIL [Fri, 6 May 2011 09:16:40 +0000 (09:16 +0000)]
eina: remove flood of debugging information.

SVN revision: 59234

13 years agoeina: remove useless lock.
Cedric BAIL [Fri, 6 May 2011 09:07:26 +0000 (09:07 +0000)]
eina: remove useless lock.

SVN revision: 59233