platform/upstream/efl.git
12 years agoon the advice of the insightful creator of dns.c, account for when a UDP
Mike Blumenkrantz [Thu, 7 Jun 2012 07:22:53 +0000 (07:22 +0000)]
on the advice of the insightful creator of dns.c, account for when a UDP
answer is truncated and the resolver switches to TCP, causing the pollfd
descriptor will change. Any poll on this old descriptor will either
timeout or continually poll as ready

SVN revision: 71776

12 years agoEo: added back eo_del.
Tom Hacohen [Thu, 7 Jun 2012 07:17:45 +0000 (07:17 +0000)]
Eo: added back eo_del.

It's needed for proper object hierarchy handling.

SVN revision: 71775

12 years agoEo: don't reparent if it's the same parent.
Tom Hacohen [Thu, 7 Jun 2012 07:17:42 +0000 (07:17 +0000)]
Eo: don't reparent if it's the same parent.

SVN revision: 71774

12 years agoevas: delay O(n) update of the bounding box until we really need it.
Cedric BAIL [Thu, 7 Jun 2012 07:10:36 +0000 (07:10 +0000)]
evas: delay O(n) update of the bounding box until we really need it.

SVN revision: 71773

12 years agoemotion: fix stride for all YUV video.
Cedric BAIL [Thu, 7 Jun 2012 05:26:39 +0000 (05:26 +0000)]
emotion: fix stride for all YUV video.

SVN revision: 71772

12 years agoevas: fix YUV video prepare issue with pipe rendering.
Cedric BAIL [Thu, 7 Jun 2012 04:01:46 +0000 (04:01 +0000)]
evas: fix YUV video prepare issue with pipe rendering.

SVN revision: 71771

12 years agoedje_entry: display preedit string even though there is no attribute
Jihoon Kim [Wed, 6 Jun 2012 15:06:31 +0000 (15:06 +0000)]
edje_entry: display preedit string even though there is no attribute

SVN revision: 71761

12 years agoEcore_Wayland: Patch from Rob Bradford <rob@linux.intel.com> for
Christopher Michael [Wed, 6 Jun 2012 14:10:43 +0000 (14:10 +0000)]
Ecore_Wayland: Patch from Rob Bradford <rob@linux.intel.com> for
updating axis events to be fixed point numbers.

SVN revision: 71756

12 years agoEcore: Update ChangeLog for Rob's input_handling patch
Christopher Michael [Wed, 6 Jun 2012 13:21:19 +0000 (13:21 +0000)]
Ecore: Update ChangeLog for Rob's input_handling patch

SVN revision: 71751

12 years agoEcore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
Christopher Michael [Wed, 6 Jun 2012 13:20:02 +0000 (13:20 +0000)]
Ecore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
enhance keyboard input handling.

* Associate the keymap with the input device rather than the display
since you could could have different keymaps associated with different
devices.

* Increase the size of character arrays used for the string
representations of
the keyname, keysym and for the string representing the key.

* Re-enable the code that converts the keysym to a printable
definition - this
is required where the keysym is not the same as the printable definition

SVN revision: 71750

12 years agoEcore_Wayland: Use the input's pointer_enter_serial instead of
Christopher Michael [Wed, 6 Jun 2012 12:55:53 +0000 (12:55 +0000)]
Ecore_Wayland: Use the input's pointer_enter_serial instead of
timestamp for setting pointer image.

SVN revision: 71748

12 years agoEo: Fixed error message.
Tom Hacohen [Wed, 6 Jun 2012 11:41:56 +0000 (11:41 +0000)]
Eo: Fixed error message.

SVN revision: 71747

12 years agoEo: Added a phantom ref if we manual free.
Tom Hacohen [Wed, 6 Jun 2012 11:41:53 +0000 (11:41 +0000)]
Eo: Added a phantom ref if we manual free.

This lets us use eo_do and the such on deleted to be manually freed objects.

SVN revision: 71746

12 years agoEo: Check adding/deleting callbacks from within callbacks doesn't crash.
Tom Hacohen [Wed, 6 Jun 2012 11:41:51 +0000 (11:41 +0000)]
Eo: Check adding/deleting callbacks from within callbacks doesn't crash.

SVN revision: 71745

