platform/upstream/efl.git
13 years agoEvil:
Vincent Torri [Thu, 19 May 2011 12:00:06 +0000 (12:00 +0000)]
Evil:

* src/lib/dlfcn/dlfcn.c:
change '/' to '\' in paths

* src/lib/evil_inet.c:
* src/lib/evil_inet.h:
* src/lib/Evil.h:
* src/lib/Makefile.am:
* AUTHORS:
add inet_pton() function. Implementation from curl library.
See AUTHORS.

SVN revision: 59530

13 years agofix load of data to ACTUALLY set the load error in evas's image
Carsten Haitzler [Thu, 19 May 2011 11:19:22 +0000 (11:19 +0000)]
fix load of data to ACTUALLY set the load error in evas's image
objects. including preload.

SVN revision: 59529

13 years agoEvas textblock: Added an rbtree index for the layout paragraphs.
Tom Hacohen [Thu, 19 May 2011 09:54:30 +0000 (09:54 +0000)]
Evas textblock: Added an rbtree index for the layout paragraphs.

This can be used with both coordinates and line numbers, this is a
faster way to find layout paragraphs in the textblock which means
we should now be a lot faster with big textblocks.

SVN revision: 59527

13 years agoEvas textblock: Use the saved paragraph pointer instead of searching.
Tom Hacohen [Thu, 19 May 2011 09:54:19 +0000 (09:54 +0000)]
Evas textblock: Use the saved paragraph pointer instead of searching.

SVN revision: 59526

13 years agohandle surf alloc failures.
Carsten Haitzler [Thu, 19 May 2011 09:28:43 +0000 (09:28 +0000)]
handle surf alloc failures.

SVN revision: 59524

13 years agocheck return of alloc surf for eet loader.
Carsten Haitzler [Thu, 19 May 2011 09:25:31 +0000 (09:25 +0000)]
check return of alloc surf for eet loader.

SVN revision: 59523

13 years agosmall fix - check surface alloc return and reurn alloc failure.
Carsten Haitzler [Thu, 19 May 2011 09:22:35 +0000 (09:22 +0000)]
small fix - check surface alloc return and reurn alloc failure.

SVN revision: 59522

13 years agoEdje entry: Fix warnings.
Tom Hacohen [Thu, 19 May 2011 09:00:22 +0000 (09:00 +0000)]
Edje entry: Fix warnings.

SVN revision: 59521

13 years agoEdje entry: Remove the useless calls to "update_from_curs".
Tom Hacohen [Thu, 19 May 2011 08:38:42 +0000 (08:38 +0000)]
Edje entry: Remove the useless calls to "update_from_curs".

We don't really need or use the coordinates anywhere, we just saved them
and worked hard on maintaining them, but didn't really use them.
Now we only calculate them in the one specific case where we actually
need them. This speeds things up and also means the layouting may not be
called in some cases when there's no need to layout.

SVN revision: 59520

13 years agofix bug in new proxy code (no need for changelog as its a new feature
Carsten Haitzler [Thu, 19 May 2011 05:52:47 +0000 (05:52 +0000)]
fix bug in new proxy code (no need for changelog as its a new feature
thats not released yet) wher using proxy via map doesnt let you use uv
coords right as its ALWAYs filling/scaling only due to not using
source image size and proxy size right.

SVN revision: 59519

13 years agofix shape and shape input handling for dnd shadow tree.
Carsten Haitzler [Wed, 18 May 2011 23:55:21 +0000 (23:55 +0000)]
fix shape and shape input handling for dnd shadow tree.

SVN revision: 59517

13 years agoI like alphabetical order :)
Vincent Torri [Wed, 18 May 2011 19:11:09 +0000 (19:11 +0000)]
I like alphabetical order :)

SVN revision: 59516

13 years agoEdje: fix Windows printf format
Vincent Torri [Wed, 18 May 2011 16:11:31 +0000 (16:11 +0000)]
Edje: fix Windows printf format

SVN revision: 59511

13 years agoedje: prevent buffer overrun when using multiple *.
Cedric BAIL [Wed, 18 May 2011 15:13:18 +0000 (15:13 +0000)]
edje: prevent buffer overrun when using multiple *.

SVN revision: 59510

13 years agoremove some shadow declarations
Vincent Torri [Wed, 18 May 2011 14:12:10 +0000 (14:12 +0000)]
remove some shadow declarations

SVN revision: 59508

13 years agoEvas font-engine: Replace deprecated freetype constants.
Tom Hacohen [Wed, 18 May 2011 13:47:45 +0000 (13:47 +0000)]
Evas font-engine: Replace deprecated freetype constants.

SVN revision: 59507

13 years agoEvas font-engine: Remove useless if, it's never a bitmap.
Tom Hacohen [Wed, 18 May 2011 13:47:37 +0000 (13:47 +0000)]
Evas font-engine: Remove useless if, it's never a bitmap.

SVN revision: 59506

13 years agodebug--
Vincent Torri [Wed, 18 May 2011 13:17:54 +0000 (13:17 +0000)]
debug--

SVN revision: 59505

13 years agoEina_lock : fix Windows code, thanks to cedric
Vincent Torri [Wed, 18 May 2011 13:15:25 +0000 (13:15 +0000)]
Eina_lock : fix Windows code, thanks to cedric

SVN revision: 59504

13 years agoeina: fix typo.
Cedric BAIL [Wed, 18 May 2011 12:56:49 +0000 (12:56 +0000)]
eina: fix typo.

SVN revision: 59503

13 years agoEina binbuf: Fix compilation and correct the mistakes.
Tom Hacohen [Wed, 18 May 2011 11:45:32 +0000 (11:45 +0000)]
Eina binbuf: Fix compilation and correct the mistakes.

SVN revision: 59500

13 years agoEvas font-engine: Fix searching of fonts to ignore more control characters.
Tom Hacohen [Wed, 18 May 2011 11:18:08 +0000 (11:18 +0000)]
Evas font-engine: Fix searching of fonts to ignore more control characters.

SVN revision: 59499

13 years agoEvas font-engine: Don't search fi again in ot populate.
Tom Hacohen [Wed, 18 May 2011 11:18:00 +0000 (11:18 +0000)]
Evas font-engine: Don't search fi again in ot populate.

We already calculate it in content create.

SVN revision: 59498

13 years agoEina binbuf: Struct name should be binbuf, not strbuf.
Tom Hacohen [Wed, 18 May 2011 10:52:50 +0000 (10:52 +0000)]
Eina binbuf: Struct name should be binbuf, not strbuf.

SVN revision: 59497

13 years agoEdje entry: Don't emit 'curosr,changed' when appended using a different curosr.
Tom Hacohen [Wed, 18 May 2011 10:08:03 +0000 (10:08 +0000)]
Edje entry: Don't emit 'curosr,changed' when appended using a different curosr.

SVN revision: 59494

13 years agoeina: part of the init is specific, so preserve it.
Cedric BAIL [Wed, 18 May 2011 10:05:59 +0000 (10:05 +0000)]
eina: part of the init is specific, so preserve it.

SVN revision: 59493

13 years agofixed issues on evas gl suport from sungwoo.
Carsten Haitzler [Wed, 18 May 2011 09:49:58 +0000 (09:49 +0000)]
fixed issues on evas gl suport from sungwoo.

SVN revision: 59492

13 years agoecore: improve ecore_timer_dump.
Cedric BAIL [Wed, 18 May 2011 09:12:07 +0000 (09:12 +0000)]
ecore: improve ecore_timer_dump.

SVN revision: 59491

13 years agoadd eina in readme for reqs
Carsten Haitzler [Wed, 18 May 2011 09:07:31 +0000 (09:07 +0000)]
add eina in readme for reqs

SVN revision: 59490

13 years ago640k should be enough for anyone.
Carsten Haitzler [Wed, 18 May 2011 08:37:38 +0000 (08:37 +0000)]
640k should be enough for anyone.

SVN revision: 59489

13 years agoembryo -> use eina_prefix.
Carsten Haitzler [Wed, 18 May 2011 08:33:31 +0000 (08:33 +0000)]
embryo -> use eina_prefix.