12 years agoEo: Added eo_parent_set.
Tom Hacohen [Wed, 6 Jun 2012 11:41:47 +0000 (11:41 +0000)]
Eo: Added eo_parent_set.

SVN revision: 71744

12 years agodon't return value in void functions
Mike Blumenkrantz [Wed, 6 Jun 2012 10:52:45 +0000 (10:52 +0000)]
don't return value in void functions

SVN revision: 71742

12 years agorevert ecore-con refcounting stuff, fix the problem in ipc (hopefully)
Mike Blumenkrantz [Wed, 6 Jun 2012 09:49:24 +0000 (09:49 +0000)]
revert ecore-con refcounting stuff, fix the problem in ipc (hopefully)
wfm

SVN revision: 71738

12 years agoEcore: Update ChangeLog and configure.ac for Rob's cursor patches.
Christopher Michael [Wed, 6 Jun 2012 08:19:45 +0000 (08:19 +0000)]
Ecore: Update ChangeLog and configure.ac for Rob's cursor patches.

SVN revision: 71735

12 years agoEcore_Wayland: Update to latest wayland git and add support for keymap
Rob Bradford [Wed, 6 Jun 2012 08:18:58 +0000 (08:18 +0000)]
Ecore_Wayland: Update to latest wayland git and add support for keymap
& modifier change(s). Also, add patches from Rob Bradford
<rob@linux.intel.com> for basic support for setting wayland cursor:

From c5d9094f4792bf7375c216682947de334002cdad Mon Sep 17 00:00:00 2001
From: Rob Bradford <rob@linux.intel.com>
Date: Tue, 29 May 2012 16:35:01 +0100
Subject: [PATCH] Ecore_Wayland: Add basic support for setting the cursor

* Add api to the ecore_wl_input_ namespace to allow setting the buffer
to use
for the pointer and for loading a named cursor from a cursor theme.
Under the
Wayland protocol the cursor is associated with the input device.

* Add helper functions to ecore_wl_window to set the cursor based on the
active pointer input device for the window.

* Load the cursor theme when the SHM interface is ready and provide an
API
call to provide a wl_cursor for a given name.

* Add API to restore to the default cursor and then use that when the
pointer
enters the surface to ensure compliance with the Wayland protocol.

Cheers :)

SVN revision: 71734

12 years agoEcore_Evas (wayland_shm): Reduce processing overhead by not feeding a
Christopher Michael [Wed, 6 Jun 2012 08:16:36 +0000 (08:16 +0000)]
Ecore_Evas (wayland_shm): Reduce processing overhead by not feeding a
mouse_move when we feed an in/out.

SVN revision: 71733

12 years agoEcore_X(cb): Add more trapping for build when randr is not
Christopher Michael [Wed, 6 Jun 2012 08:15:29 +0000 (08:15 +0000)]
Ecore_X(cb): Add more trapping for build when randr is not
found/enabled.

SVN revision: 71732

12 years agoEo: Moved more saftey checks to release mode only.
Tom Hacohen [Tue, 5 Jun 2012 12:05:08 +0000 (12:05 +0000)]
Eo: Moved more saftey checks to release mode only.

SVN revision: 71711

12 years agoEo: renamed the Magic for freed objects and better handle deleted objects.
Tom Hacohen [Tue, 5 Jun 2012 12:05:06 +0000 (12:05 +0000)]
Eo: renamed the Magic for freed objects and better handle deleted objects.

Now we differentiate between deleted but not freed vs deleted and freed
objects.

SVN revision: 71710

12 years agoEo: Rephrased error message.
Tom Hacohen [Tue, 5 Jun 2012 12:05:02 +0000 (12:05 +0000)]
Eo: Rephrased error message.

SVN revision: 71709

12 years agoEvas textblock: Added some NULL checks that shouldn't happen.
Tom Hacohen [Tue, 5 Jun 2012 11:35:58 +0000 (11:35 +0000)]
Evas textblock: Added some NULL checks that shouldn't happen.

SVN revision: 71708

12 years agoEvas textblock: Fixed cursor position empty right aligned textblocks.
Tom Hacohen [Tue, 5 Jun 2012 10:27:54 +0000 (10:27 +0000)]
Evas textblock: Fixed cursor position empty right aligned textblocks.