SVN revision: 59487

13 years agoeina: fix eina_share_common_init.
Cedric BAIL [Wed, 18 May 2011 07:56:11 +0000 (07:56 +0000)]
eina: fix eina_share_common_init.

SVN revision: 59485

13 years agoadd grid layout obj to evas (along with table and box)
Carsten Haitzler [Wed, 18 May 2011 07:04:32 +0000 (07:04 +0000)]
add grid layout obj to evas (along with table and box)

SVN revision: 59481

13 years agoEina: add 'eina_init()' at the testcase of simple_xml_parser.
Sangho Park [Wed, 18 May 2011 02:49:59 +0000 (02:49 +0000)]
Eina: add 'eina_init()' at the testcase of simple_xml_parser.

SVN revision: 59479

13 years agoEina: add testcase for 'eina_simple_xml_parser'
Sangho Park [Wed, 18 May 2011 02:29:59 +0000 (02:29 +0000)]
Eina: add testcase for 'eina_simple_xml_parser'

SVN revision: 59478

13 years agoEet : fix scanf format on Windows
Vincent Torri [Tue, 17 May 2011 21:15:45 +0000 (21:15 +0000)]
Eet : fix scanf format on Windows

SVN revision: 59475

13 years agoecore: add ecore_timer_dump.
Cedric BAIL [Tue, 17 May 2011 17:32:32 +0000 (17:32 +0000)]
ecore: add ecore_timer_dump.

Note: Will add tomorrow code needed inside e17 to dump all created timer.

SVN revision: 59473

13 years agoeet: use Eina_File and fix forgotten init in Eet test suite.
Cedric BAIL [Tue, 17 May 2011 16:19:53 +0000 (16:19 +0000)]
eet: use Eina_File and fix forgotten init in Eet test suite.

SVN revision: 59471

13 years agoeina: fix eina_file to be really usable.
Cedric BAIL [Tue, 17 May 2011 16:17:28 +0000 (16:17 +0000)]
eina: fix eina_file to be really usable.

SVN revision: 59470

13 years agoEina: Added .gitignore.
Tom Hacohen [Tue, 17 May 2011 15:49:08 +0000 (15:49 +0000)]
Eina: Added .gitignore.

SVN revision: 59469

13 years agoEina binbuf: Added eina_binbuff an auto resizing binary buffer.
Tom Hacohen [Tue, 17 May 2011 15:45:39 +0000 (15:45 +0000)]
Eina binbuf: Added eina_binbuff an auto resizing binary buffer.

SVN revision: 59468

13 years agoeina: build without threads support.
Cedric BAIL [Tue, 17 May 2011 10:15:19 +0000 (10:15 +0000)]
eina: build without threads support.

SVN revision: 59467

13 years agoEcore : ecore_thread: use Sleep() on Windows, instead of usleep()
Vincent Torri [Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)]
Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()

usleep() does not exists on Windows. Use Sleep() instead. But the
resolution timers are not good on Windows. the sleep will be around
50ms at best.

SVN revision: 59466

13 years agoEvas textblock: Fix a potential bug in wrapping.
Tom Hacohen [Tue, 17 May 2011 07:08:33 +0000 (07:08 +0000)]
Evas textblock: Fix a potential bug in wrapping.

SVN revision: 59464

13 years agoEina_ : eina_file_win32.c : fix returned value of eina_file_shutdown()
Vincent Torri [Tue, 17 May 2011 05:38:29 +0000 (05:38 +0000)]
Eina_ : eina_file_win32.c : fix returned value of eina_file_shutdown()

SVN revision: 59463

13 years agochangelog for 59458
Mike Blumenkrantz [Tue, 17 May 2011 00:18:38 +0000 (00:18 +0000)]
changelog for 59458

SVN revision: 59460

13 years agohuge bugfix patch for eeze 1.0 stuff: I fubared disk detection pretty hard initially...
Mike Blumenkrantz [Tue, 17 May 2011 00:14:44 +0000 (00:14 +0000)]
huge bugfix patch for eeze 1.0 stuff: I fubared disk detection pretty hard initially, I think this fixes it all

SVN revision: 59458

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