Thanks to WooHyun for reporting this.

SVN revision: 71704

12 years agosome dns.c usage changes as suggested by its author
Mike Blumenkrantz [Tue, 5 Jun 2012 07:44:44 +0000 (07:44 +0000)]
some dns.c usage changes as suggested by its author

SVN revision: 71702

12 years agofix @version in each EFL header doxygen
Jihoon Kim [Mon, 4 Jun 2012 23:27:02 +0000 (23:27 +0000)]
fix @version in each EFL header doxygen

SVN revision: 71691

12 years agoas I promised long, long ago, ecore now has its own asynchronous dns resolver! everyo...
Mike Blumenkrantz [Mon, 4 Jun 2012 21:10:17 +0000 (21:10 +0000)]
as I promised long, long ago, ecore now has its own asynchronous dns resolver! everyone cheer for not needing c-ares any longer!

dns.c is the work of William Ahern (http://25thandclement.com/~william/projects/dns.c.html) and has been in development for ~4 years.
it has zero documentation, no examples, and no comments: I'm pretty sure he's an EFL developer in disguise.

this new resolver is roughly 10-12% faster than c-ares, will never randomly break, requires no external libraries, and is much simpler on the efl side.

by default, dns.c resolution is enabled any time ipv6 support is detected and c-ares support is not requested;
it should work on all platforms (wink wink vtorri), but it has no way of disabling ipv6 (someone can go through dns.c/h and do that if they feel so inclined)

SVN revision: 71690

12 years agotrivial -Wshadow fix
Mike Blumenkrantz [Mon, 4 Jun 2012 20:49:02 +0000 (20:49 +0000)]
trivial -Wshadow fix

SVN revision: 71689

12 years agoevas/line - code refactoring.
ChunEon Park [Mon, 4 Jun 2012 11:39:43 +0000 (11:39 +0000)]
evas/line - code refactoring.

SVN revision: 71685

12 years agoevas/line - trivial changes
ChunEon Park [Mon, 4 Jun 2012 11:21:05 +0000 (11:21 +0000)]
evas/line - trivial changes

SVN revision: 71684

12 years agoevas/line - identation fix
ChunEon Park [Mon, 4 Jun 2012 11:16:29 +0000 (11:16 +0000)]
evas/line - identation fix

SVN revision: 71683

12 years agounbreak my last commit
Mike Blumenkrantz [Mon, 4 Jun 2012 09:16:19 +0000 (09:16 +0000)]
unbreak my last commit

SVN revision: 71682

12 years agoadd ECORE_{CON,IPC}_NO_PROXY flag to disable proxying on specified connections
Mike Blumenkrantz [Mon, 4 Jun 2012 09:03:04 +0000 (09:03 +0000)]
add ECORE_{CON,IPC}_NO_PROXY flag to disable proxying on specified connections

SVN revision: 71681

12 years agoproperly include headers when you use their types...
Mike Blumenkrantz [Mon, 4 Jun 2012 08:40:21 +0000 (08:40 +0000)]
properly include headers when you use their types...

SVN revision: 71679

12 years agoedje: forgotten since.
Cedric BAIL [Mon, 4 Jun 2012 06:09:37 +0000 (06:09 +0000)]
edje: forgotten since.

SVN revision: 71678

12 years agoecore_x: XKeycodeToKeysym
Jerome Pinot [Mon, 4 Jun 2012 05:46:33 +0000 (05:46 +0000)]
ecore_x: XKeycodeToKeysym

ecore_x is calling XKeycodeToKeysym from xlib, but this function has issues. It
has been deprecated 6 months ago in X.org and it is suggested to use
XkbKeycodeToKeysym instead: https://bugs.freedesktop.org/show_bug.cgi?id=25732

This commit makes a wrapper function that makes use of XkbKeycodeToKeysym when
possible or fallback to XKeycodeToKeysym otherwise.

SVN revision: 71677

12 years agoedje: morning speed of edje. Theme can now be a little bit lighter and faster.
Cedric BAIL [Mon, 4 Jun 2012 02:57:15 +0000 (02:57 +0000)]
edje: morning speed of edje. Theme can now be a little bit lighter and faster.

NOTE: VIRTUAL part are almost like rectangle except they don't create any object
on the canvas. This part can't be visible, nor have any color, nor be used as a
clip, nor receive any event.

SVN revision: 71674

12 years agoedje: remove object from the tracked list when they are deleted.
Cedric BAIL [Mon, 4 Jun 2012 01:24:07 +0000 (01:24 +0000)]
edje: remove object from the tracked list when they are deleted.

SVN revision: 71672

12 years agoEo: Added a flag to know if we have any callbacks to clear.
Tom Hacohen [Sun, 3 Jun 2012 13:33:09 +0000 (13:33 +0000)]
Eo: Added a flag to know if we have any callbacks to clear.

SVN revision: 71663

12 years agoEo: Improved checks in signals example.
Tom Hacohen [Sun, 3 Jun 2012 13:33:04 +0000 (13:33 +0000)]
Eo: Improved checks in signals example.

SVN revision: 71662

12 years agoecore_imf_evas: insert example link in Ecore_IMF_Evas_Group
Jihoon Kim [Sun, 3 Jun 2012 12:50:11 +0000 (12:50 +0000)]
ecore_imf_evas: insert example link in Ecore_IMF_Evas_Group

SVN revision: 71661

12 years agoecore_imf_example: fix formatting
Jihoon Kim [Sun, 3 Jun 2012 12:49:21 +0000 (12:49 +0000)]
ecore_imf_example: fix formatting

SVN revision: 71660

12 years agoecore_imf: insert example link in ecore_imf_context group
Jihoon Kim [Sun, 3 Jun 2012 12:39:48 +0000 (12:39 +0000)]
ecore_imf: insert example link in ecore_imf_context group

SVN revision: 71659

12 years agoEo: print an error when trying to delete a non-existent callback.
Tom Hacohen [Sun, 3 Jun 2012 08:42:18 +0000 (08:42 +0000)]
Eo: print an error when trying to delete a non-existent callback.

SVN revision: 71658

12 years agoEo: Remove del_lazy.
Tom Hacohen [Sun, 3 Jun 2012 08:42:15 +0000 (08:42 +0000)]
Eo: Remove del_lazy.

SVN revision: 71657

12 years agoEo: Added support for static class ids.
Tom Hacohen [Sun, 3 Jun 2012 08:42:12 +0000 (08:42 +0000)]
Eo: Added support for static class ids.

SVN revision: 71656

12 years agoEo: remove eo_del.
Tom Hacohen [Sun, 3 Jun 2012 08:42:08 +0000 (08:42 +0000)]
Eo: remove eo_del.

Useless for us, was only added to be like evas, but we don't need it
anymore.

SVN revision: 71655

12 years agoecore_imf_example.c: revise example code
Jihoon Kim [Sat, 2 Jun 2012 06:00:09 +0000 (06:00 +0000)]
ecore_imf_example.c: revise example code

SVN revision: 71640

12 years agoeet,ecore: configure script
Jerome Pinot [Sat, 2 Jun 2012 05:39:51 +0000 (05:39 +0000)]
eet,ecore: configure script

Make the configure output clear about examples installation.

SVN revision: 71639

12 years ago[edje] Better doc for edje_object_part_swallow.
Gustavo Lima Chaves [Fri, 1 Jun 2012 20:51:17 +0000 (20:51 +0000)]
[edje] Better doc for edje_object_part_swallow.

SVN revision: 71630

12 years agoecore/ecore_x - let just leave one atom list for maintainance
ChunEon Park [Fri, 1 Jun 2012 13:53:18 +0000 (13:53 +0000)]
ecore/ecore_x - let just leave one atom list for maintainance

SVN revision: 71625

12 years agofix indentation of ecore_imf_example.c
Jihoon Kim [Fri, 1 Jun 2012 12:48:15 +0000 (12:48 +0000)]
fix indentation of ecore_imf_example.c

SVN revision: 71621

12 years agoadd ecore_imf_example code. I will add Makefile.am in example directory later
Jihoon Kim [Fri, 1 Jun 2012 12:46:24 +0000 (12:46 +0000)]
add ecore_imf_example code. I will add Makefile.am in example directory later

SVN revision: 71620

12 years agoedje/examples.dox: fix typos
Jihoon Kim [Fri, 1 Jun 2012 01:49:54 +0000 (01:49 +0000)]
edje/examples.dox: fix typos

SVN revision: 71615

12 years agoevas/examples.dox: fix typo
Jihoon Kim [Fri, 1 Jun 2012 01:44:25 +0000 (01:44 +0000)]
evas/examples.dox: fix typo

SVN revision: 71614

12 years agoevas examples.dox: Fixed typo.
Daniel Juyung Seo [Thu, 31 May 2012 23:02:49 +0000 (23:02 +0000)]
evas examples.dox: Fixed typo.

SVN revision: 71610

12 years agoevas/cserve2: Change request list to inlist.
Rafael Antognolli [Thu, 31 May 2012 21:34:54 +0000 (21:34 +0000)]
evas/cserve2: Change request list to inlist.
Inlist remove operations are faster if the element is known.

SVN revision: 71609

12 years agoevas/cserve2: Add a "processing" queue for each type
Rafael Antognolli [Thu, 31 May 2012 21:34:48 +0000 (21:34 +0000)]
evas/cserve2: Add a "processing" queue for each type
 of request.
This will make the lookups for requests faster (mainly for fonts).

SVN revision: 71608

12 years agoevas/cserve2: Add a "processing" queue to requests.
Rafael Antognolli [Thu, 31 May 2012 21:34:37 +0000 (21:34 +0000)]
evas/cserve2: Add a "processing" queue to requests.
This is a list that holds all requests being processed at the moment. It
can be used so that when a new request is added, first we look in this
queue to avoid creating a new request that is the same as the one being
processed right now. If it is already being processed, a new waiter is
added to it, just like when the request was on its original queue.

SVN revision: 71607

12 years agoevas/cserve2: Add basic error handling on thread
Rafael Antognolli [Thu, 31 May 2012 21:34:28 +0000 (21:34 +0000)]
evas/cserve2: Add basic error handling on thread
 slave.
It will now receive errors from the thread callback and call the error
request function, with the respective error type in the message.

SVN revision: 71606

12 years agoevas/cserve2: Add handling of FONT_LOAD.
Rafael Antognolli [Thu, 31 May 2012 21:34:21 +0000 (21:34 +0000)]
evas/cserve2: Add handling of FONT_LOAD.
It's not fully functional, some things are still pending:
- Free allocated font;
- answer with error message if failed.

SVN revision: 71605

12 years agoevas/cserve2: Some fixes for requests.
Rafael Antognolli [Thu, 31 May 2012 21:34:15 +0000 (21:34 +0000)]
evas/cserve2: Some fixes for requests.

SVN revision: 71604

12 years agoevas/cserve2: Some more code to requests management.
Rafael Antognolli [Thu, 31 May 2012 21:34:09 +0000 (21:34 +0000)]
evas/cserve2: Some more code to requests management.
Added code to slave read and slave dead callbacks.

SVN revision: 71603

12 years agoevas/cserve2: Use Slave_Command instead of
Rafael Antognolli [Thu, 31 May 2012 21:34:04 +0000 (21:34 +0000)]
evas/cserve2: Use Slave_Command instead of
 Message_Type for slave.
This is the command that must be given to the slave, instead of the
message type received from the client.

SVN revision: 71602

12 years agoevas/cserve2: Add requests and slave workers
Rafael Antognolli [Thu, 31 May 2012 21:33:59 +0000 (21:33 +0000)]
evas/cserve2: Add requests and slave workers
 management.

SVN revision: 71601

12 years agoevas/cserve2: Adding font requests manipulation.
Rafael Antognolli [Thu, 31 May 2012 21:33:53 +0000 (21:33 +0000)]
evas/cserve2: Adding font requests manipulation.

SVN revision: 71600

12 years agoevas/cserve2: Slave thread is only a simple callback.
Rafael Antognolli [Thu, 31 May 2012 21:33:43 +0000 (21:33 +0000)]
evas/cserve2: Slave thread is only a simple callback.
The implementation of the slave doesn't need to care about reading
commands and sending answers. It just receives the arguments for its job
and returns the processed data.

SVN revision: 71599

12 years agoevas/cserve2: Add threaded slave support.
Rafael Antognolli [Thu, 31 May 2012 21:33:37 +0000 (21:33 +0000)]
evas/cserve2: Add threaded slave support.
It's not being used yet, but the font slave will be done using this
code.

SVN revision: 71598

12 years agoevas examples.dox: Fixed typo.
Daniel Juyung Seo [Thu, 31 May 2012 17:02:26 +0000 (17:02 +0000)]
evas examples.dox: Fixed typo.

SVN revision: 71588

12 years agoi wonder if this patches over some odd signal processing hang i see in
Carsten Haitzler [Thu, 31 May 2012 13:32:09 +0000 (13:32 +0000)]
i wonder if this patches over some odd signal processing hang i see in
edje_cc! :(

SVN revision: 71583

12 years agoFixing the eina_inlist example 2 image. The diagram was wrong.
Jonas M. Gastal [Thu, 31 May 2012 13:09:13 +0000 (13:09 +0000)]
Fixing the eina_inlist example 2 image. The diagram was wrong.

Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 71582

12 years agoRemoving wrong info about inlist performance from docs.
Jonas M. Gastal [Thu, 31 May 2012 13:09:05 +0000 (13:09 +0000)]
Removing wrong info about inlist performance from docs.

SVN revision: 71581

12 years agoedje: we should at least always add the file_in to the list of used file.
Cedric BAIL [Thu, 31 May 2012 06:50:09 +0000 (06:50 +0000)]
edje: we should at least always add the file_in to the list of used file.

SVN revision: 71572

12 years agolet's turn eina thread debug OFF by default eh? :)
Carsten Haitzler [Thu, 31 May 2012 02:34:46 +0000 (02:34 +0000)]
let's turn eina thread debug OFF by default eh? :)

SVN revision: 71571

12 years agoAdding MSAA extension define for Evas GL MSAA surface support.
Sung Park [Thu, 31 May 2012 01:16:53 +0000 (01:16 +0000)]
Adding MSAA extension define for Evas GL MSAA surface support.

SVN revision: 71570

12 years agoecore: fix doxygen warnings
Jihoon Kim [Thu, 31 May 2012 00:18:38 +0000 (00:18 +0000)]
ecore: fix doxygen warnings

SVN revision: 71569

12 years agoecore_x_randr: Add _ASK policy for new monitors.
Leif Middelschulte [Wed, 30 May 2012 19:16:29 +0000 (19:16 +0000)]
ecore_x_randr: Add _ASK policy for new monitors.

SVN revision: 71565

12 years agoEina: move spin lock checks in the generic m4 threads macro
Vincent Torri [Wed, 30 May 2012 13:25:13 +0000 (13:25 +0000)]
Eina: move spin lock checks in the generic m4 threads macro

SVN revision: 71562

12 years agoedje: major oopsie !
Cedric BAIL [Wed, 30 May 2012 12:51:21 +0000 (12:51 +0000)]
edje: major oopsie !

SVN revision: 71561

12 years agoefreet: ERR -> EINA_LOG_ERR
Mike McCormack [Wed, 30 May 2012 12:34:18 +0000 (12:34 +0000)]
efreet: ERR -> EINA_LOG_ERR

SVN revision: 71560

12 years agoedje: time to play with fire ! edje_cc will now use thread by default.
Cedric BAIL [Wed, 30 May 2012 12:25:53 +0000 (12:25 +0000)]
edje: time to play with fire ! edje_cc will now use thread by default.

You can turn it off with -nothreads. Please report any issue you face.

SVN revision: 71558

12 years agoedje: remove the work around.
Cedric BAIL [Wed, 30 May 2012 12:16:50 +0000 (12:16 +0000)]
edje: remove the work around.

SVN revision: 71556

12 years agoecore: force pthread_join even when main loop isn't running.
Cedric BAIL [Wed, 30 May 2012 12:14:34 +0000 (12:14 +0000)]
ecore: force pthread_join even when main loop isn't running.

pthread_create can fail if to much pthread are pending. As pthread_join
is only called when the main loop can flush the async call list, there was
a possibility for edje_cc to run out of thread due to that. We know
force the flush of the async call list and so call pthread_join when
pthread_create fail.

SVN revision: 71555

12 years agochlog++
Carsten Haitzler [Wed, 30 May 2012 10:42:22 +0000 (10:42 +0000)]
chlog++

SVN revision: 71553

12 years agoFRom daniel zaoui -> spotted issues with callback deletionon evas_free
Carsten Haitzler [Wed, 30 May 2012 10:41:19 +0000 (10:41 +0000)]
FRom daniel zaoui -> spotted issues with callback deletionon evas_free
that may cause evas's to not be freed. fixxxxors!

SVN revision: 71552

12 years agoecore: fix count of objects in the Ecore_Thread trash.
Cedric BAIL [Wed, 30 May 2012 10:25:44 +0000 (10:25 +0000)]
ecore: fix count of objects in the Ecore_Thread trash.

SVN revision: 71550

12 years agoevas/map - fixed afterimage problem. now we don't need work-around code anymore.
ChunEon Park [Wed, 30 May 2012 10:12:10 +0000 (10:12 +0000)]
evas/map - fixed afterimage problem. now we don't need work-around code anymore.

SVN revision: 71549

12 years agoThis is a small change, so I won't changelog it (or backport), but
Carsten Haitzler [Wed, 30 May 2012 10:08:41 +0000 (10:08 +0000)]
This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.

SVN revision: 71548

12 years agoedje: turn on trouble and speed by default.
Cedric BAIL [Wed, 30 May 2012 08:56:57 +0000 (08:56 +0000)]
edje: turn on trouble and speed by default.

SVN revision: 71546

12 years agoevas/map - simplify code
ChunEon Park [Wed, 30 May 2012 08:40:21 +0000 (08:40 +0000)]
evas/map - simplify code

SVN revision: 71545

12 years agoevas: finally got rid of that nasty dancing font issue with pipe rendering.
Cedric BAIL [Wed, 30 May 2012 08:29:29 +0000 (08:29 +0000)]
evas: finally got rid of that nasty dancing font issue with pipe rendering.

SVN revision: 71544

12 years agoevas: Don't wake up prepare thread when there is nothing to do.
Cedric BAIL [Wed, 30 May 2012 08:15:42 +0000 (08:15 +0000)]
evas: Don't wake up prepare thread when there is nothing to do.

SVN revision: 71543

12 years agoevas/render - pre render will be always. don't need if and else if which will be...
ChunEon Park [Wed, 30 May 2012 07:32:27 +0000 (07:32 +0000)]
evas/render - pre render will be always. don't need if and else if which will be never reached.

SVN revision: 71540

12 years agoFrom: Mariusz Grzegorczyk <mariusz.g@samsung.com>
Mariusz Grzegorczyk [Wed, 30 May 2012 07:05:50 +0000 (07:05 +0000)]
From: Mariusz Grzegorczyk <mariusz.g@samsung.com>
Subject: [E-devel] Ecore: Save proper evas engine buffer depth when
_ecore_evas_resize is done

I have found bug in ecore evas buffer. It is created by default as RGB32,
and then it can be changed by ecore_evas_alpha_set function, but when resize
is done it is always created as ARGB32.

Patch in attachment checks in resize if alpha channel is set, and then set
appropriate buffer depth.

SVN revision: 71537

12 years agoeina: doxygen doc fixes
Jerome Pinot [Wed, 30 May 2012 06:55:31 +0000 (06:55 +0000)]
eina: doxygen doc fixes

Add a bunch of missing @c and #EINA_{TRUE,FALSE} links.

SVN revision: 71535

12 years agoevas/evas_object_smart - simpler code.
ChunEon Park [Wed, 30 May 2012 06:29:14 +0000 (06:29 +0000)]
evas/evas_object_smart - simpler code.

SVN revision: 71531

12 years agoecore: cancel all pending thread at shutdown.
Cedric BAIL [Wed, 30 May 2012 03:10:30 +0000 (03:10 +0000)]
ecore: cancel all pending thread at shutdown.

Hopefully this will fix bug #961.

SVN revision: 71526

12 years agoeet: properly check buffer size during decipher.
Cedric BAIL [Wed, 30 May 2012 02:19:07 +0000 (02:19 +0000)]
eet: properly check buffer size during decipher.

Fix bug #1017.

SVN revision: 71524